Fact Of Death Direct Enquiry Response Implementation Guide
0.1.0 - ci-build
Fact Of Death Direct Enquiry Response Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "deceased-patient-example",
"meta" : {
"profile" : [
🔗 "https://onyxhealth.io/fhir/fodder/StructureDefinition/fodder-deceased-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient deceased-patient-example</b></p><a name=\"deceased-patient-example\"> </a><a name=\"hcdeceased-patient-example\"> </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-fodder-deceased-patient.html\">FODDER Deceased Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe (official) Male, DoB: 1950-03-15 ( Social Security number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2024-01-10 14:30:00+0000</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Springfield IL 62701 (home)</td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SS"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-ssn",
"value" : "123-45-6789"
}
],
"name" : [
{
"use" : "official",
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male",
"birthDate" : "1950-03-15",
"deceasedDateTime" : "2024-01-10T14:30:00Z",
"address" : [
{
"use" : "home",
"city" : "Springfield",
"state" : "IL",
"postalCode" : "62701"
}
]
}