FHIR IG analytics| Package | hl7.fhir.uv.vhdir.r4b |
| Resource Type | Location |
| Id | Location-loc-ffmh.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location loc-ffmh
VhDir Accessibility: Founding Fathers Memorial Hospital offers a variety of services and programs for persons with disabilities
VhDir Ehr
- developer: Revolutionary Health
- product: Revolutionary Professional EHR
- version: 10.4.3
- certificationEdition: VhDir Ehr Characteristics Code System 2014: ONC 2014 Certification
- patientAccess: patient portal
- certificationID: 04282014-1111-2
identifier: http://example.org/www.foundingfathersmemorial.com/main campus (use: secondary, ) (status: active)
status: Active
name: Founding Fathers Memorial Hospital
description: Main campus of Founding Fathers Memorial Hospital
type: Hospital
telecom: ph: 202-101-0123(Work)
address: 330 C Street SW, Washington, DC 20201, USA(work)
physicalType: Site
| Longitude | Latitude |
| 38.8859395 | -77.016469 |
managingOrganization: Founding Fathers Memorial Hospital
hoursOfOperation
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
allDay: true
availabilityExceptions: visiting hours from 6:00 am - 10:00 pm
endpoint: Founding Fathers Memorial Hospital Heart and Vascular Institute Direct address
{
"resourceType": "Location",
"id": "loc-ffmh",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-location"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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"
}
},
{
"url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/ehr",
"extension": [
{
"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": {
"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": [
{
"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": {
"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"
}
]
}