PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-identification
description: Extension to define the medium and the source for the identification of the patient.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsExtIdentification
type: Extension
elements:
  extension:
    mustSupport: true
    array: true
    index: 0
    slicing:
      slices:
        medium:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: medium}
                index: 2
              value:
                mustSupport: true
                choices: [valueCodeableConcept]
                index: 4
              valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 5}
            required: [value, valueCodeableConcept]
        source:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                pattern: {type: Uri, value: source}
                index: 8
              value:
                mustSupport: true
                choices: [valueCodeableConcept]
                index: 10
              valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 11}
            required: [value, valueCodeableConcept]
  url:
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-identification'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 2.0.0-ballot
extensions:
  medium:
    url: null
    mustSupport: true
    array: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: medium}
        index: 2
      value:
        mustSupport: true
        choices: [valueCodeableConcept]
        index: 4
      valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 5}
    required: [value, valueCodeableConcept]
  source:
    url: null
    mustSupport: true
    array: true
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        pattern: {type: Uri, value: source}
        index: 8
      value:
        mustSupport: true
        choices: [valueCodeableConcept]
        index: 10
      valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 11}
    required: [value, valueCodeableConcept]
class: extension
kind: complex-type
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-identification
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.0.0-ballot