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

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-001"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-001</b></p><a name="practitioner-001"> </a><a name="hcpractitioner-001"> </a><p><b>identifier</b>: <code>http://example.org/bmdc-registration</code>/BMDC-A-45678</p><p><b>name</b>: Sadia Hossain </p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 309343006}">Physician</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/bmdc-registration"/>
    <value value="BMDC-A-45678"/>
  </identifier>
  <name>
    <family value="Hossain"/>
    <given value="Sadia"/>
    <prefix value="Dr."/>
  </name>
  <qualification>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="309343006"/>
        <display value="Physician"/>
      </coding>
    </code>
  </qualification>
</Practitioner>