This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "location-death-string",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location </b><a name=\"location-death-string\"> </a><a name=\"hclocation-death-string\"> </a></p><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\">ResourceLocation "location-death-string" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-location.html\">Death Location</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/location</code>/29</p><p><b>status</b>: active</p><p><b>name</b>: Atlanta GA Death Location - Freeman (address string)</p><p><b>type</b>: Death Location <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/HL7/vrdr/CodeSystem-vrdr-location-type-cs.html\">Location Type</a>#death)</span></p><p><b>address</b>: 400 Windstream Street, Atlanta, GA(home)</p></div>"
},
"identifier" : [
{
"system" : "http://www.acme.org/location",
"value" : "29"
}
],
"status" : "active",
"name" : "Atlanta GA Death Location - Freeman (address string)",
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code" : "death"
}
]
}
],
"address" : {
"use" : "home",
"type" : "physical",
"text" : "400 Windstream Street, Atlanta, GA"
}
}