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": "Parameters", "id": "cms-parameters-example", "meta": { "profile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Parameters|1.0.0" ] }, "parameter": [ { "name": "consentTarget", "valueString": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationDispense,http://ehealthontario.ca/fhir/StructureDefinition/ca-on-immunizations-profile-retrieval-clinician-Immunization" }, { "name": "appLanguage", "valueCoding": { "system": "urn:ietf:bcp:47", "code": "en", "display": "English" } }, { "name": "contextSessionId", "valueId": "7we9hfgt45jslsl0322dhyf" } ] }