FHIR IG analytics| Package | hl7.fhir.us.mdi.r4 |
| Resource Type | Location |
| Id | Location-vrdr-death-location-string.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location vrdr-death-location-string
Profile: Death Location
identifier: http://www.acme.org/location/29
status: Active
name: Atlanta GA Death Location - Freeman (address string)
type: Death Location
address: 400 Windstream Street, Atlanta, GA(home)
{
"resourceType": "Location",
"id": "vrdr-death-location-string",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}