{
"description": "Das StfExportBundle dient als Container für den standardisierten Austausch von Daten im Rahmen des Sterbefallprozesses. \\nEs basiert auf der Ressource `Bundle` und verwendet den Typ `collection`, um alle relevanten STF Ressourcen zu bündeln.",
"_filename": "StructureDefinition-StfExportBundle.json",
"package_name": "de.gematik.sterbefall",
"date": "2025-09-05",
"derivation": "constraint",
"publisher": "ELFA Maßnahme Interoperabilität",
"fhirVersion": "4.0.1",
"name": "StfExportBundle",
"abstract": false,
"type": "Bundle",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "STF Export Bundle",
"package_version": "1.0.0-beta.3",
"status": "active",
"id": "52f61773-9755-447a-94ce-97091014d1c7",
"kind": "resource",
"url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportBundle",
"version": "1.0.0-beta.3",
"differential": {
"element": [ {
"id": "Bundle.type",
"path": "Bundle.type",
"mustSupport": true,
"patternCode": "collection"
}, {
"id": "Bundle.timestamp",
"path": "Bundle.timestamp",
"short": "Exportzeitpunkt",
"mustSupport": true
}, {
"id": "Bundle.entry",
"min": 1,
"path": "Bundle.entry",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "resource",
"type": "profile"
} ]
},
"mustSupport": true
}, {
"id": "Bundle.entry.fullUrl",
"path": "Bundle.entry.fullUrl",
"mustSupport": true
}, {
"id": "Bundle.entry.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "Practitioner",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArzt" ]
}, {
"code": "Patient",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfVerstorbenePerson", "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfVerstorbenePersonPseudonymisiert" ]
}, {
"code": "PractitionerRole",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArztZuordnung" ]
}, {
"code": "DocumentReference",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfDatei" ]
}, {
"code": "Procedure",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfLeichenschau", "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktion" ]
}, {
"code": "Organization",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfOrganisation" ]
}, {
"code": "Provenance",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfSterbeurkundeAusstellung", "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportProvenance" ]
}, {
"code": "Observation",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfBasisObservation" ]
}, {
"code": "ServiceRequest",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktionAnfrage" ]
} ],
"mustSupport": true
}, {
"id": "Bundle.entry:Provenance",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "Provenance",
"mustSupport": true
}, {
"id": "Bundle.entry:Provenance.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "Provenance",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportProvenance" ]
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}