PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common.strict@3.0.0-rc.2
    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: rki.demis.common.strict
derivation: constraint
name: Notifier
type: Practitioner
elements:
  address:
    type: Address
    short: Adresse des Melders
    mustSupport: true
    index: 18
    elements:
      line:
        mustSupport: true
        array: true
        min: 1
        max: 3
        index: 19
        extensions:
          Postfach: {url: null, max: 0, index: 21}
        elements:
          extension:
            index: 20
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                Postfach:
                  match: {url: null}
                  schema: {index: 21}
                  max: 0
      city: {mustSupport: true, index: 22}
      postalCode: {short: Postleitzahl, mustSupport: true, index: 23}
      country:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/iso3166-1-2'}
        mustSupport: true
        index: 24
    required: [city, country, line, postalCode]
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/Notifier'}
        type: canonical
        index: 1
    required: [profile]
  name:
    type: HumanName
    short: Name des Melders
    mustSupport: true
    index: 6
    elements:
      family: {mustSupport: true, index: 7}
      given: {mustSupport: true, index: 8}
    required: [family, given]
  birthDate: {index: 26}
  extension:
    index: 2
    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: 3}
          max: 1
  photo: {index: 27}
  active: {index: 5}
  communication: {index: 29}
  identifier: {index: 4}
  qualification: {index: 28}
  telecom:
    short: Kontaktangaben des Melders
    mustSupport: true
    index: 9
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        Email:
          match: {system: email}
          schema:
            index: 10
            elements:
              system:
                pattern: {type: code, value: email}
                mustSupport: true
                type: code
                index: 11
              value:
                constraint:
                  validEmailAddress: {human: Die E-Mail-Adresse muss valide sein., severity: error, expression: '$this.matches(''^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$'')'}
                mustSupport: true
                index: 12
            required: [system, value]
        Phone:
          match: {system: phone}
          schema:
            mustSupport: true
            _required: true
            index: 13
            extensions:
              comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 15}
            elements:
              extension:
                index: 14
                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: 15}
                      max: 1
              system:
                pattern: {type: code, value: phone}
                mustSupport: true
                type: code
                index: 16
              value:
                constraint:
                  validPhoneNumber: {human: Die Telefonnummer muss valide sein., severity: error, expression: '$this.matches(''^[0+][0-9 \\-\\(\\)]{6,50}$'')'}
                mustSupport: true
                index: 17
            required: [system, value]
  gender: {index: 25}
package_version: 3.0.0-rc.2
extensions:
  salutation: {url: 'https://demis.rki.de/fhir/StructureDefinition/Salutation', max: 1, type: Extension, short: Anrede des Melders, mustSupport: true, index: 3}
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/Notifier
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 2.0.0
required: [meta, name, telecom]