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