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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeObservation
IdObservation-StfTodesursache-Grundleiden-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-Grundleiden-Example",
  "meta": {
    "profile": [
      "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfTodesursache"
    ]
  },
  "partOf": [
    {
      "reference": "Procedure/StfLeichenschau-Example"
    }
  ],
  "performer": [
    {
      "reference": "Practitioner/StfArzt-Example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/icd-10",
        "version": "2019",
        "code": "I25.9"
      }
    ],
    "text": "Chronische ischämische Herzkrankheit, nicht näher bezeichnet"
  },
  "component": [
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "LA26681-9",
            "system": "http://loinc.org",
            "display": "Underlying"
          }
        ]
      },
      "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": "184305005",
        "system": "http://snomed.info/sct"
      }
    ]
  },
  "status": "final",
  "subject": {
    "reference": "Patient/StfVerstorbenePerson-Example"
  },
  "effectiveDateTime": "2020-01-15"
}