FHIR IG analytics| Package | hl7.fhir.us.hsds |
| Resource Type | Location |
| Id | Location-FoodBankLocation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Location "FoodBankLocation" Updated "2023-08-24 13:26:22+0000"
Profile: HSDLocation
Accessibility: public transit options (Accessibility CS#pubtrans)
status: active
name: Redwood Food Bank of Anytown California
telecom: ph: (999)-555-4401(WORK)
address: 123 Main Street Anytown CA 99999
| Longitude | Latitude |
| 38.294788 | -122.46151 |
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: 17:00:00
{
"resourceType": "Location",
"id": "FoodBankLocation",
"meta": {
"lastUpdated": "2023-08-24T13: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": "pubtrans",
"display": "public transit options"
}
]
}
}
],
"status": "active",
"name": "Redwood Food Bank of Anytown California",
"telecom": [
{
"system": "phone",
"value": "(999)-555-4401",
"use": "work"
}
],
"address": {
"line": [
"123 Main Street"
],
"city": "Anytown",
"district": "Sonoma",
"state": "CA",
"postalCode": "99999"
},
"position": {
"longitude": 38.294788,
"latitude": -122.46151
},
"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": "17:00:00"
}
]
}