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) - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-001"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="http://example.org/national-id"/>
    <value value="1234567890123"/>
  </identifier>
  <name>
    <family value="Rahman"/>
    <given value="Mohammad"/>
    <given value="Ali"/>
  </name>
  <gender value="male"/>
  <birthDate value="1980-03-15"/>
  <deceasedDateTime value="2026-05-19T23:45:00+06:00"/>
  <address>
    <text value="House 12, Road 5, Dhanmondi, Dhaka, Bangladesh"/>
  </address>
</Patient>