FHIR IG analytics| Package | hl7.fhir.us.hsds |
| Resource Type | Location |
| Id | Location-MealsOnWheelsLocation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Location "MealsOnWheelsLocation" Updated "2020-08-26 13:26:22+0000"
Profile: HSDLocation
Accessibility: cognitive (Accessibility CS#cognitive)
Accessibility: Cultural competence (Accessibility CS#cultcomp)
status: active
name: Meals on Wheels Delivery by Whistlestop Wheels
telecom: ph: (999)-555-9827(WORK)
address: 282 Broadway Anytown CA 99999
| Longitude | Latitude |
| 121.9018 | 38.732967 |
managingOrganization: Organization/FoodBank "Redwood Food Bank"
hoursOfOperation
daysOfWeek: mon, tue, wed, thu, fri
openingTime: 08:00:00
closingTime: 20:00:00
hoursOfOperation
daysOfWeek: sat, sun
openingTime: 08:00:00
closingTime: 16:00:00
{
"resourceType": "Location",
"id": "MealsOnWheelsLocation",
"meta": {
"lastUpdated": "2020-08-26T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS",
"code": "cognitive",
"display": "cognitive"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS",
"code": "cultcomp",
"display": "Cultural competence"
}
]
}
}
],
"status": "active",
"name": "Meals on Wheels Delivery by Whistlestop Wheels",
"telecom": [
{
"system": "phone",
"value": "(999)-555-9827",
"use": "work"
}
],
"address": {
"line": [
"282 Broadway"
],
"city": "Anytown",
"district": "Yolo",
"state": "CA",
"postalCode": "99999"
},
"position": {
"longitude": 121.9018,
"latitude": 38.732967
},
"managingOrganization": {
"reference": "Organization/FoodBank"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"openingTime": "08:00:00",
"closingTime": "20:00:00"
},
{
"daysOfWeek": [
"sat",
"sun"
],
"openingTime": "08:00:00",
"closingTime": "16:00:00"
}
]
}