PackagesCanonicalsLogsProblems
    Packages
    de.gematik.sterbefall@1.0.0-beta.2
    http://gematik.de/fhir/oegd/stf/StructureDefinition/StfDatei
{
  "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.",
  "_filename": "StructureDefinition-StfDatei.json",
  "package_name": "de.gematik.sterbefall",
  "date": "2025-09-05",
  "derivation": "constraint",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "fhirVersion": "4.0.1",
  "name": "StfDatei",
  "abstract": false,
  "type": "DocumentReference",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "STF Datei",
  "package_version": "1.0.0-beta.2",
  "status": "active",
  "id": "25496745-c31d-4d7e-b849-d076be009b6c",
  "kind": "resource",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfDatei",
  "version": "1.0.0-beta.1",
  "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",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfDateiTypVS"
      },
      "mustSupport": true
    }, {
      "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",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/Organization" ]
      } ],
      "comment": "Beispielsweise Verweis auf eine Organization, die Informationen zum Standesamt beinhaltet (Nr. und Name). Im Kontext eines Obduktionsscheins der ausstellende Arzt oder Ärztin",
      "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",
      "min": 1,
      "path": "DocumentReference.content.attachment.contentType",
      "mustSupport": true
    }, {
      "id": "DocumentReference.content.attachment.data",
      "min": 1,
      "path": "DocumentReference.content.attachment.data",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
}