FHIR IG Statistics: StructureDefinition/NotificationBundleSequence
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "NotificationBundleSequence",
"url": "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationBundleSequence",
"version": "2.0.1",
"name": "NotificationBundleSequence",
"title": "Sequenzmeldevorgang",
"status": "active",
"date": "2024-10-31",
"description": "Der Sequenzmeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine Sequenzmeldung (Sequenzübermittlung) und die darin referenzierten Ressourcen.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle",
"path": "Bundle",
"constraint": [
{
"key": "exactlyOneSequence",
"severity": "error",
"human": "Im NotificationBundle muss genau eine Sequenz enthalten sein.",
"expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/igs/StructureDefinition/Sequence').count()=1"
}
]
},
{
"id": "Bundle.meta",
"path": "Bundle.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.meta.profile",
"path": "Bundle.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationBundleSequence",
"mustSupport": true
},
{
"id": "Bundle.entry:notification",
"path": "Bundle.entry",
"sliceName": "notification",
"definition": "Enthaltene Meldungen. In einem Sequenzmeldevorgang muss genau eine Sequenzmeldung enthalten sein."
},
{
"id": "Bundle.entry:notification.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Composition",
"profile": [
"https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence"
]
}
]
}
]
}
}