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

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "org-001",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/hospital-code",
      "value" : "HOSP-BD-0042"
    }
  ],
  "name" : "Dhaka General Hospital",
  "address" : [
    {
      "city" : "Dhaka",
      "country" : "BD"
    }
  ]
}