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

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
Resource TypeObservation
IdObservation-StfTodesursache-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation StfTodesursache-Example

partOf: Procedure Postmortem examination (procedure)

status: Final

code: Cause of Death

subject: Max Mustermann

effective: 2023-07-10

performer: Practitioner Dr. med. Hans Müller(official)

value: Akuter transmuraler Myokardinfarkt der Vorderwand

note:

Patient erlitt einen massiven Herzinfarkt nach längerer kardialer Vorgeschichte mit koronarer Herzkrankheit und Bluthochdruck.

hasMember: Observation Cause of death

component

code: Cause of death sequence

value: Immediate/Primary

component

code: Nicht natürlicher Tod

value: Nein

component

code: Zeitdauer von Beginn der Krankheit bis Tod

value: 1-2 Wochen

component

code: Klassifikation der Todesursache

value: I25.1


Source1

{
  "resourceType": "Observation",
  "id": "StfTodesursache-Example",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/stf/StructureDefinition/StfTodesursache"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Procedure/StfLeichenschau-Example"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "184305005",
        "display": "Cause of Death"
      }
    ]
  },
  "subject": {
    "reference": "Patient/StfVerstorbenePerson-Example",
    "display": "Max Mustermann"
  },
  "effectiveDateTime": "2023-07-10",
  "performer": [
    {
      "reference": "Practitioner/StfArzt-Example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/icd-10",
        "version": "2019",
        "code": "I21.0"
      }
    ],
    "text": "Akuter transmuraler Myokardinfarkt der Vorderwand"
  },
  "note": [
    {
      "text": "Patient erlitt einen massiven Herzinfarkt nach längerer kardialer Vorgeschichte mit koronarer Herzkrankheit und Bluthochdruck."
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/StfTodesursache-Grundleiden-Example"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "82791-5"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA26682-7",
            "display": "Immediate/Primary"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
            "code": "nichtNatuerlicherTod"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "N"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
            "code": "zeitdauerBeginnBisTod"
          }
        ]
      },
      "valueString": "1-2 Wochen"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
            "code": "todesursacheKlassifikation"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/sid/icd-10",
            "version": "2019",
            "code": "I25.1"
          }
        ]
      }
    }
  ]
}