FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4 |
| Resource Type | Location |
| Id | Location-DeathLocation-Example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location DeathLocation-Example2
name: Pecan Grove Nursing Home
description: nursing home
type: Death Location
address: Queens NY US
{
"resourceType": "Location",
"id": "DeathLocation-Example2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Pecan Grove Nursing Home",
"description": "nursing home",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code": "death"
}
]
}
],
"address": {
"city": "Queens",
"state": "NY",
"_state": {
"extension": [
{
"url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-jurisdiction-id-vr",
"valueString": "YC"
}
]
},
"country": "US"
}
}