FHIR IG analytics
| Package | rki.demis.common |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-Notifier.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=rki.demis.common@3.0.0-rc.4&canonical=https://demis.rki.de/fhir/StructureDefinition/Notifier |
| URL | https://demis.rki.de/fhir/StructureDefinition/Notifier |
| Version | 2.0.0 |
| Status | active |
| Date | 2025-02-20 |
| Name | Notifier |
| Title | Melder |
| Realm | de |
| 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. |
| Copyright | Copyright (C) 2021-2025 Robert Koch-Institut |
| Type | Practitioner |
| Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "Notifier",
"url": "https://demis.rki.de/fhir/StructureDefinition/Notifier",
"version": "2.0.0",
"name": "Notifier",
"title": "Melder",
"status": "active",
"date": "2025-02-20",
"publisher": "Robert Koch-Institut",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "demis-support@rki.de"
}
]
}
],
"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.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"version": "ALPHA-2",
"code": "DE"
}
]
}
],
"copyright": "Copyright (C) 2021-2025 Robert Koch-Institut",
"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",
"patternCanonical": "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.identifier",
"path": "Practitioner.identifier",
"max": "0"
},
{
"id": "Practitioner.active",
"path": "Practitioner.active",
"max": "0"
},
{
"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": "error",
"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": "error",
"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.line",
"path": "Practitioner.address.line",
"min": 1,
"max": "3",
"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",
"short": "Postleitzahl",
"min": 1,
"mustSupport": true
},
{
"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"
}
]
}
}