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": "Location", "id": "d0f8574c-dc78-4149-9edc-82d83234c7a7", "meta": { "profile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Location|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/or-location-identifier", "value": "4999.OR1" } ], "name": "Etobicoke General OR1", "status": "inactive", "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "ER", "display": "Emergency Room" } ] } ], "managingOrganization": { "identifier": { "system": "http://ontariohealth.ca/fhir/StructureDefinition/organization-identifier", "value": "224" } }, "extension": [ { "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-or-closure-reason", "valueCodeableConcept": { "coding": [ { "system": "http://ontariohealth.ca/fhir/CodeSystem/or-closure-reason", "code": "u-e", "display": "Unplanned-Environmental" } ] } }, { "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-functional-centre", "valueCodeableConcept": { "coding": [ { "system": "http://ontariohealth.ca/fhir/CodeSystem/location-functional-centre", "code": "71350", "display": "Specialty Clinic" } ] } }, { "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-mis-functional-centre", "valueCodeableConcept": { "coding": [ { "system": "http://ontariohealth.ca/fhir/CodeSystem/MIS-functional-centre", "code": "71260", "display": "In-patient OR" } ] } }, { "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-or-unit", "valueString": "OR1" } ], "partOf": { "identifier": { "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id", "value": "4999" } } }