FQL is a query language that allows you to retrieve, filter and project data from any data source containing FHIR Resources. It brings the power of three existing languages together: SQL, JSON and FhirPath. It allows you to create tables and is useful for gaining insight and perform quality control.
{ "resourceType": "Schedule", "id": "3F1FC01D-EE68-4F80-8073-133B6E6A4333", "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.3F1FC01D-EE68-4F80-8073-133B6E6A4333" } ], "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": "15: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-05-02", "end": "2023-12-31" } }