FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4b |
| Resource Type | Location |
| Id | Location-DispositionLocation-Example1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location DispositionLocation-Example1
name: Rosewood Cemetary
type: Disposition Location
address: 303 Rosewood Ave Danville VA 24541 US
physicalType: Site
{
"resourceType": "Location",
"id": "DispositionLocation-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-disposition-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Rosewood Cemetary",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code": "disposition"
}
]
}
],
"address": {
"line": [
"303 Rosewood Ave"
],
"city": "Danville",
"state": "VA",
"postalCode": "24541",
"country": "US"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "si",
"display": "Site"
}
]
}
}