Eswatini HL7 FHIR Implementation Guide
0.1.0 - ci-build

Eswatini HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Eswatini Cause of Death Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "E73F4272-BB03-46E1-A447-DEB00DFD9EE8",
  "meta" : {
    "profile" : [
      🔗 "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzCauseOfDeath"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation E73F4272-BB03-46E1-A447-DEB00DFD9EE8</b></p><a name=\"E73F4272-BB03-46E1-A447-DEB00DFD9EE8\"> </a><a name=\"hcE73F4272-BB03-46E1-A447-DEB00DFD9EE8\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SzCauseOfDeath.html\">Eswatini Cause of Death Profile</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 79378-6}\">Cause of death</span></p><p><b>subject</b>: <a href=\"Patient-13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB.html\">Celucolo Celani Sacolo  Male, DoB: 2000-01-01 ( Medical Record Number: Client Management Information System#M001010101-1\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>performer</b>: <a href=\"Practitioner-576E19CD-CED4-47A0-8BF7-3B030153E245.html\">Practitioner Thabile Celiwe Dlamini </a></p><p><b>value</b>: <span title=\"Codes:\">Acute kidney failure, stage 3</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69440-6}\">Disease onset to death interval</span></p><p><b>value</b>: 4 hours</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzCauseOfDeathSequenceOfConditionsCS intermediate}\">Intermediate</span></p><p><b>value</b>: Intermediate</p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "79378-6"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB"
  },
  "performer" : [
    {
      🔗 "reference" : "Practitioner/576E19CD-CED4-47A0-8BF7-3B030153E245"
    }
  ],
  "valueCodeableConcept" : {
    "text" : "Acute kidney failure, stage 3"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69440-6"
          }
        ]
      },
      "valueString" : "4 hours"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzCauseOfDeathSequenceOfConditionsCS",
            "code" : "intermediate"
          }
        ]
      },
      "valueString" : "Intermediate"
    }
  ]
}