PackagesCanonicalsLogsProblems
    Packages
    de.gematik.vsdm2@1.0.0-rc5
    https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMPayorOrganization
description: Angaben zum Kostenträger im Versichertenstammdatenmanagement (VSDM) 2.0
package_name: de.gematik.vsdm2
derivation: constraint
name: VSDMPayorOrganization
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        IKNR:
          match: {system: null}
          schema: {short: Institutionskennzeichen (IKNR), type: Identifier, mustSupport: true, _required: true, index: 1}
          min: 1
          max: 1
  name: {short: Name des Kostenträgers, mustSupport: true, index: 2}
  address:
    short: Adresse des Kostenträgers
    index: 3
    elements:
      country:
        short: Staat
        index: 4
        extensions:
          countryCode:
            url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
            short: Länderkennzeichen nach ISO 3166-2
            type: Extension
            mustSupport: true
            index: 6
            elements:
              value:
                choices: []
                index: 8
              value[x]:
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:iso:std:iso:3166'}
                    index: 9
          anlage8:
            url: http://hl7.org/fhir/StructureDefinition/iso21090-codedString
            short: Länderkennzeichen nach DEÜV Anlage 8
            type: Extension
            mustSupport: true
            index: 10
            elements:
              value:
                choices: []
                index: 12
              value[x]:
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen'}
                    index: 13
        elements:
          extension:
            index: 5
            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: 6
                    elements:
                      value:
                        choices: []
                        index: 8
                      value[x]:
                        elements:
                          system:
                            pattern: {type: Uri, value: 'urn:iso:std:iso:3166'}
                            index: 9
                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: 10
                    elements:
                      value:
                        choices: []
                        index: 12
                      value[x]:
                        elements:
                          system:
                            pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen'}
                            index: 13
        required: [extension]
package_version: 1.0.0-rc5
class: profile
kind: resource
url: https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMPayorOrganization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [name, identifier]