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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfObduktion.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0-ballot&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktion
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktion
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfObduktion
TitleSTF Obduktion
DescriptionAbbildung der Informationen zu einer Obduktion im Kontext der STF
TypeProcedure
Kindresource

Resources that use this resource

StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

ValueSet
StfOrganisationsTypObduktionVSSTF Typ einer Organisation bei Obduktionn

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "StfObduktion",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktion",
  "version": "1.0.0-ballot",
  "name": "StfObduktion",
  "title": "STF Obduktion",
  "status": "active",
  "experimental": false,
  "date": "2025-12-05",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "description": "Abbildung der Informationen zu einer Obduktion im Kontext der STF",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.basedOn",
        "path": "Procedure.basedOn",
        "comment": "Zuordnung zum Antrag einer Obduktion",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ServiceRequest"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Procedure.status",
        "path": "Procedure.status",
        "mustSupport": true
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "29240004",
              "system": "http://snomed.info/sct",
              "display": "Autopsy examination (procedure)"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Procedure.performed[x]",
        "path": "Procedure.performed[x]",
        "comment": "Uhrzeit der Obduktion",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Procedure.asserter",
        "path": "Procedure.asserter",
        "mustSupport": true
      },
      {
        "id": "Procedure.asserter.display",
        "path": "Procedure.asserter.display",
        "comment": "Bei wem die Obduktion beantragt wurde",
        "mustSupport": true
      },
      {
        "id": "Procedure.performer",
        "path": "Procedure.performer",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "function"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Procedure.performer.function",
        "path": "Procedure.performer.function",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfOrganisationsTypObduktionVS"
        }
      },
      {
        "id": "Procedure.performer.actor",
        "path": "Procedure.performer.actor",
        "mustSupport": true
      },
      {
        "id": "Procedure.performer.actor.display",
        "path": "Procedure.performer.actor.display",
        "comment": "Name Pathologisches Institut oder Gerichtsmedizinisches Institut",
        "mustSupport": true
      },
      {
        "id": "Procedure.performer:GerichtsmedizinischesInstitut",
        "path": "Procedure.performer",
        "sliceName": "GerichtsmedizinischesInstitut",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Procedure.performer:GerichtsmedizinischesInstitut.function",
        "path": "Procedure.performer.function",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "GerichtsmedInst",
              "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfOrganisationsTypCS"
            }
          ]
        }
      },
      {
        "id": "Procedure.performer:PathologischesInstitut",
        "path": "Procedure.performer",
        "sliceName": "PathologischesInstitut",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Procedure.performer:PathologischesInstitut.function",
        "path": "Procedure.performer.function",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "PathInst",
              "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfOrganisationsTypCS"
            }
          ]
        }
      },
      {
        "id": "Procedure.location",
        "path": "Procedure.location",
        "mustSupport": true
      },
      {
        "id": "Procedure.location.display",
        "path": "Procedure.location.display",
        "comment": "Ort der Durchführung",
        "mustSupport": true
      },
      {
        "id": "Procedure.report",
        "path": "Procedure.report",
        "comment": "Verlinkung auf den beiliegenden Obduktionsbericht",
        "mustSupport": true
      }
    ]
  }
}