Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "wash-dc-metro",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location wash-dc-metro</b></p><a name=\"wash-dc-metro\"> </a><a name=\"hcwash-dc-metro\"> </a><a name=\"wash-dc-metro-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Washington, DC metro area</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type area}\">Area</span></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson",
"valueAttachment" : {
"contentType" : "application/geo+json",
"data" : "VGhlbWU6IA0KUmF3UGFyc2VkDQp7InR5cGUiOiJGZWF0dXJlQ29sbGVjdGlvbiIsInByb3BlcnRpZXMiOnsia2luZCI6InN0YXRlIiwic3RhdGUiOiJEQyJ9LCJmZWF0dXJlcyI6Ww0KeyJ0eXBlIjoiRmVhdHVyZSIsInByb3BlcnRpZXMiOnsia2luZCI6ImNvdW50eSIsIm5hbWUiOiJEaXN0cmljdCBvZiBDb2x1bWJpYSIsInN0YXRlIjoiREMifSwiZ2VvbWV0cnkiOnsidHlwZSI6Ik11bHRpUG9seWdvbiIsImNvb3JkaW5hdGVzIjpbW1tbLTc3LjAzNTMsMzguOTkzOV0sWy03Ny4wMDI0LDM4Ljk2NjVdLFstNzYuOTA5MywzOC44OTUzXSxbLTc3LjA0MDcsMzguNzkxMl0sWy03Ny4wNDYyLDM4Ljg0MDVdLFstNzcuMDQwNywzOC44NzM0XSxbLTc3LjExNzQsMzguOTMzNl1dXV19fQ0KXX0=",
"url" : "https://github.com/OpenDataDE/State-zip-code-GeoJSON/raw/master/dc_district_of_columbia_zip_codes_geo.min.json",
"size" : 389
}
}
],
"status" : "active",
"name" : "Washington, DC metro area",
"physicalType" : // https://raw.githubusercontent.com/johan/world.geo.json/master/countries/USA/DC/District%20of%20Columbia.geo.json
// And a higher resolution boundary can be found here
// this record is active
{
"coding" : [
// This location is a collection of buildings or other locations such as a site or a campus
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "area",
"display" : "Area"
}
]
}
}