PackagesCanonicalsLogsProblems
    Packages
    rs/basisprofil.de@0.2.40
    http://fhir.de/StructureDefinition/address-de-basis
description: Erweiterung des Komplexen Datentyps Address zur Verwendung im Kontext der Deutschen Basis-Profile
package_name: rs/basisprofil.de
derivation: constraint
name: address-de-basis
type: Address
elements:
  line:
    short: Straßenname mit Hausnummer oder Postfach sowie weitere Angaben zur Zustellung
    index: 0
    extensions:
      Strasse:
        url: h
        type: Extension
        short: Strassenname (ohne Hausnummer)
        index: 2
        elements:
          valueString:
            index: 3
            slicing:
              slices:
                valueString:
                  match: {}
                  schema: {index: 3}
      Hausnummer:
        url: h
        type: Extension
        short: Hausnummer
        index: 4
        elements:
          valueString:
            index: 5
            slicing:
              slices:
                valueString:
                  match: {}
                  schema: {index: 5}
      Adresszusatz:
        url: h
        type: Extension
        short: Adresszusatz
        index: 6
        elements:
          valueString:
            index: 7
            slicing:
              slices:
                valueString:
                  match: {}
                  schema: {index: 7}
      Postfach:
        url: h
        type: Extension
        short: Postfach
        index: 8
        elements:
          valueString:
            index: 9
            slicing:
              slices:
                valueString:
                  match: {}
                  schema: {index: 9}
    elements:
      extension:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            Strasse:
              match: {url: null}
              schema:
                type: Extension
                short: Strassenname (ohne Hausnummer)
                url: h
                index: 2
                elements:
                  valueString:
                    index: 3
                    slicing:
                      slices:
                        valueString:
                          match: {}
                          schema: {index: 3}
            Hausnummer:
              match: {url: null}
              schema:
                type: Extension
                short: Hausnummer
                url: h
                index: 4
                elements:
                  valueString:
                    index: 5
                    slicing:
                      slices:
                        valueString:
                          match: {}
                          schema: {index: 5}
            Adresszusatz:
              match: {url: null}
              schema:
                type: Extension
                short: Adresszusatz
                url: h
                index: 6
                elements:
                  valueString:
                    index: 7
                    slicing:
                      slices:
                        valueString:
                          match: {}
                          schema: {index: 7}
            Postfach:
              match: {url: null}
              schema:
                type: Extension
                short: Postfach
                url: h
                index: 8
                elements:
                  valueString:
                    index: 9
                    slicing:
                      slices:
                        valueString:
                          match: {}
                          schema: {index: 9}
  district: {index: 10}
  state: {short: Bundesland, index: 11}
  postalCode: {short: Postleitzahl, index: 12}
  country: {short: Staat, index: 13}
package_version: 0.2.40
class: complex-type
kind: complex-type
url: http://fhir.de/StructureDefinition/address-de-basis
base: http://hl7.org/fhir/StructureDefinition/Address
version: '0.1'