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" : "Observation",
"id" : "obs-manner",
"meta" : {
"profile" : [
🔗 "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-manner-of-death"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-manner</b></p><a name=\"obs-manner\"> </a><a name=\"hcobs-manner\"> </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-manner-of-death.html\">MCCoD Manner of Death</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69449-7}\">Manner of death</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://mccod.w3datanet.com/fhir/CodeSystem/mccod-manner-of-death disease}\">Disease</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "69449-7",
"display" : "Manner of death"
}
]
},
"subject" : {
🔗 "reference" : "http://mccod.w3datanet.com/fhir/Patient/patient-001"
},
"performer" : [
{
🔗 "reference" : "http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-manner-of-death",
"code" : "disease",
"display" : "Disease"
}
],
"text" : "Disease"
}
}