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": "Observation", "id": "11142", "meta": { "id": "11142", "versionId": "11142", "lastUpdated": "03/10/2021 10:31:59", "profile": [ "https://fhir.cambio.se/StructureDefinition/ObservationBodyTemperatureLite/v1" ] }, "contained": [ { "resourceType": "PractitionerRole", "id": "1", "meta": { "profile": [ "https://fhir.cambio.se/StructureDefinition/PractitionerRoleLiteSe/v1" ] }, "practitioner": { "reference": "Practitioner/523052", "type": "Practitioner" }, "organization": { "reference": "Organization/1064", "type": "Organization" } } ], "identifier": [ { "system": "https://fhir.cambio.se/Observation", "value": "11142" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8310-5" }, { "system": "http://snomed.info/sct", "code": "276885007", "display": "Core body temperature" } ] }, "subject": { "reference": "Patient/12237", "type": "Patient" }, "effectiveDateTime": "03/10/2021 10:31:59", "performer": [ { "reference": "#1", "type": "PractitionerRole" } ], "valueQuantity": { "value": 36.7, "unit": "Cel", "system": "http://unitsofmeasure.org", "code": "Cel" } }