This page is part of the Vital Records Death Reporting FHIR Implementation Guide (v3.0.0: STU3) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "MannerOfDeath-Example1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-manner-of-death"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation MannerOfDeath-Example1</b></p><a name=\"MannerOfDeath-Example1\"> </a><a name=\"hcMannerOfDeath-Example1\"> </a><a name=\"MannerOfDeath-Example1-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69449-7}\">Manner of death</span></p><p><b>subject</b>: <a href=\"Patient-Decedent-Example1.html\">Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)</a></p><p><b>performer</b>: <a href=\"Practitioner-Certifier-Example1.html\">Practitioner Jim Black (official)</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 38605008}\">Natural death</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "69449-7"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Decedent-Example1"
},
"performer" : [
{
🔗 "reference" : "Practitioner/Certifier-Example1"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "38605008",
"display" : "Natural death"
}
]
}
}