FHIR IG Statistics: StructureDefinition/NotificationLaboratoryNegative
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "NotificationLaboratoryNegative",
"url": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryNegative",
"version": "1.5.0",
"name": "NotificationLaboratoryNegative",
"title": "Erregernachweismeldung (negativ)",
"status": "active",
"date": "2025-05-17",
"publisher": "Robert Koch-Institut",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "demis-support@rki.de"
}
]
}
],
"description": "Die Erregernachweismeldung (negativ) definiert die Meldung nach § 7 Abs. 4 IfSG. Für die Umsetzung sind nur die Meldung der negativen Testergebnisse relevant. Positive Ergebnisse liegen im Rahmen von § 14 Abs. 4 und 5 IfSG als nichtnamentliche Auszüge der Meldungen nach § 7 Abs. 1 IfSG bereits am RKI vor. Erregerspezifische Befunddaten werden über Subprofile des Laborberichts-Profils definiert. In der Erregernachweismeldung kann ein spezifischer Laborbericht referenziert werden.",
"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",
"kind": "resource",
"abstract": false,
"type": "Composition",
"baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/Notification",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Composition.meta",
"path": "Composition.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Composition.meta.profile",
"path": "Composition.meta.profile",
"min": 1,
"max": "1",
"patternCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryNegative",
"mustSupport": true
},
{
"id": "Composition.contained",
"path": "Composition.contained",
"max": "0"
},
{
"id": "Composition.identifier",
"path": "Composition.identifier",
"short": "Eindeutige ID der Meldung",
"definition": "Eindeutige ID der Meldung, die vom Melder bei Erstellung generiert wird oder sich aus der Auftragsnummer ableitet. Es handelt sich um eine UUID im NamingSystem https://demis.rki.de/fhir/NamingSystem/NotificationId.",
"comment": "Bei einer Ergänzungs- bzw. einer Korrekturmeldung ist die gleiche NotificationId der Meldung anzugegeben.",
"min": 1,
"mustSupport": true
},
{
"id": "Composition.identifier.system",
"path": "Composition.identifier.system",
"min": 1,
"fixedUri": "https://demis.rki.de/fhir/NamingSystem/NotificationId",
"mustSupport": true
},
{
"id": "Composition.identifier.value",
"path": "Composition.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Composition.type",
"path": "Composition.type",
"definition": "Typ der Composition. In DEMIS ist der Typ immer mit dem Wert 34782-3 (Infectious disease Note) aus dem entsprechend hinterlegten LOINC-ValueSet zu belegen."
},
{
"id": "Composition.type.coding",
"path": "Composition.type.coding",
"min": 1,
"max": "1",
"patternCoding": {
"system": "http://loinc.org",
"code": "34782-3",
"display": "Infectious disease Note"
},
"mustSupport": true
},
{
"id": "Composition.category",
"path": "Composition.category",
"max": "0"
},
{
"id": "Composition.subject",
"path": "Composition.subject",
"short": "Verweis auf die betroffene Person (anonym).",
"definition": "Verweis auf die betroffene Person (anonym).",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonAnonymous"
],
"aggregation": [
"bundled"
]
}
],
"mustSupport": true
},
{
"id": "Composition.subject.reference",
"path": "Composition.subject.reference",
"min": 1,
"mustSupport": true
},
{
"id": "Composition.author",
"path": "Composition.author",
"definition": "Verweis auf die Melder-Rolle. Über die Melder-Rolle kann eine Person oder eine Organisation als Melder - hier das Labor - referenziert werden."
},
{
"id": "Composition.section",
"path": "Composition.section",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "code.coding"
}
],
"rules": "closed"
}
},
{
"id": "Composition.section:laboratoryReport",
"path": "Composition.section",
"sliceName": "laboratoryReport",
"short": "Enthält einen Verweis auf einen erregerspezifischen Laborbericht",
"definition": "Entsprechend des Meldetatbestandes wird an dieser Stelle ein erregerspezifischer Laborbericht z.B. SARS-CoV-2-Laborbericht referenziert.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Composition.section:laboratoryReport.code",
"path": "Composition.section.code",
"min": 1,
"mustSupport": true
},
{
"id": "Composition.section:laboratoryReport.code.coding",
"path": "Composition.section.code.coding",
"min": 1,
"max": "1",
"patternCoding": {
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
},
"mustSupport": true
},
{
"id": "Composition.section:laboratoryReport.entry",
"path": "Composition.section.entry",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport"
]
}
],
"mustSupport": true
},
{
"id": "Composition.section:laboratoryReport.entry.reference",
"path": "Composition.section.entry.reference",
"min": 1,
"mustSupport": true
},
{
"id": "Composition.section:laboratoryReport.section",
"path": "Composition.section.section",
"contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section"
}
]
}
}