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 Composition Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "mccod-composition-example",
  "meta" : {
    "profile" : [
      🔗 "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-composition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition mccod-composition-example</b></p><a name=\"mccod-composition-example\"> </a><a name=\"hcmccod-composition-example\"> </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-composition.html\">MCCoD Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64297-5}\">Death certificate</span></p><p><b>date</b>: 2026-05-20 10:30:00+0600</p><p><b>author</b>: <a href=\"Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Practitioner/practitioner-001\">Practitioner Sadia Hossain </a></p><p><b>title</b>: Medical Certificate of Cause of Death</p><p><b>custodian</b>: <a href=\"Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Organization/org-001\">Organization Dhaka General Hospital</a></p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "64297-5",
        "display" : "Death certificate"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "http://mccod.w3datanet.com/fhir/Patient/patient-001"
  },
  "date" : "2026-05-20T10:30:00+06:00",
  "author" : [
    {
      🔗 "reference" : "http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001"
    }
  ],
  "title" : "Medical Certificate of Cause of Death",
  "custodian" : {
    🔗 "reference" : "http://mccod.w3datanet.com/fhir/Organization/org-001"
  },
  "section" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "79378-6",
            "display" : "Cause of death"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "http://mccod.w3datanet.com/fhir/Condition/cond-line-a"
        },
        {
          🔗 "reference" : "http://mccod.w3datanet.com/fhir/Condition/cond-line-b"
        },
        {
          🔗 "reference" : "http://mccod.w3datanet.com/fhir/Condition/cond-ucod"
        },
        {
          🔗 "reference" : "http://mccod.w3datanet.com/fhir/Condition/cond-contrib"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-section-codes",
            "code" : "frame-b-general",
            "display" : "Frame B — General Medical Data"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "http://mccod.w3datanet.com/fhir/Observation/obs-manner"
        },
        {
          🔗 "reference" : "http://mccod.w3datanet.com/fhir/Observation/obs-autopsy"
        },
        {
          🔗 "reference" : "http://mccod.w3datanet.com/fhir/Observation/obs-surgery"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-section-codes",
            "code" : "frame-b-fetal-infant",
            "display" : "Frame B — Fetal or Infant Death"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Not applicable — adult male deceased.</div>"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-section-codes",
            "code" : "frame-b-pregnancy",
            "display" : "Frame B — Women of Reproductive Age"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Not applicable — deceased was male.</div>"
      }
    }
  ]
}