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

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="obs-autopsy"/>
  <meta>
    <profile
             value="http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-autopsy-performed"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation obs-autopsy</b></p><a name="obs-autopsy"> </a><a name="hcobs-autopsy"> </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-autopsy-performed.html">MCCoD Autopsy Performed</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category procedure}">Procedure</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 85699-7}">Autopsy was performed</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>performer</b>: <a href="Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Practitioner/practitioner-001">Practitioner Sadia Hossain </a></p><p><b>value</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 N}">No</span></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="procedure"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85699-7"/>
      <display value="Autopsy was performed"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="http://mccod.w3datanet.com/fhir/Patient/patient-001"/>
  </subject>
  <performer>🔗 
    <reference
               value="http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0136"/>
      <code value="N"/>
      <display value="No"/>
    </coding>
    <text value="No"/>
  </valueCodeableConcept>
</Observation>