FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Location |
| Id | Location-vrdr-death-location-lat-long.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-lat-long
Profile: Death Location
identifier: http://www.acme.org/location/29
status: Active
name: Lake Death Location - Lat/Long
type: Death Location
address: Lake Death
| Longitude | Latitude |
| 36.146084 | -114.413155 |
{
"resourceType": "Location",
"id": "vrdr-death-location-lat-long",
"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": "Lake Death Location - Lat/Long",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code": "death"
}
]
}
],
"address": {
"text": "Lake Death"
},
"position": {
"longitude": 36.146084,
"latitude": -114.413155
}
}