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.2&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktion
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfObduktion
Version1.0.2
Statusactive
Date2026-03-30
NameStfObduktion
TitleSTF Obduktion
Realmde
DescriptionAbbildung der Informationen zu einer Obduktion im Kontext der STF
TypeProcedure
Kindresource

Resources that use this resource

CapabilityStatement
de.gematik.sterbefall#1.0.2StfKrebsregistermeldungCpSStf Krebsregistermeldung CapabilityStatement
StructureDefinition
de.gematik.sterbefall#1.0.2StfBasisObservationSTF Basis Observation
de.gematik.sterbefall#1.0.2StfExportBundleSTF Export Bundle
de.gematik.sterbefall#1.0.2StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

ValueSet
de.gematik.sterbefall#1.0.2StfOrganisationsTypObduktionVSSTF 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.2",
  "name": "StfObduktion",
  "title": "STF Obduktion",
  "status": "active",
  "experimental": false,
  "date": "2026-03-30",
  "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"
            }
          ]
        },
        "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.reference",
        "path": "Procedure.asserter.reference",
        "mustSupport": true
      },
      {
        "id": "Procedure.asserter.display",
        "path": "Procedure.asserter.display",
        "comment": "Bei wem die Obduktion beantragt wurde, bzw. Ausstellender Arzt der Obduktion",
        "mustSupport": true
      },
      {
        "id": "Procedure.performer",
        "path": "Procedure.performer",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "function"
            }
          ],
          "rules": "open"
        },
        "comment": "Angaben zur durchführenden Person oder Institution. Sind Person und Institution bekannt, ist als performer die PractitionerRole zu verwenden. Alternativ kann die Institution (Organization) als onBehalfOf angegeben werden.",
        "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.onBehalfOf",
        "path": "Procedure.performer.onBehalfOf",
        "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
      }
    ]
  }
}