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" : "loc-ffmh",
"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 loc-ffmh</b></p><a name=\"loc-ffmh\"> </a><a name=\"hcloc-ffmh\"> </a><a name=\"loc-ffmh-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/www.foundingfathersmemorial.com</code>/main campus\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Founding Fathers Memorial Hospital</p><p><b>description</b>: Main campus of Founding Fathers Memorial Hospital</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: ph: 202-101-0123(Work)</p><p><b>address</b>: 330 C Street SW, Washington, DC 20201, USA(work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>38.8859395</td><td>-77.016469</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital</a></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday</p><p><b>allDay</b>: true</p></blockquote><p><b>availabilityExceptions</b>: visiting hours from 6:00 am - 10:00 pm</p><p><b>endpoint</b>: <a href=\"Endpoint-direct321.html\">Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/accessibility",
"valueCodeableConcept" : // Indicates that this location is handicap accessible and can provide assistance to persons with disabilities
{
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/accessibility",
"code" : "handiaccess",
"display" : "handicap accessible"
}
],
"text" : "Founding Fathers Memorial Hospital offers a variety of services and programs for persons with disabilities"
}
},
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/ehr",
"extension" : [
// This location uses the Revolutionary Professional EHR v10.4.3. The EHR product is certified to the 2014 Edition requirements. The product includes a patient portal.
{
"url" : "developer",
"valueString" : "Revolutionary Health"
},
{
"url" : "product",
"valueString" : "Revolutionary Professional EHR"
},
{
"url" : "version",
"valueString" : "10.4.3"
},
{
"url" : "certificationEdition",
"valueCoding" : {
"system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/ehrcharacteristics",
"code" : "2014",
"display" : "ONC 2014 Certification"
}
},
{
"url" : "patientAccess",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/ehrcharacteristics",
"code" : "portal",
"display" : "patient portal"
}
]
}
},
{
"url" : "certificationID",
"valueString" : "04282014-1111-2"
}
]
}
],
"identifier" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
"valueCode" : "active"
}
],
"use" : "secondary",
"system" : "http://example.org/www.foundingfathersmemorial.com",
"value" : "main campus",
"assigner" : // This location is the main campus for Founding Fathers Memorial Hospital
{
🔗 "reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
}
}
],
"status" : "active",
"name" : "Founding Fathers Memorial Hospital",
"description" : "Main campus of Founding Fathers Memorial Hospital",
"type" : [
// this record is active
{
"coding" : [
// This location is a hospital
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "HOSP",
"display" : "Hospital",
"userSelected" : true
}
]
}
],
"telecom" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime",
"extension" : [
{
"url" : "allDay",
"valueBoolean" : true
}
]
}
],
"system" : "phone",
"value" : "202-101-0123",
"use" : "work",
"rank" : 1
}
],
"address" : // Contact this location at any time of day by phone at 202-101-0123
{
"use" : "work",
"type" : "both",
"text" : "330 C Street SW, Washington, DC 20201, USA",
"line" : [
"330 C Street SW"
],
"city" : "Washington",
"state" : "DC",
"postalCode" : "20201",
"country" : "USA"
},
"physicalType" : // This location's address is 330 C Street SW, Washington, DC 20201, USA
{
"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" : "si",
"display" : "Site",
"userSelected" : true
}
]
},
"position" : {
"longitude" : 38.8859395,
"latitude" : -77.016469
},
"managingOrganization" : // Coordinates of this location
{
🔗 "reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
},
"hoursOfOperation" : [
// This location is managed by Founding Fathers Memorial Hospital
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"allDay" : true
}
],
"availabilityExceptions" : "visiting hours from 6:00 am - 10:00 pm",
"endpoint" : [
// This location is always open
{
🔗 "reference" : "Endpoint/direct321",
"display" : "Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address"
}
]
}