FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Notifier

Packagerki.demis.common
Resource TypeStructureDefinition
IdNotifier
FHIR VersionR4
Sourcehttps://demis.rki.de/fhir/common/https://simplifier.net/resolve?scope=rki.demis.common@2.2.0&canonical=https://demis.rki.de/fhir/StructureDefinition/Notifier
URLhttps://demis.rki.de/fhir/StructureDefinition/Notifier
Version1.7.0
Statusactive
Date2024-01-08
NameNotifier
TitleMelder
Realmde
DescriptionDer 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.
TypePractitioner
Kindresource

Resources that use this resource

StructureDefinition
NotifierRoleMelder-Rolle

Resources that this resource uses

StructureDefinition
address-de-basisAdresse, deutsches Basisprofil
humanname-de-basisHumanName, deutsches Basisprofil
CommentKommentar
CountyLandkreis
SalutationAnrede
ValueSet
postalCodePostleitzahl

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Notifier",
  "url": "https://demis.rki.de/fhir/StructureDefinition/Notifier",
  "version": "1.7.0",
  "name": "Notifier",
  "title": "Melder",
  "status": "active",
  "date": "2024-01-08",
  "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.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner",
        "path": "Practitioner",
        "constraint": [
          {
            "key": "noNumbersInName",
            "severity": "error",
            "human": "Vorname und Nachname des Melders dürfen keine Zahlen enthalten.",
            "expression": "(name.family.matches('.*\\\\d.*')=false) and (name.given.matches('.*\\\\d.*')=false)"
          },
          {
            "key": "oneOfficialName",
            "severity": "error",
            "human": "One name must be official.",
            "expression": "name.where(use='official').count()>0",
            "source": "https://demis.rki.de/fhir/StructureDefinition/Notifier"
          }
        ]
      },
      {
        "id": "Practitioner.meta",
        "path": "Practitioner.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.meta.profile",
        "path": "Practitioner.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/Notifier",
        "mustSupport": true
      },
      {
        "id": "Practitioner.extension",
        "path": "Practitioner.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.extension:salutation",
        "path": "Practitioner.extension",
        "sliceName": "salutation",
        "short": "Anrede des Melders",
        "definition": "Anrede des Melders. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/salutation) im coding Element dargestellt werden.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/Salutation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "short": "Name des Melders",
        "definition": "Name des Melders. Mindestens ein Vorname und der Nachname müssen angegeben werden.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://fhir.de/StructureDefinition/humanname-de-basis"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "short": "Kontaktangaben des Melders",
        "definition": "Kontaktangaben des Melders. Telefonnummern und E-Mailadressen können angegeben werden. Mindestens eine Telefonnummer muss angegeben werden.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:Email",
        "path": "Practitioner.telecom",
        "sliceName": "Email"
      },
      {
        "id": "Practitioner.telecom:Email.system",
        "path": "Practitioner.telecom.system",
        "min": 1,
        "fixedCode": "email",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:Email.value",
        "path": "Practitioner.telecom.value",
        "min": 1,
        "constraint": [
          {
            "key": "validEmailAddress",
            "severity": "warning",
            "human": "Die E-Mail-Adresse muss valide sein.",
            "expression": "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}[%content%]#39;)"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:Phone",
        "path": "Practitioner.telecom",
        "sliceName": "Phone",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:Phone.extension",
        "path": "Practitioner.telecom.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.telecom:Phone.extension:comment",
        "path": "Practitioner.telecom.extension",
        "sliceName": "comment",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/Comment"
            ]
          }
        ]
      },
      {
        "id": "Practitioner.telecom:Phone.system",
        "path": "Practitioner.telecom.system",
        "min": 1,
        "fixedCode": "phone",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:Phone.value",
        "path": "Practitioner.telecom.value",
        "min": 1,
        "constraint": [
          {
            "key": "validPhoneNumber",
            "severity": "warning",
            "human": "Die Telefonnummer muss valide sein.",
            "expression": "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}[%content%]#39;)"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "short": "Adresse des Melders",
        "definition": "Adresse des Melders",
        "max": "1",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.address.extension:county",
        "path": "Practitioner.address.extension",
        "sliceName": "county",
        "short": "Landkreis",
        "definition": "Landkreis",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/County"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.address.extension:county.url",
        "path": "Practitioner.address.extension.url",
        "fixedUri": "https://demis.rki.de/fhir/StructureDefinition/County"
      },
      {
        "id": "Practitioner.address.line",
        "path": "Practitioner.address.line",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.address.line.extension",
        "path": "Practitioner.address.line.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.address.line.extension:Postfach",
        "path": "Practitioner.address.line.extension",
        "sliceName": "Postfach",
        "max": "0"
      },
      {
        "id": "Practitioner.address.city",
        "path": "Practitioner.address.city",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.address.postalCode",
        "path": "Practitioner.address.postalCode",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "preferred",
          "valueSet": "https://demis.rki.de/fhir/ValueSet/postalCode"
        }
      },
      {
        "id": "Practitioner.address.country",
        "path": "Practitioner.address.country",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-2"
        }
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "max": "0"
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "max": "0"
      },
      {
        "id": "Practitioner.photo",
        "path": "Practitioner.photo",
        "max": "0"
      },
      {
        "id": "Practitioner.qualification",
        "path": "Practitioner.qualification",
        "max": "0"
      },
      {
        "id": "Practitioner.communication",
        "path": "Practitioner.communication",
        "max": "0"
      }
    ]
  }
}