FHIR IG analytics| Package | de.gematik.sterbefall |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-StfExportBundle.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0-ballot&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportBundle |
| URL | http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportBundle |
| Version | 1.0.0-ballot |
| Status | active |
| Date | 2025-12-05 |
| Name | StfExportBundle |
| Title | STF Export Bundle |
| Description | Das StfExportBundle dient als Container für den standardisierten Austausch von Daten im Rahmen des Sterbefallprozesses. Es basiert auf der Ressource `Bundle` und verwendet den Typ `collection`, um alle relevanten STF Ressourcen zu bündeln. |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| StfArzt | STF Arzt |
| StfArztZuordnung | STF Arzt Zuordnung |
| StfBasisObservation | STF Basis Observation |
| StfDatei | STF Datei |
| StfExportProvenance | STF ExportBundle Provenance |
| StfLeichenschau | StfLeichenschau |
| StfObduktion | STF Obduktion |
| StfObduktionAnfrage | STF Obduktion Anfrage |
| StfOrganisation | STF Organisation |
| StfSterbeurkundeAusstellung | STF Sterbeurkunde Ausstellung |
| StfVerstorbenePerson | STF Verstorbene Person |
| StfVerstorbenePersonPseudonymisiert | STF pseudonymisierte Verstorbene Person |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "StfExportBundle",
"url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportBundle",
"version": "1.0.0-ballot",
"name": "StfExportBundle",
"title": "STF Export Bundle",
"status": "active",
"experimental": false,
"date": "2025-12-05",
"publisher": "ELFA Maßnahme Interoperabilität",
"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.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.type",
"path": "Bundle.type",
"patternCode": "collection",
"mustSupport": true
},
{
"id": "Bundle.timestamp",
"path": "Bundle.timestamp",
"short": "Exportzeitpunkt",
"mustSupport": true
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "resource"
}
],
"rules": "open"
},
"min": 1,
"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",
"path": "Bundle.entry",
"sliceName": "Provenance",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Bundle.entry:Provenance.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Provenance",
"profile": [
"http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportProvenance"
]
}
]
}
]
}
}