PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common@2.2.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: rki.demis.common
derivation: constraint
name: Notifier
type: Practitioner
elements:
  address:
    type: Address
    short: Adresse des Melders
    mustSupport: true
    index: 16
    extensions:
      county:
        url: https://demis.rki.de/fhir/StructureDefinition/County
        type: Extension
        short: Landkreis
        mustSupport: true
        index: 17
        elements:
          url:
            pattern: {type: uri, value: 'https://demis.rki.de/fhir/StructureDefinition/County'}
            type: uri
            index: 18
    elements:
      extension:
        type: Extension
        short: Landkreis
        mustSupport: true
        url: https://demis.rki.de/fhir/StructureDefinition/County
        index: 17
        slicing:
          slices:
            county:
              match: {}
              schema:
                type: Extension
                short: Landkreis
                mustSupport: true
                url: https://demis.rki.de/fhir/StructureDefinition/County
                index: 17
                elements:
                  url:
                    pattern: {type: uri, value: 'https://demis.rki.de/fhir/StructureDefinition/County'}
                    type: uri
                    index: 18
      line:
        mustSupport: true
        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:
        binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'}
        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: 4
    elements:
      family: {mustSupport: true, index: 5}
      given: {mustSupport: true, index: 6}
    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}
  communication: {index: 29}
  qualification: {index: 28}
  telecom:
    short: Kontaktangaben des Melders
    mustSupport: true
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        Email:
          match: {system: email}
          schema:
            index: 8
            elements:
              system:
                pattern: {type: code, value: email}
                mustSupport: true
                type: code
                index: 9
              value:
                constraint:
                  validEmailAddress: {human: Die E-Mail-Adresse muss valide sein., severity: warning, expression: '$this.matches(''^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$'')'}
                mustSupport: true
                index: 10
            required: [system, value]
        Phone:
          match: {system: phone}
          schema:
            mustSupport: true
            _required: true
            index: 11
            extensions:
              comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 13}
            elements:
              extension:
                index: 12
                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: 13}
                      max: 1
              system:
                pattern: {type: code, value: phone}
                mustSupport: true
                type: code
                index: 14
              value:
                constraint:
                  validPhoneNumber: {human: Die Telefonnummer muss valide sein., severity: warning, expression: '$this.matches(''^[0+][0-9 \\-\\(\\)]{6,50}$'')'}
                mustSupport: true
                index: 15
            required: [system, value]
  gender: {index: 25}
package_version: 2.2.0
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: 1.7.0
required: [meta, name, telecom]