PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@epr-mhealth-0.1.2
    http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters
description: See https://wiki.ihe.net/index.php/Patient_Identifier_Cross-Reference_for_Mobile_(PIXm)
package_name: ch.fhir.ig.ch
derivation: constraint
name: PIXm_IN_Parameters_CH
type: Parameters
elements:
  parameter:
    index: 0
    slicing:
      rules: open
      description: allowed parameters are sourceIdentifier, targetSystem and _format
      discriminator:
      - {path: name, type: value}
      min: null
      slices:
        sourceIdentifier:
          match: {name: sourceIdentifier}
          schema:
            short: sourceIdentifier
            _required: true
            index: 1
            elements:
              name:
                pattern: {type: String, value: sourceIdentifier}
                index: 2
              valueIdentifier:
                type: Identifier
                index: 3
                elements:
                  system: {index: 4}
                  value: {index: 5}
                required: [value, system]
            required: [valueIdentifier]
        targetSystem:
          match: {name: targetSystem}
          schema:
            short: targetSystem
            array: true
            min: 1
            max: 2
            _required: true
            index: 6
            elements:
              name:
                pattern: {type: String, value: targetSystem}
                index: 7
              valueUri: {type: uri, index: 8}
            required: [valueUri]
        _format:
          match: {name: _format}
          schema:
            short: _format
            index: 9
            elements:
              name:
                pattern: {type: String, value: _format}
                index: 10
              valueCode:
                type: code
                short: application/fhir+json | json | application/fhir+xml | xml
                binding: {strength: required, valueSet: 'http://fhir.ch/ig/ch-epr-mhealth/ValueSet/ch-pixm-format-mimetype'}
                index: 11
            required: [valueCode]
package_version: epr-mhealth-0.1.2
class: profile
kind: resource
url: http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 0.1.2