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": "Slot", "id": "060cb6f5-39a8-43e2-872c-84becf423169", "meta": { "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Slot|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/slot-identifier", "value": "4999.OR1.DF7D4FD9-318E-4E18-98D6-739D47A494E7.2023-02-15.1" } ], "extension": [ { "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-slot-name", "valueString": "OR1.2023-02-15.1" } ], "schedule": { "identifier": { "system": "http://ontariohealth.ca/fhir/StructureDefinition/schedule-identifier", "value": "4999.OR1.DF7D4FD9-318E-4E18-98D6-739D47A494E7" } }, "status": "entered-in-error", "start": "02/15/2023 21:00:00", "end": "02/15/2023 22:30:00", "comment": "Entered in error" }