{
"resourceType": "Location",
"id": "example-location",
"status": "active",
"name": "Example Hospital",
"service": [
{
"type": {
"coding": [
{
"system": "http://example.org/services",
"code": "primary-care",
"display": "Primary Care"
}
]
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay": false,
"openingTime": "08:00:00",
"closingTime": "17:00:00"
},
{
"daysOfWeek": [
"sat"
],
"allDay": false,
"openingTime": "09:00:00",
"closingTime": "13:00:00"
}
]
},
{
"type": {
"coding": [
{
"system": "http://example.org/services",
"code": "emergency",
"display": "Emergency Services"
}
]
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"allDay": true
}
]
},
{
"type": {
"coding": [
{
"system": "http://example.org/services",
"code": "pharmacy",
"display": "Pharmacy"
}
]
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay": false,
"openingTime": "09:00:00",
"closingTime": "18:00:00"
},
{
"daysOfWeek": [
"sat"
],
"allDay": false,
"openingTime": "10:00:00",
"closingTime": "14:00:00"
}
]
}
]
}
|