PackagesCanonicalsLogsProblems
    Packages
    rs/demis.fhir.profiles@1.16.0
    https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility
description: Sofern dem Melder bekannt ist, wo sich die betroffene Person derzeit aufhält (abweichend vom Hauptwohnsitz) ist diese Information anzugeben.
package_name: rs/demis.fhir.profiles
derivation: constraint
name: NotifiedPersonFacility
type: Organization
elements:
  type:
    short: Art der Einrichtung
    mustSupport: true
    index: 0
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/organizationType'}
        index: 1
        elements:
          system: {index: 2}
          code: {index: 3}
        required: [code, system]
      text: {index: 4}
    required: [coding]
  name: {short: Einrichtungsname, mustSupport: true, index: 5}
  telecom:
    short: Kontaktangaben der Betroffenen Person
    mustSupport: true
    index: 6
    slicing:
      rules: closed
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        Email:
          match: {system: email}
          schema:
            index: 7
            elements:
              system:
                pattern: {type: code, value: email}
                type: code
                index: 8
              value: {index: 9}
            required: [system, value]
        Phone:
          match: {system: phone}
          schema:
            index: 10
            extensions:
              comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 12}
            elements:
              extension:
                index: 11
                slicing:
                  rules: open
                  discriminator:
                  - {path: url, type: value}
                  min: null
                  slices:
                    comment:
                      match: {url: null}
                      schema: {type: Extension, url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', index: 12}
                      max: 1
              system:
                pattern: {type: code, value: phone}
                type: code
                index: 13
              value: {index: 14}
            required: [system, value]
  address:
    type: Address
    short: Einrichtungsaddresse
    mustSupport: true
    index: 15
    elements:
      line:
        index: 16
        extensions:
          Postfach: {url: null, max: 0, index: 18}
        elements:
          extension:
            index: 17
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                Postfach:
                  match: {url: null}
                  schema: {index: 18}
                  max: 0
      postalCode:
        binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'}
        index: 19
      country:
        binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/country'}
        index: 20
  partOf: {short: 'Übergeordnete Einrichtung, zu der diese Einrichtung gehört', mustSupport: true, index: 21}
  contact: {short: Ansprechpartner der Einrichtung, mustSupport: true, index: 22}
  endpoint: {index: 23}
package_version: 1.16.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.1.0