AeHIN Medical Certificate of Cause of Death (MCCoD) Implementation Guide
0.1.0 - Draft for AeHIN Member Review Asia

Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions

: MCCoD Cause of Death — Line a (Immediate Cause) - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "cond-line-a",
  "meta" : {
    "profile" : [
      🔗 "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-cause-of-death-condition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition cond-line-a</b></p><a name=\"cond-line-a\"> </a><a name=\"hccond-line-a\"> </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-mccod-cause-of-death-condition.html\">MCCoD Cause of Death Condition</a></p></div><p><b>MCCoD Cause of Death Line Position</b>: a</p><p><b>MCCoD Onset to Death Interval</b>: 2 hours</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical inactive}\">Inactive</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I21.9}\">Acute myocardial infarction</span></p><p><b>subject</b>: <a href=\"Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Patient/patient-001\">Mohammad Ali Rahman  Male, DoB: 1980-03-15 ( http://example.org/national-id#1234567890123)</a></p><p><b>recorder</b>: <a href=\"Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Practitioner/practitioner-001\">Practitioner Sadia Hossain </a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-cause-of-death-line-position",
      "valueCode" : "a"
    },
    {
      "url" : "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-onset-to-death-interval",
      "valueString" : "2 hours"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "inactive"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10",
        "code" : "I21.9",
        "display" : "Acute myocardial infarction, unspecified"
      }
    ],
    "text" : "Acute myocardial infarction"
  },
  "subject" : {
    🔗 "reference" : "http://mccod.w3datanet.com/fhir/Patient/patient-001"
  },
  "recorder" : {
    🔗 "reference" : "http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001"
  }
}