PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.pixm@3.0.3
    https://profiles.ihe.net/ITI/PIXm/StructureDefinition/IHE.PIXm.Query.Parameters.In
description: 'The StructureDefinition defines the Input Parameters for the $ihe-pix operation\r\n- Input: sourceIdentifier, targetSystem'
package_name: ihe.iti.pixm
derivation: constraint
name: PIXmQueryParametersIn
type: Parameters
elements:
  parameter:
    index: 0
    slicing:
      rules: open
      description: allowed parameters are sourceIdentifier, targetSystem and _format
      discriminator:
      - {path: name, type: value}
      min: 1
      slices:
        sourceIdentifier:
          match: {name: sourceIdentifier}
          schema:
            short: sourceIdentifier
            _required: true
            index: 1
            elements:
              name:
                pattern: {type: String, value: sourceIdentifier}
                index: 2
              value:
                choices: []
                index: 4
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: $this, type: type}
                  min: 1
                  slices:
                    valueIdentifier:
                      match: {}
                      schema:
                        choices: [valueIdentifier]
                        _required: true
                        index: 6
                      min: 1
                      max: 1
              valueIdentifier:
                type: Identifier
                choiceOf: value
                index: 7
                slicing:
                  slices:
                    valueIdentifier:
                      match: {}
                      schema: {type: Identifier, choiceOf: value, _required: true, index: 7}
                      min: 1
                      max: 1
              value[x]:
                elements:
                  system: {index: 8}
                  value: {index: 9}
                required: [value, system]
            required: [valueIdentifier, value]
        targetSystem:
          match: {name: targetSystem}
          schema:
            short: targetSystem
            array: true
            index: 10
            elements:
              name:
                pattern: {type: String, value: targetSystem}
                index: 11
              value:
                choices: []
                index: 13
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: $this, type: type}
                  min: null
                  slices:
                    valueUri:
                      match: {}
                      schema:
                        choices: [valueUri]
                        index: 15
                      min: 0
                      max: 1
              valueUri:
                type: uri
                choiceOf: value
                index: 16
                slicing:
                  slices:
                    valueUri:
                      match: {}
                      schema: {type: uri, choiceOf: value, index: 16}
                      min: 0
                      max: 1
package_version: 3.0.3
class: profile
kind: resource
url: https://profiles.ihe.net/ITI/PIXm/StructureDefinition/IHE.PIXm.Query.Parameters.In
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 3.0.3
required: [parameter]