{
"description": "Die Sequenzmeldung definiert die Inhalte (Sequenzmetadaten, Einsenderinformationen, etc.), die von Laboren an das RKI übermittelt werden müssen. In der Sequenzmeldung muss ein Sequenz-Laborbericht referenziert werden.",
"_filename": "StructureDefinition-NotificationSequence.json",
"package_name": "rki.demis.igs",
"date": "2025-07-22",
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "NotificationSequence",
"abstract": false,
"type": "Composition",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Sequenzmeldung",
"package_version": "4.0.0",
"status": "active",
"id": "13d00471-c5c2-4d29-b089-9ed25690d3f9",
"kind": "resource",
"url": "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence",
"version": "2.0.2",
"differential": {
"element": [ {
"id": "Composition.meta",
"min": 1,
"path": "Composition.meta",
"mustSupport": true
}, {
"id": "Composition.meta.profile",
"max": "1",
"min": 1,
"path": "Composition.meta.profile",
"mustSupport": true,
"fixedCanonical": "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence"
}, {
"id": "Composition.contained",
"max": "0",
"path": "Composition.contained"
}, {
"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",
"max": "1",
"min": 1,
"path": "Composition.type.coding",
"mustSupport": true,
"patternCoding": {
"code": "34782-3",
"system": "http://loinc.org",
"display": "Infectious disease Note"
}
}, {
"id": "Composition.category",
"max": "1",
"min": 1,
"path": "Composition.category",
"short": "Art der Meldung",
"definition": "Art der Meldung. Für die IGS-Meldung ist category mit dem LOINC-Code \"Laboratory report\" im coding zu belegen.",
"mustSupport": true
}, {
"id": "Composition.category.coding",
"max": "1",
"min": 1,
"path": "Composition.category.coding",
"mustSupport": true,
"patternCoding": {
"code": "11502-2",
"system": "http://loinc.org",
"display": "Laboratory report"
}
}, {
"id": "Composition.subject",
"min": 1,
"path": "Composition.subject",
"type": [ {
"code": "Reference",
"aggregation": [ "bundled" ],
"targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonAnonymous" ]
} ],
"short": "Verweis auf die betroffene Person (anonym).",
"definition": "Verweis auf die betroffene Person (anonym).",
"mustSupport": true
}, {
"id": "Composition.subject.reference",
"min": 1,
"path": "Composition.subject.reference",
"mustSupport": true
}, {
"id": "Composition.relatesTo",
"min": 1,
"path": "Composition.relatesTo",
"short": "Verweis auf die vorangegangene Meldung an das Gesundheitsamt",
"definition": "Es muss die vorangegangene Meldung an das Gesundheitsamt referenziert werden. Dazu wird die vom einsendenden Labor generierete, eindeutige UUID, die im Meldevorgang 1 (erste Meldung an das Gesundheitsamt) als MeldungsID (NotificationID) verwendet wurde, im relatesTo-Identifier angegeben."
}, {
"id": "Composition.section",
"path": "Composition.section",
"slicing": {
"rules": "closed",
"discriminator": [ {
"path": "code.coding",
"type": "pattern"
} ]
}
}, {
"id": "Composition.section:laboratoryReport",
"max": "1",
"min": 1,
"path": "Composition.section",
"short": "Enthält einen Verweis auf einen Sequenz-Laborbericht",
"sliceName": "laboratoryReport",
"definition": "Enthält einen Verweis auf einen Sequenz-Laborbericht",
"mustSupport": true
}, {
"id": "Composition.section:laboratoryReport.code",
"min": 1,
"path": "Composition.section.code",
"mustSupport": true
}, {
"id": "Composition.section:laboratoryReport.code.coding",
"max": "1",
"min": 1,
"path": "Composition.section.code.coding",
"mustSupport": true,
"patternCoding": {
"code": "11502-2",
"system": "http://loinc.org",
"display": "Laboratory report"
}
}, {
"id": "Composition.section:laboratoryReport.entry",
"max": "1",
"min": 1,
"path": "Composition.section.entry",
"type": [ {
"code": "Reference",
"aggregation": [ "bundled" ],
"targetProfile": [ "https://demis.rki.de/fhir/igs/StructureDefinition/LaboratoryReportSequence" ]
} ],
"mustSupport": true
}, {
"id": "Composition.section:laboratoryReport.entry.reference",
"min": 1,
"path": "Composition.section.entry.reference",
"mustSupport": true
}, {
"id": "Composition.section:laboratoryReport.section",
"path": "Composition.section.section",
"contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section"
} ]
},
"baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/Notification"
}