PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik@basismodul-3.0.2
    https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPersonImGesundheitsberuf
description: Dieses Profil ermöglicht die Nutzung von in Gesundheitsberufen tätigen Personen in ISiK Szenarien.
package_name: de.gematik.isik
derivation: constraint
name: ISiKPersonImGesundheitsberuf
type: Practitioner
elements:
  id: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 1
    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: 2
            elements:
              type: {index: 3}
            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: 4
            elements:
              type: {index: 5}
            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: 6
            elements:
              type: {index: 7}
            required: [type]
  name:
    mustSupport: true
    index: 8
    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: 9
            elements:
              use:
                pattern: {type: Code, value: official}
                mustSupport: true
                index: 10
              family: {mustSupport: true, index: 11}
              given: {mustSupport: true, index: 12}
              prefix: {mustSupport: true, index: 13}
            required: [given, family, use]
        Geburtsname:
          match: {use: maiden}
          schema:
            type: HumanName
            pattern:
              type: HumanName
              value: {use: maiden}
            index: 14
            elements:
              use:
                pattern: {type: Code, value: maiden}
                mustSupport: true
                index: 15
              family: {index: 16}
              given: {index: 17}
              prefix: {index: 18}
            required: [family, use]
  telecom:
    elements:
      system: {index: 19}
      value: {index: 20}
    required: [value, system]
  address:
    mustSupport: true
    index: 21
    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: 22
            extensions:
              Stadtteil: {url: null, mustSupport: true, index: 23}
            elements:
              extension:
                mustSupport: true
                index: 23
                slicing:
                  slices:
                    Stadtteil:
                      match: {}
                      schema: {mustSupport: true, index: 23}
              type: {mustSupport: true, index: 24}
              line:
                mustSupport: true
                index: 25
                extensions:
                  Strasse: {url: null, mustSupport: true, index: 26}
                  Hausnummer: {url: null, mustSupport: true, index: 27}
                  Adresszusatz: {url: null, mustSupport: true, index: 28}
                  Postfach: {url: null, max: 0, index: 29}
                elements:
                  extension:
                    mustSupport: true
                    index: 26
                    slicing:
                      slices:
                        Strasse:
                          match: {}
                          schema: {mustSupport: true, index: 26}
                        Hausnummer:
                          match: {}
                          schema: {mustSupport: true, index: 27}
                        Adresszusatz:
                          match: {}
                          schema: {mustSupport: true, index: 28}
                        Postfach:
                          match: {}
                          schema: {index: 29}
                          max: 0
              city: {mustSupport: true, index: 30}
              postalCode: {mustSupport: true, index: 31}
              country: {mustSupport: true, index: 32}
            required: [country, city, postalCode, line, type]
        Postfach:
          match: {type: postal}
          schema:
            type: Address
            mustSupport: true
            pattern:
              type: Address
              value: {type: postal}
            array: true
            index: 33
            elements:
              type: {mustSupport: true, index: 34}
              line:
                mustSupport: true
                index: 35
                extensions:
                  Strasse: {url: null, max: 0, index: 36}
                  Hausnummer: {url: null, max: 0, index: 37}
                  Adresszusatz: {url: null, max: 0, index: 38}
                  Postfach: {url: null, mustSupport: true, index: 39}
                elements:
                  extension:
                    index: 36
                    slicing:
                      slices:
                        Strasse:
                          match: {}
                          schema: {index: 36}
                          max: 0
                        Hausnummer:
                          match: {}
                          schema: {index: 37}
                          max: 0
                        Adresszusatz:
                          match: {}
                          schema: {index: 38}
                          max: 0
                        Postfach:
                          match: {}
                          schema: {mustSupport: true, index: 39}
              city: {mustSupport: true, index: 40}
              postalCode: {mustSupport: true, index: 41}
              country: {mustSupport: true, index: 42}
            required: [country, city, postalCode, line, type]
  gender:
    mustSupport: true
    index: 43
    extensions:
      Geschlecht-Administrativ:
        url: http://fhir.de/StructureDefinition/gender-amtlich-de
        type: Extension
        mustSupport: true
        index: 44
        extensions: {}
        elements:
          extension: {index: 45}
          value:
            mustSupport: true
            choices: []
            index: 47
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://fhir.de/StructureDefinition/gender-amtlich-de
        index: 44
        slicing:
          slices:
            Geschlecht-Administrativ:
              match: {}
              schema:
                type: Extension
                mustSupport: true
                url: http://fhir.de/StructureDefinition/gender-amtlich-de
                index: 44
                extensions: {}
                elements:
                  extension: {index: 45}
                  value:
                    mustSupport: true
                    choices: []
                    index: 47
  birthDate:
    extensions:
      Data-Absent-Reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, mustSupport: true, index: 48}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 48
        slicing:
          slices:
            Data-Absent-Reason:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 48}
              min: 0
              max: 1
  qualification:
    elements:
      code:
        elements:
          coding:
            binding: {strength: preferred, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_Base_Practitioner_Speciality'}
            index: 49
        required: [coding]
package_version: basismodul-3.0.2
class: profile
kind: resource
url: https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPersonImGesundheitsberuf
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 3.0.2
required: [name, identifier]