PackagesCanonicalsLogsProblems
    Packages
    demis.fhir.profiles@1.15.0
    https://demis.rki.de/fhir/StructureDefinition/Notifier
description: Der Melder enthält Angaben der gemäß IfSG zur Meldung verpflichteten Person. Diese Angabe wird von geringerem Interesse sein, sofern eine Melder-Einrichtung mit entsprechendem Ansprechpartner angegeben wird. An diese wird sich ein Gesundheitsamt bei Rückfragen bevorzugt wenden.
package_name: demis.fhir.profiles
derivation: constraint
name: Notifier
type: Practitioner
elements:
  address:
    type: Address
    short: Adresse des Melders
    mustSupport: true
    index: 14
    elements:
      line:
        index: 15
        extensions:
          Postfach: {url: null, max: 0, index: 17}
        elements:
          extension:
            index: 16
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                Postfach:
                  match: {url: null}
                  schema: {index: 17}
                  max: 0
      city: {index: 18}
      postalCode:
        binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'}
        index: 19
      country:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/country'}
        index: 20
    required: [country, city, postalCode, line]
  name:
    type: HumanName
    short: Name des Melders
    mustSupport: true
    index: 2
    elements:
      family: {index: 3}
      given: {index: 4}
    required: [given, family]
  birthDate: {index: 22}
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        salutation:
          match: {url: null}
          schema: {type: Extension, short: Anrede des Melders, mustSupport: true, url: 'https://demis.rki.de/fhir/StructureDefinition/Salutation', index: 1}
          max: 1
  photo: {index: 23}
  communication: {index: 25}
  qualification: {index: 24}
  telecom:
    short: Kontaktangaben des Melders
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        Email:
          match: {system: email}
          schema:
            index: 6
            elements:
              system:
                pattern: {type: Code, value: email}
                index: 7
              value: {index: 8}
            required: [value, system]
        Phone:
          match: {system: phone}
          schema:
            _required: true
            index: 9
            extensions:
              comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 11}
            elements:
              extension:
                index: 10
                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: 11}
                      max: 1
              system:
                pattern: {type: Code, value: phone}
                index: 12
              value: {index: 13}
            required: [value, system]
  gender: {index: 21}
package_version: 1.15.0
extensions:
  salutation: {url: 'https://demis.rki.de/fhir/StructureDefinition/Salutation', max: 1, type: Extension, short: Anrede des Melders, mustSupport: true, index: 1}
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/Notifier
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.2.0
required: [name, telecom]