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" : "Location",
"id" : "location-death-vr-atlanta-ga-a-freeman",
"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 class=\"res-header-id\"><b>Generated Narrative: Location location-death-vr-atlanta-ga-a-freeman</b></p><a name=\"location-death-vr-atlanta-ga-a-freeman\"> </a><a name=\"hclocation-death-vr-atlanta-ga-a-freeman\"> </a><a name=\"location-death-vr-atlanta-ga-a-freeman-en-US\"> </a><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</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs death}\">Death Location</span></p><p><b>address</b>: 400 Windstream Street Atlanta GA US (home)</p></div>"
},
"identifier" : [
{
"system" : "http://www.acme.org/location",
"value" : "29"
}
],
"status" : "active",
"name" : "Atlanta GA Death Location - Freeman",
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code" : "death"
}
]
}
],
"address" : {
"use" : "home",
"type" : "physical",
"line" : [
"400 Windstream Street"
],
"city" : "Atlanta",
"district" : "Fulton County",
"state" : "GA",
"country" : "US"
}
}