FHIR IG Statistics: StructureDefinition/NotifierFacility
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "NotifierFacility",
"url": "https://demis.rki.de/fhir/StructureDefinition/NotifierFacility",
"version": "1.6.0",
"name": "NotifierFacility",
"title": "Melder-Einrichtung",
"status": "active",
"date": "2025-03-27",
"description": "Die Melder-Einrichtung enthält die Angaben der meldenden Einrichtung. Die Informationen werden vom zuständigen Gesundsamt zur Kontaktaufnahme genutzt.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "servd",
"uri": "http://www.omg.org/spec/ServD/1.0/",
"name": "ServD"
}
],
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization.meta",
"path": "Organization.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.meta.profile",
"path": "Organization.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotifierFacility",
"mustSupport": true
},
{
"id": "Organization.identifier",
"path": "Organization.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"short": "Identifier der Melder-Einrichtung",
"definition": "Als Identifier kann die BSNR oder die von DEMIS zugewiesene Labornummer angegegeben werden."
},
{
"id": "Organization.identifier:bsnr",
"path": "Organization.identifier",
"sliceName": "bsnr",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-bsnr"
]
}
],
"mustSupport": true
},
{
"id": "Organization.identifier:demisLaboratoryId",
"path": "Organization.identifier",
"sliceName": "demisLaboratoryId",
"short": "DEMIS-Labornummer",
"definition": "DEMIS-Labornummer, die dem Melder bei der Anmeldung an DEMIS zugewiesen wird. Es handelt sich um eine eindeutige 5-stellige Nummer im NamingSystem https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId.",
"mustSupport": true
},
{
"id": "Organization.identifier:demisLaboratoryId.system",
"path": "Organization.identifier.system",
"min": 1,
"fixedUri": "https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId",
"mustSupport": true
},
{
"id": "Organization.identifier:demisLaboratoryId.value",
"path": "Organization.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.identifier:demisParticipantId",
"path": "Organization.identifier",
"sliceName": "demisParticipantId",
"short": "DEMIS-Teilnehmer-Nummer",
"definition": "DEMIS-Teilnehmernummer, welche durch das RKI an ausgewählte Systemteilnehmer vergeben wird. Der Identifier entstammt folgendem NamingSystem: https://demis.rki.de/fhir/NamingSystem/DemisParticipantId. Dieses NamingSystem wird der zukünftige Standard und soll die DEMIS-Labornummer perspektivisch ersetzen."
},
{
"id": "Organization.identifier:demisParticipantId.system",
"path": "Organization.identifier.system",
"min": 1,
"fixedUri": "https://demis.rki.de/fhir/NamingSystem/DemisParticipantId",
"mustSupport": true
},
{
"id": "Organization.identifier:demisParticipantId.value",
"path": "Organization.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type",
"path": "Organization.type",
"short": "Art der meldenden Einrichtung",
"definition": "Art der meldenden Einrichtung. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/organizationType) im coding Element dargestellt werden.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Organization.type.coding",
"path": "Organization.type.coding",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://demis.rki.de/fhir/ValueSet/organizationType"
}
},
{
"id": "Organization.type.coding.system",
"path": "Organization.type.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type.coding.code",
"path": "Organization.type.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type.text",
"path": "Organization.type.text",
"max": "0"
},
{
"id": "Organization.name",
"path": "Organization.name",
"short": "Bezeichnung der Einrichtung",
"definition": "Bezeichnung der Einrichtung",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.telecom",
"path": "Organization.telecom",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "closed"
},
"short": "Kontaktangaben der Einrichtung",
"definition": "Kontaktangaben der Einrichtung. Telefonnummern, E-Mailadressen, Urls und Faxnummern können angegeben werden.",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.telecom:Email",
"path": "Organization.telecom",
"sliceName": "Email"
},
{
"id": "Organization.telecom:Email.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "email",
"mustSupport": true
},
{
"id": "Organization.telecom:Email.value",
"path": "Organization.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": "Organization.telecom:Phone",
"path": "Organization.telecom",
"sliceName": "Phone"
},
{
"id": "Organization.telecom:Phone.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "phone",
"mustSupport": true
},
{
"id": "Organization.telecom:Phone.value",
"path": "Organization.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": "Organization.telecom:Url",
"path": "Organization.telecom",
"sliceName": "Url"
},
{
"id": "Organization.telecom:Url.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "url",
"mustSupport": true
},
{
"id": "Organization.telecom:Url.value",
"path": "Organization.telecom.value",
"min": 1,
"constraint": [
{
"key": "validUrl",
"severity": "warning",
"human": "Die Url muss valide sein.",
"expression": "$this.matches('^(https?:\\\\/\\\\/(?:www\\\\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\\\.[^\\\\s]{2,}|www\\\\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\\\.[^\\\\s]{2,}|https?:\\\\/\\\\/(?:www\\\\.|(?!www))[a-zA-Z0-9]+\\\\.[^\\\\s]{2,}|www\\\\.[a-zA-Z0-9]+\\\\.[^\\\\s]{2,})[%content%]#39;)"
}
],
"mustSupport": true
},
{
"id": "Organization.telecom:Fax",
"path": "Organization.telecom",
"sliceName": "Fax"
},
{
"id": "Organization.telecom:Fax.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "fax",
"mustSupport": true
},
{
"id": "Organization.telecom:Fax.value",
"path": "Organization.telecom.value",
"min": 1,
"constraint": [
{
"key": "validFaxNumber",
"severity": "warning",
"human": "Die Faxnummer muss valide sein.",
"expression": "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}[%content%]#39;)"
}
],
"mustSupport": true
},
{
"id": "Organization.address",
"path": "Organization.address",
"short": "Einrichtungsaddresse",
"definition": "Einrichtungsaddresse",
"min": 1,
"max": "1",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"mustSupport": true
},
{
"id": "Organization.address.line",
"path": "Organization.address.line",
"max": "3"
},
{
"id": "Organization.address.city",
"path": "Organization.address.city",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.postalCode",
"path": "Organization.address.postalCode",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "preferred",
"valueSet": "https://demis.rki.de/fhir/ValueSet/postalCode"
}
},
{
"id": "Organization.address.country",
"path": "Organization.address.country",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-2"
}
},
{
"id": "Organization.partOf",
"path": "Organization.partOf",
"short": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört",
"definition": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört",
"mustSupport": true
},
{
"id": "Organization.contact",
"path": "Organization.contact",
"short": "Ansprechpartner der Einrichtung",
"definition": "Ansprechpartner der Einrichtung",
"max": "1",
"mustSupport": true
},
{
"id": "Organization.endpoint",
"path": "Organization.endpoint",
"max": "0"
}
]
}
}