FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfExportBundle.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0-ballot&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportBundle
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfExportBundle
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfExportBundle
TitleSTF Export Bundle
DescriptionDas 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.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
StfArztSTF Arzt
StfArztZuordnungSTF Arzt Zuordnung
StfBasisObservationSTF Basis Observation
StfDateiSTF Datei
StfExportProvenanceSTF ExportBundle Provenance
StfLeichenschauStfLeichenschau
StfObduktionSTF Obduktion
StfObduktionAnfrageSTF Obduktion Anfrage
StfOrganisationSTF Organisation
StfSterbeurkundeAusstellungSTF Sterbeurkunde Ausstellung
StfVerstorbenePersonSTF Verstorbene Person
StfVerstorbenePersonPseudonymisiertSTF pseudonymisierte Verstorbene Person

Narrative

No narrative content found in resource


Source1

{
  "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"
            ]
          }
        ]
      }
    ]
  }
}