{
  "resourceType": "Schedule",
  "id": "01e10c34-d4a5-4d1f-925e-f90ee5a2b58c",
  "meta": {
    "profile": [
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Schedule|1.0.1"
    ],
    "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://ohdomain.org/scheduleid",
      "value": "45"
    }
  ],
  "active": true,
  "extension": [
    {
      "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operation",
      "extension": [
        {
          "url": "daysOfWeek",
          "valueString": "Monday,Tuesday"
        },
        {
          "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": "Wednesday,Thursday"
        },
        {
          "url": "startTime",
          "valueTime": "08:00:00"
        },
        {
          "url": "stopTime",
          "valueTime": "16:00:00"
        }
      ]
    },
    {
      "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type",
      "valueString": "Main"
    }
  ],
  "actor": [
    {
      "identifier": {
        "system": "https://enterprisehealth.com/location-identifiers",
        "value": "4999"
      }
    }
  ],
  "planningHorizon": {
    "start": "2023-05-01",
    "end": "2023-05-31"
  }
}