PackagesCanonicalsLogsProblems
    Packages
    dguv.basis@1.2.0
    http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-Unfallbetrieb
description: Dieses Profil bildet den Unfallbetrieb ab.
package_name: dguv.basis
derivation: constraint
name: DGUV_Basis_PR_Unfallbetrieb
type: Organization
elements:
  identifier: {index: 0}
  name: {index: 1}
  telecom: {type: ContactPoint, index: 2}
  address:
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: type, type: value}
      min: 1
      slices:
        Strassenanschrift:
          match: {type: both}
          schema:
            type: Address
            index: 4
            elements:
              type:
                pattern: {type: Code, value: both}
                index: 5
              line:
                extensions:
                  Postfach: {url: null, max: 0, index: 6}
                elements:
                  extension:
                    index: 6
                    slicing:
                      slices:
                        Postfach:
                          match: {}
                          schema: {index: 6}
                          max: 0
            required: [type]
        Postfach:
          match: {type: postal}
          schema:
            type: Address
            index: 7
            elements:
              type:
                pattern: {type: Code, value: postal}
                index: 8
              line:
                extensions:
                  Strasse: {url: null, max: 0, index: 9}
                  Hausnummer: {url: null, max: 0, index: 10}
                  Adresszusatz: {url: null, max: 0, index: 11}
                elements:
                  extension:
                    index: 9
                    slicing:
                      slices:
                        Strasse:
                          match: {}
                          schema: {index: 9}
                          max: 0
                        Hausnummer:
                          match: {}
                          schema: {index: 10}
                          max: 0
                        Adresszusatz:
                          match: {}
                          schema: {index: 11}
                          max: 0
            required: [type]
package_version: 1.2.0
class: profile
kind: resource
url: http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-Unfallbetrieb
base: http://hl7.org/fhir/StructureDefinition/Organization
version: '1.2'
required: [name, address]