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

FHIR IG analytics

Packagede.gematik.sterbefall
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

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "StfTodesursache-Example",
  "meta": {
    "profile": [
      "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfTodesursache"
    ]
  },
  "partOf": [
    {
      "reference": "Procedure/StfLeichenschau-Example"
    }
  ],
  "code": {
    "coding": [
      {
        "code": "184305005",
        "system": "http://snomed.info/sct",
        "display": "Cause of Death"
      }
    ]
  },
  "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."
    }
  ],
  "component": [
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA26682-7",
            "system": "http://loinc.org",
            "display": "Immediate/Primary"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "code": "82791-5",
            "system": "http://loinc.org"
          }
        ]
      }
    },
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "N",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "code": "nichtNatuerlicherTod",
            "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfObservationCodesErweiterungCS"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "zeitdauerBeginnBisTod",
            "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfObservationCodesErweiterungCS"
          }
        ]
      },
      "valueString": "1-2 Wochen"
    },
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/sid/icd-10",
            "code": "I25.1",
            "version": "2019"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "code": "todesursacheKlassifikation",
            "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfObservationCodesErweiterungCS"
          }
        ]
      }
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/StfTodesursache-Grundleiden-Example"
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/StfVerstorbenePerson-Example",
    "display": "Max Mustermann"
  },
  "effectiveDateTime": "2023-07-10"
}