PackagesCanonicalsLogsProblems
    Packages
    de.gematik.vsdm2@1.0.0-rc5
    https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMPatient
description: Angaben zum Versicherten im Versichertenstammdatenmanagement (VSDM) 2.0
package_name: de.gematik.vsdm2
derivation: constraint
name: VSDMPatient
type: Patient
elements:
  identifier:
    index: 0
    slicing:
      slices:
        KVNR:
          match: {}
          schema: {short: Versichertennummer (KVNR), _required: true, index: 1}
          min: 1
  name:
    index: 2
    slicing:
      slices:
        Name:
          match: {}
          schema:
            index: 2
            elements:
              text: {short: vollständiger zusammengesetzter Name, index: 3}
              family:
                index: 4
                extensions:
                  namenszusatz:
                    url: null
                    index: 5
                    elements:
                      value:
                        choices: []
                        index: 7
                  nachname: {url: null, short: Nachname ohne Vorsatzwort und Zusätze, index: 8}
                  vorsatzwort:
                    url: null
                    short: Vorsatzwort
                    index: 9
                    elements:
                      value:
                        choices: []
                        index: 11
                elements:
                  extension:
                    index: 5
                    slicing:
                      slices:
                        namenszusatz:
                          match: {}
                          schema:
                            index: 5
                            elements:
                              value:
                                choices: []
                                index: 7
                        nachname:
                          match: {}
                          schema: {short: Nachname ohne Vorsatzwort und Zusätze, index: 8}
                        vorsatzwort:
                          match: {}
                          schema:
                            short: Vorsatzwort
                            index: 9
                            elements:
                              value:
                                choices: []
                                index: 11
              given: {index: 12}
              prefix:
                index: 13
                extensions:
                  prefix-qualifier: {url: null, short: Art des Namenspräfix, index: 14}
                elements:
                  extension:
                    short: Art des Namenspräfix
                    index: 14
                    slicing:
                      slices:
                        prefix-qualifier:
                          match: {}
                          schema: {short: Art des Namenspräfix, index: 14}
  telecom:
    index: 15
    slicing:
      rules: open
      discriminator:
      - {path: system, type: profile}
      min: null
      slices:
        TIMessengerID:
          match: {}
          schema: {type: ContactPoint, index: 16}
          min: 0
          max: 1
  gender:
    short: Administrative Geschlechtsangabe (FHIR-Kodierung)
    index: 17
    extensions:
      other-amtlich: {url: null, short: Administrative Geschlechtsangabe (deutsche Kodierung), mustSupport: true, index: 18}
    elements:
      extension:
        short: Administrative Geschlechtsangabe (deutsche Kodierung)
        mustSupport: true
        index: 18
        slicing:
          slices:
            other-amtlich:
              match: {}
              schema: {short: Administrative Geschlechtsangabe (deutsche Kodierung), mustSupport: true, index: 18}
  birthDate: {short: Geburtsdatum, index: 19}
  address:
    index: 20
    slicing:
      rules: open
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        StrassenAdresse:
          match: {type: physical}
          schema:
            type: Address
            mustSupport: true
            index: 21
            elements:
              type:
                pattern: {type: Code, value: physical}
                index: 22
              line: {index: 23}
              country:
                index: 24
                extensions:
                  countryCode:
                    url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                    short: Länderkennzeichen nach ISO 3166-2
                    type: Extension
                    mustSupport: true
                    index: 26
                    elements:
                      value:
                        choices: []
                        index: 28
                      value[x]:
                        elements:
                          system:
                            pattern: {type: Uri, value: 'urn:iso:std:iso:3166'}
                            index: 29
                  anlage8:
                    url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                    short: Länderkennzeichen nach DEÜV Anlage 8
                    type: Extension
                    mustSupport: true
                    index: 30
                    elements:
                      value:
                        choices: []
                        index: 32
                      value[x]:
                        elements:
                          system:
                            pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen'}
                            index: 33
                elements:
                  extension:
                    index: 25
                    slicing:
                      rules: open
                      discriminator:
                      - {path: url, type: value}
                      - {path: value.ofType(Coding).system, type: value}
                      min: 1
                      slices:
                        countryCode:
                          match:
                            url: null
                            value:
                              ofType(Coding): {system: null}
                          schema:
                            short: Länderkennzeichen nach ISO 3166-2
                            type: Extension
                            mustSupport: true
                            url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                            index: 26
                            elements:
                              value:
                                choices: []
                                index: 28
                              value[x]:
                                elements:
                                  system:
                                    pattern: {type: Uri, value: 'urn:iso:std:iso:3166'}
                                    index: 29
                        anlage8:
                          match:
                            url: null
                            value:
                              ofType(Coding): {system: null}
                          schema:
                            short: Länderkennzeichen nach DEÜV Anlage 8
                            type: Extension
                            mustSupport: true
                            url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                            index: 30
                            elements:
                              value:
                                choices: []
                                index: 32
                              value[x]:
                                elements:
                                  system:
                                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen'}
                                    index: 33
                required: [extension]
            required: [type]
        PostfachAdresse:
          match: {type: postal}
          schema:
            type: Address
            mustSupport: true
            index: 34
            elements:
              type:
                pattern: {type: Code, value: postal}
                index: 35
              line: {index: 36}
              country:
                index: 37
                extensions:
                  countryCode:
                    url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                    short: Länderkennzeichen nach ISO 3166-2
                    type: Extension
                    mustSupport: true
                    index: 39
                    elements:
                      value:
                        choices: []
                        index: 41
                      value[x]:
                        elements:
                          system:
                            pattern: {type: Uri, value: 'urn:iso:std:iso:3166'}
                            index: 42
                  anlage8:
                    url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                    short: Länderkennzeichen nach DEÜV Anlage 8
                    type: Extension
                    mustSupport: true
                    index: 43
                    elements:
                      value:
                        choices: []
                        index: 45
                      value[x]:
                        elements:
                          system:
                            pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen'}
                            index: 46
                elements:
                  extension:
                    index: 38
                    slicing:
                      rules: open
                      discriminator:
                      - {path: url, type: value}
                      - {path: value.ofType(Coding).system, type: value}
                      min: 1
                      slices:
                        countryCode:
                          match:
                            url: null
                            value:
                              ofType(Coding): {system: null}
                          schema:
                            short: Länderkennzeichen nach ISO 3166-2
                            type: Extension
                            mustSupport: true
                            url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                            index: 39
                            elements:
                              value:
                                choices: []
                                index: 41
                              value[x]:
                                elements:
                                  system:
                                    pattern: {type: Uri, value: 'urn:iso:std:iso:3166'}
                                    index: 42
                        anlage8:
                          match:
                            url: null
                            value:
                              ofType(Coding): {system: null}
                          schema:
                            short: Länderkennzeichen nach DEÜV Anlage 8
                            type: Extension
                            mustSupport: true
                            url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
                            index: 43
                            elements:
                              value:
                                choices: []
                                index: 45
                              value[x]:
                                elements:
                                  system:
                                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen'}
                                    index: 46
                required: [extension]
            required: [type]
package_version: 1.0.0-rc5
class: profile
kind: resource
url: https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMPatient
base: https://gematik.de/fhir/ti/StructureDefinition/ti-patient
version: 1.0.0
required: [identifier]