PackagesCanonicalsLogsProblems
    Packages
    rs/demis.fhir.profiles@1.16.0
    https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson
description: Die betroffene Person enthält relevante Angaben zum Patienten, die entsprechend der aktuellen Planung aus den Auftragsdaten extrahiert werden, die der Einsender dem jeweiligen Labor übermittelt hat. Dies werden in der Mehrzahl der Fälle die Angaben von der eGK der betroffenen Person sein (Versichertenstammdaten).
package_name: rs/demis.fhir.profiles
derivation: constraint
name: NotifiedPerson
type: Patient
elements:
  address:
    type: Address
    short: Adresse der betroffenen Person
    mustSupport: true
    index: 16
    extensions:
      addressUse: {url: 'https://demis.rki.de/fhir/StructureDefinition/AddressUse', type: Extension, index: 18}
      facility: {url: 'https://demis.rki.de/fhir/StructureDefinition/FacilityAddressNotifiedPerson', type: Extension, index: 19}
    elements:
      extension:
        index: 17
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            addressUse:
              match: {url: null}
              schema: {type: Extension, url: 'https://demis.rki.de/fhir/StructureDefinition/AddressUse', index: 18}
            facility:
              match: {url: null}
              schema: {type: Extension, url: 'https://demis.rki.de/fhir/StructureDefinition/FacilityAddressNotifiedPerson', index: 19}
      use: {index: 20}
      line:
        short: Anschriftenzeile
        index: 21
        extensions:
          Postfach: {url: null, max: 0, index: 23}
        elements:
          extension:
            index: 22
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                Postfach:
                  match: {url: null}
                  schema: {index: 23}
                  max: 0
      city: {short: Stadt, index: 24}
      postalCode:
        binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'}
        index: 25
      country:
        short: Land
        binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/country'}
        index: 26
  managingOrganization: {index: 33}
  name:
    type: HumanName
    short: Name der betroffenen Person
    mustSupport: true
    index: 0
    elements:
      family: {short: Nachname der betroffenen Person, index: 1}
      given: {short: Vorname der betroffenen Person, index: 2}
    required: [family, given]
  birthDate: {short: Geburtsdatum der betroffenen Person, mustSupport: true, index: 13}
  multipleBirth:
    choices: []
    index: 29
  deceased:
    short: Angabe ob die betroffene Person verstorben ist
    mustSupport: true
    choices: []
    index: 15
  photo: {index: 30}
  link: {index: 34}
  communication: {index: 32}
  telecom:
    short: Kontaktangaben der betroffenen Person
    mustSupport: true
    index: 3
    slicing:
      rules: closed
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        Email:
          match: {system: email}
          schema:
            index: 4
            elements:
              system:
                pattern: {type: code, value: email}
                type: code
                index: 5
              value: {index: 6}
            required: [system, value]
        Phone:
          match: {system: phone}
          schema:
            index: 7
            extensions:
              comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 9}
            elements:
              extension:
                index: 8
                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: 9}
                      max: 1
              system:
                pattern: {type: code, value: phone}
                type: code
                index: 10
              value: {index: 11}
            required: [system, value]
  gender: {short: Geschlecht der betroffenen Person, mustSupport: true, index: 12}
  maritalStatus: {index: 27}
  contact: {short: Kontaktperson der betroffenen Person, mustSupport: true, index: 31}
package_version: 1.16.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.1.1
required: [gender, name]