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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfDatei.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfDatei
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfDatei
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfDatei
TitleSTF Datei
Realmde
DescriptionDieses Profil bietet die Möglichkeit, eine Datei als base64-kodierter Content zu komunizieren. Im Projekt sollte möglichst darauf verzichtet werden und die strukturierten Profile bevorzugt werden.
TypeDocumentReference
Kindresource

Resources that use this resource

CapabilityStatement
ISiKCapabilityStatementFormularDatenQuelleAkteurStf Krebsregistermeldung CapabilityStatement
StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

ValueSet
StfDateiTypVSSTF Datei Typ

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "StfDatei",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfDatei",
  "version": "1.0.0-ballot",
  "name": "StfDatei",
  "title": "STF Datei",
  "status": "active",
  "experimental": false,
  "date": "2025-12-05",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "description": "Dieses Profil bietet die Möglichkeit, eine Datei als base64-kodierter Content zu komunizieren. Im Projekt sollte möglichst darauf verzichtet werden und die strukturierten Profile bevorzugt werden.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DocumentReference",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DocumentReference.identifier",
        "path": "DocumentReference.identifier",
        "comment": "Beispielsweise StAmt_Aktenzeichen",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.status",
        "path": "DocumentReference.status",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type",
        "path": "DocumentReference.type",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfDateiTypVS"
        }
      },
      {
        "id": "DocumentReference.subject",
        "path": "DocumentReference.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DocumentReference.date",
        "path": "DocumentReference.date",
        "comment": "Beispielsweise das Datum der Sterbeurkunde",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.author",
        "path": "DocumentReference.author",
        "comment": "Beispielsweise Verweis auf eine Organization, die Informationen zum Standesamt beinhaltet (Nr. und Name). Im Kontext eines Obduktionsscheins der ausstellende Arzt oder Ärztin",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content",
        "path": "DocumentReference.content",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content.attachment",
        "path": "DocumentReference.content.attachment",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content.attachment.contentType",
        "path": "DocumentReference.content.attachment.contentType",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content.attachment.data",
        "path": "DocumentReference.content.attachment.data",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}