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 Patient Example (Deceased) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-001",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-001</b></p><a name=\"patient-001\"> </a><a name=\"hcpatient-001\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mohammad Ali Rahman  Male, DoB: 1980-03-15 ( http://example.org/national-id#1234567890123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2026-05-19 23:45:00+0600</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">House 12, Road 5, Dhanmondi, Dhaka, Bangladesh</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/national-id",
      "value" : "1234567890123"
    }
  ],
  "name" : [
    {
      "family" : "Rahman",
      "given" : [
        "Mohammad",
        "Ali"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1980-03-15",
  "deceasedDateTime" : "2026-05-19T23:45:00+06:00",
  "address" : [
    {
      "text" : "House 12, Road 5, Dhanmondi, Dhaka, Bangladesh"
    }
  ]
}