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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfLeichenschau.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0-ballot&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfLeichenschau
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfLeichenschau
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfLeichenschau
TitleStfLeichenschau
DescriptionMit diesem Profil wird eine Leichenschau im Kontext des Sterbefall abgebildet
TypeProcedure
Kindresource

Resources that use this resource

StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "StfLeichenschau",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfLeichenschau",
  "version": "1.0.0-ballot",
  "name": "StfLeichenschau",
  "title": "StfLeichenschau",
  "status": "active",
  "experimental": false,
  "date": "2025-12-05",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "description": "Mit diesem Profil wird eine Leichenschau im Kontext des Sterbefall abgebildet",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.status",
        "path": "Procedure.status",
        "mustSupport": true
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "168461002",
              "system": "http://snomed.info/sct",
              "display": "Postmortem examination (procedure)"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Procedure.performed[x]",
        "path": "Procedure.performed[x]",
        "comment": "Datum und optional Uhrzeit der Leichenschau",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Procedure.performer.actor",
        "path": "Procedure.performer.actor",
        "comment": "Optionale Verknüpfung mit dem durchführenden Arzt oder Ärztin",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}