PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik-basismodul@4.0.0
    https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf
description: Dieses Profil ermöglicht die Nutzung von in Gesundheitsberufen tätigen Personen in ISiK Szenarien.
package_name: de.gematik.isik-basismodul
derivation: constraint
name: ISiKPersonImGesundheitsberuf
type: Practitioner
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        Arztnummer:
          match:
            type:
              coding:
              - {code: LANR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            type: Identifier
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: LANR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            array: true
            index: 1
            elements:
              type: {index: 2}
            required: [type]
        EFN:
          match:
            type:
              coding:
              - {code: DN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            type: Identifier
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: DN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 3
            elements:
              type: {index: 4}
            required: [type]
        TelematikId:
          match:
            type:
              coding:
              - {code: PRN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            type: Identifier
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: PRN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 5
            elements:
              type: {index: 6}
            required: [type]
  name:
    mustSupport: true
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        Name:
          match: {use: official}
          schema:
            type: HumanName
            mustSupport: true
            pattern:
              type: HumanName
              value: {use: official}
            _required: true
            index: 8
            elements:
              use:
                pattern: {type: Code, value: official}
                mustSupport: true
                index: 9
              family: {mustSupport: true, index: 10}
              given: {mustSupport: true, index: 11}
              prefix: {mustSupport: true, index: 12}
            required: [given, family, use]
        Geburtsname:
          match: {use: maiden}
          schema:
            type: HumanName
            pattern:
              type: HumanName
              value: {use: maiden}
            index: 13
            elements:
              use:
                pattern: {type: Code, value: maiden}
                mustSupport: true
                index: 14
              family: {index: 15}
              given: {index: 16}
              prefix: {index: 17}
            required: [family, use]
  telecom:
    elements:
      system: {index: 18}
      value: {index: 19}
    required: [value, system]
  address:
    mustSupport: true
    index: 20
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        Strassenanschrift:
          match: {type: both}
          schema:
            type: Address
            mustSupport: true
            pattern:
              type: Address
              value: {type: both}
            array: true
            index: 21
            extensions:
              Stadtteil: {url: null, mustSupport: true, index: 22}
            elements:
              extension:
                mustSupport: true
                index: 22
                slicing:
                  slices:
                    Stadtteil:
                      match: {}
                      schema: {mustSupport: true, index: 22}
              type: {mustSupport: true, index: 23}
              line:
                mustSupport: true
                index: 24
                extensions:
                  Strasse: {url: null, mustSupport: true, index: 25}
                  Hausnummer: {url: null, mustSupport: true, index: 26}
                  Adresszusatz: {url: null, mustSupport: true, index: 27}
                  Postfach: {url: null, max: 0, index: 28}
                elements:
                  extension:
                    mustSupport: true
                    index: 25
                    slicing:
                      slices:
                        Strasse:
                          match: {}
                          schema: {mustSupport: true, index: 25}
                        Hausnummer:
                          match: {}
                          schema: {mustSupport: true, index: 26}
                        Adresszusatz:
                          match: {}
                          schema: {mustSupport: true, index: 27}
                        Postfach:
                          match: {}
                          schema: {index: 28}
                          max: 0
              city: {mustSupport: true, index: 29}
              postalCode: {mustSupport: true, index: 30}
              country: {mustSupport: true, index: 31}
            required: [country, city, postalCode, line, type]
        Postfach:
          match: {type: postal}
          schema:
            type: Address
            mustSupport: true
            pattern:
              type: Address
              value: {type: postal}
            array: true
            index: 32
            elements:
              type: {mustSupport: true, index: 33}
              line:
                mustSupport: true
                index: 34
                extensions:
                  Strasse: {url: null, max: 0, index: 35}
                  Hausnummer: {url: null, max: 0, index: 36}
                  Adresszusatz: {url: null, max: 0, index: 37}
                  Postfach: {url: null, mustSupport: true, index: 38}
                elements:
                  extension:
                    index: 35
                    slicing:
                      slices:
                        Strasse:
                          match: {}
                          schema: {index: 35}
                          max: 0
                        Hausnummer:
                          match: {}
                          schema: {index: 36}
                          max: 0
                        Adresszusatz:
                          match: {}
                          schema: {index: 37}
                          max: 0
                        Postfach:
                          match: {}
                          schema: {mustSupport: true, index: 38}
              city: {mustSupport: true, index: 39}
              postalCode: {mustSupport: true, index: 40}
              country: {mustSupport: true, index: 41}
            required: [country, city, postalCode, line, type]
  gender:
    mustSupport: true
    index: 42
    extensions:
      Geschlecht-Administrativ:
        url: http://fhir.de/StructureDefinition/gender-amtlich-de
        type: Extension
        mustSupport: true
        index: 43
        elements:
          value:
            mustSupport: true
            choices: []
            index: 45
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://fhir.de/StructureDefinition/gender-amtlich-de
        index: 43
        slicing:
          slices:
            Geschlecht-Administrativ:
              match: {}
              schema:
                type: Extension
                mustSupport: true
                url: http://fhir.de/StructureDefinition/gender-amtlich-de
                index: 43
                elements:
                  value:
                    mustSupport: true
                    choices: []
                    index: 45
  birthDate:
    extensions:
      Data-Absent-Reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, mustSupport: true, index: 46}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 46
        slicing:
          slices:
            Data-Absent-Reason:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 46}
              min: 0
              max: 1
  qualification:
    elements:
      code: {index: 47}
package_version: 4.0.0
class: profile
kind: resource
url: https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 4.0.0
required: [name, identifier]