FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Location |
| Id | Location-vrdr-disposition-location-dcr-ex1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location vrdr-disposition-location-dcr-ex1
Profile: Disposition Location
name: Affordable Cremations, LLC
type: Disposition Location
address: BARRETT PARKWAY GA US
physicalType: Site
{
"resourceType": "Location",
"id": "vrdr-disposition-location-dcr-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-disposition-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Affordable Cremations, LLC",
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
"code": "disposition"
}
]
}
],
"address": {
"city": "BARRETT PARKWAY",
"state": "GA",
"country": "US"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "si",
"display": "Site"
}
]
}
}