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
{
"resourceType" : "Practitioner",
"id" : "practitioner-001",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"system" : "http://example.org/bmdc-registration",
"value" : "BMDC-A-45678"
}
],
"name" : [
{
"family" : "Hossain",
"given" : [
"Sadia"
],
"prefix" : [
"Dr."
]
}
],
"qualification" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "309343006",
"display" : "Physician"
}
]
}
}
]
}