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 Organization Example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="org-001"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization org-001</b></p><a name="org-001"> </a><a name="hcorg-001"> </a><p><b>identifier</b>: <code>http://example.org/hospital-code</code>/HOSP-BD-0042</p><p><b>name</b>: Dhaka General Hospital</p><p><b>address</b>: Dhaka BD </p></div>
  </text>
  <identifier>
    <system value="http://example.org/hospital-code"/>
    <value value="HOSP-BD-0042"/>
  </identifier>
  <name value="Dhaka General Hospital"/>
  <address>
    <city value="Dhaka"/>
    <country value="BD"/>
  </address>
</Organization>