This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "loc-ffmh",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: loc-ffmh</p><p><b>meta</b>: </p><p><b>identifier</b>: main campus (SECONDARY)</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>: Hospital <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-RoleCode code 'HOSP' = 'Hospital', given as '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>: Site <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/location-physical-type code 'si' = 'Site', given as 'Site'})</span></p><h3>Positions</h3><table class=\"grid\"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</td><td>38.8859395</td><td>-77.016469</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital. Generated Summary: id: foundingfathers; NPI = 1345678910 (OFFICIAL); active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Hospital</span>; name: Founding Fathers Memorial Hospital; alias: DC Memorial Hospital; ph: 202-101-0123</a></p><h3>HoursOfOperations</h3><table class=\"grid\"><tr><td>-</td><td><b>DaysOfWeek</b></td><td><b>AllDay</b></td></tr><tr><td>*</td><td>mon</td><td>true</td></tr></table><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. Generated Summary: id: direct321; status: active; <span title=\"{http://terminology.hl7.org/CodeSystem/endpoint-connection-type direct-project}\">Direct Project</span>; name: Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address; ph: 202-101-0123(WORK); period: Nov 19, 2014, 12:00:00 AM --> (ongoing); <span title=\"Codes: {urn:oid:1.3.6.1.4.1.19376.1.2.3 urn:ihe:pcc:xphr:2007}\">HL7 CCD Document</span>; payloadMimeType: application/hl7-v3+xml; address: mailto:heart@direct.ffhospital.com</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/accessibility",
"valueCodeableConcept" : {
"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"
}
}
],
"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" : {
"reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
}
}
],
"status" : "active",
"name" : "Founding Fathers Memorial Hospital",
"description" : "Main campus of Founding Fathers Memorial Hospital",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "HOSP",
"display" : "Hospital",
"userSelected" : true
}
]
}
],
"telecom" : [
{
"extension" : [
{
"extension" : [
{
"url" : "allDay",
"valueBoolean" : true
}
],
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"
}
],
"system" : "phone",
"value" : "202-101-0123",
"use" : "work",
"rank" : 1
}
],
"address" : {
"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" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "si",
"display" : "Site",
"userSelected" : true
}
]
},
"position" : {
"longitude" : 38.8859395,
"latitude" : -77.016469
},
"managingOrganization" : {
"reference" : "Organization/foundingfathers",
"display" : "Founding Fathers Memorial Hospital"
},
"hoursOfOperation" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"allDay" : true
}
],
"availabilityExceptions" : "visiting hours from 6:00 am - 10:00 pm",
"endpoint" : [
{
"reference" : "Endpoint/direct321",
"display" : "Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address"
}
]
}