FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4b |
| Resource Type | Location |
| Id | Location-DeathLocationUT-Example1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location DeathLocationUT-Example1
name: Salt Lake Regional Medical Cen
description: Facility
type: Death Location
address: Salt Lake City UT
{
"resourceType": "Location",
"id": "DeathLocationUT-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Salt Lake Regional Medical Cen",
"description": "Facility",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code": "death"
}
]
}
],
"address": {
"city": "Salt Lake City",
"state": "UT"
}
}