PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.pixm@3.1.0
    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: [valueString]
                index: 7
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema:
                        choices: [valueString]
                        _required: true
                        index: 7
                      min: 1
                      max: 1
              valueString:
                type: string
                choiceOf: value
                index: 8
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, choiceOf: value, _required: true, index: 8}
                      min: 1
                      max: 1
            required: [valueString, value]
        targetSystem:
          match: {name: targetSystem}
          schema:
            short: targetSystem
            array: true
            index: 9
            elements:
              name:
                pattern: {type: String, value: targetSystem}
                index: 10
              value:
                choices: [valueString]
                index: 12
              valueString: {type: string, choiceOf: value, index: 13}
            required: [valueString, value]
        _format:
          match: {name: _format}
          schema:
            short: _format
            index: 14
            elements:
              name:
                pattern: {type: String, value: _format}
                index: 15
              value:
                choices: [valueString]
                index: 17
              valueString: {type: string, choiceOf: value, index: 18}
            required: [valueString, value]
package_version: 3.1.0
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.1.0
required: [parameter]