FHIR IG analytics| Package | ca.on.oh-seris-r4 |
| Resource Type | Schedule |
| Id | Schedule_UC10-Changing_Operating_Hours_1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Schedule",
"id": "01e10c34-d4a5-4d1f-925e-f90ee5a2b58c",
"meta": {
"profile": [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Schedule|1.0.0"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
],
"tag": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id",
"code": "4999"
}
]
},
"identifier": [
{
"system": "http://ontariohealth.ca/fhir/StructureDefinition/schedule-identifier",
"value": "4999.OR1.DF7D4FD9-318E-4E18-98D6-739D47A494E7"
}
],
"active": true,
"extension": [
{
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operation",
"extension": [
{
"url": "daysOfWeek",
"valueString": "Monday,Tuesday,Wednesday,Thursday,Friday"
},
{
"url": "startTime",
"valueTime": "09:00:00"
},
{
"url": "stopTime",
"valueTime": "17:00:00"
}
]
},
{
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operation",
"extension": [
{
"url": "daysOfWeek",
"valueString": "Saturday,Sunday"
},
{
"url": "startTime",
"valueTime": "09:00:00"
},
{
"url": "stopTime",
"valueTime": "12:00:00"
}
]
},
{
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type",
"valueString": "Main"
}
],
"actor": [
{
"identifier": {
"system": "http://ontariohealth.ca/fhir/StructureDefinition/or-location-identifier",
"value": "4999.OR1"
}
}
],
"planningHorizon": {
"start": "2023-01-01",
"end": "2023-12-31"
}
}