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 Condition Category - JSON Representation

Draft as of 2026-05-21

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "mccod-condition-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem mccod-condition-category</b></p><a name=\"mccod-condition-category\"> </a><a name=\"hcmccod-condition-category\"> </a><p>This case-insensitive code system <code>http://mccod.w3datanet.com/fhir/CodeSystem/mccod-condition-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">underlying-cause-of-death<a name=\"mccod-condition-category-underlying-cause-of-death\"> </a></td><td>Underlying Cause of Death</td><td><div><p>The disease or injury that initiated the train of morbid events\nleading directly to death (WHO definition). Used to categorise\nMCCoDUnderlyingCauseOfDeath Condition instances.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">contributing-condition<a name=\"mccod-condition-category-contributing-condition\"> </a></td><td>Contributing Condition</td><td><div><p>A condition that contributed to death but was not part of the\ndirect causal chain. Corresponds to Frame A Part 2 of the WHO\nMCCoD form. Used to categorise MCCoDContributingCondition instances.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-condition-category",
  "version" : "0.1.0",
  "name" : "MCCoDConditionCategoryCS",
  "title" : "MCCoD Condition Category",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-05-21",
  "publisher" : "Asia eHealth Information Network (AeHIN)",
  "contact" : [
    {
      "name" : "Asia eHealth Information Network (AeHIN)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.asiaehealthinformationnetwork.org"
        }
      ]
    },
    {
      "name" : "AeHIN Secretariat",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.asiaehealthinformationnetwork.org"
        }
      ]
    }
  ],
  "description" : "Code system providing category codes to distinguish the different\ntypes of Condition resources used in the AeHIN MCCoD IG.\nThese codes allow systems to unambiguously identify the role of\na Condition within a MCCoD document without relying on profile\nURL matching.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://un.org",
          "code" : "142",
          "display" : "Asia"
        },
        {
          "system" : "http://hl7.org",
          "code" : "X1",
          "display" : "Asia"
        }
      ]
    }
  ],
  "copyright" : "Copyright 2026 AeHIN. Licensed under CC0-1.0.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "underlying-cause-of-death",
      "display" : "Underlying Cause of Death",
      "definition" : "The disease or injury that initiated the train of morbid events\nleading directly to death (WHO definition). Used to categorise\nMCCoDUnderlyingCauseOfDeath Condition instances."
    },
    {
      "code" : "contributing-condition",
      "display" : "Contributing Condition",
      "definition" : "A condition that contributed to death but was not part of the\ndirect causal chain. Corresponds to Frame A Part 2 of the WHO\nMCCoD form. Used to categorise MCCoDContributingCondition instances."
    }
  ]
}