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": "Bundle", "id": "552a1b07-5f3b-4237-8b9c-001bd4aa0a39", "meta": { "lastUpdated": "07/04/2022 04:25:52" }, "type": "searchset", "total": 1, "link": [ { "relation": "self", "url": "http://pcpal-growthxp.cambio.se:8080/fhir/Observation?code=https%3A%2F%2Fsnomed.info%2Fsct%7C276361009&date=gt2008-05-01&date=lt2022-05-01&patient%3Aidentifier=urn%3Aoid%3A1.2.752.129.2.1.3.1%7C20081202-2804" } ], "entry": [ { "fullUrl": "http://pcpal-growthxp.cambio.se:8080/fhir/Observation/cosmic:cps:clinicalparameter.repository.journal.record:95049", "resource": { "resourceType": "Observation", "id": "cosmic:cps:clinicalparameter.repository.journal.record:95049", "meta": { "id": "cosmic:cps:clinicalparameter.repository.journal.record:95049", "profile": [ "https://fhir.cambio.se/StructureDefinition/ObservationWaistCircumferenceLite/v1" ] }, "contained": [ { "resourceType": "PractitionerRole", "id": "1", "meta": { "profile": [ "https://fhir.cambio.se/StructureDefinition/PractitionerRoleLiteSe/v1" ] }, "practitioner": { "reference": "Practitioner/523130", "type": "Practitioner" }, "organization": { "reference": "Organization/1077", "type": "Organization" } } ], "identifier": [ { "system": "https://fhir.cambio.se/Observation", "value": "cosmic:cps:clinicalparameter.repository.journal.record:95049" } ], "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "276361009", "display": "Waist circumference" } ] }, "subject": { "reference": "Patient/2107", "type": "Patient" }, "encounter": { "reference": "Encounter/70412", "type": "Encounter" }, "effectiveDateTime": "06/25/2009 16:40:00", "performer": [ { "reference": "#1", "type": "PractitionerRole" } ], "valueQuantity": { "value": 12, "unit": "cm", "system": "http://unitsofmeasure.org", "code": "cm" } } } ] }