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": "d2865f5f-7f43-4620-abd3-a7b3cc253160", "meta": { "lastUpdated": "07/04/2022 05:56:14" }, "type": "searchset", "total": 1, "link": [ { "relation": "self", "url": "http://pcpal-growthxp.cambio.se:8080/fhir/Observation?code=https%3A%2F%2Fsnomed.info%2Fsct%7C123980006&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:95115", "resource": { "resourceType": "Observation", "id": "cosmic:cps:clinicalparameter.repository.journal.record:95115", "meta": { "id": "cosmic:cps:clinicalparameter.repository.journal.record:95115", "profile": [ "https://fhir.cambio.se/StructureDefinition/ObservationBoneAgeLite/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:95115" } ], "status": "preliminary", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "123980006", "display": "Bone maturation age" } ] }, "subject": { "reference": "Patient/2107", "type": "Patient" }, "encounter": { "reference": "Encounter/70412", "type": "Encounter" }, "effectiveDateTime": "06/26/2009 16:40:00", "performer": [ { "reference": "#1", "type": "PractitionerRole" } ], "valueQuantity": { "value": 2, "unit": "yr", "system": "http://unitsofmeasure.org", "code": "a" }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "252956001", "display": "Greulich and Pyle bone age assessment" } ] } } } ] }