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": "01fde874-0eed-49cf-87d8-d9ef2dfdaf1b", "meta": { "lastUpdated": "10/05/2022 14:05:53" }, "type": "searchset", "total": 1, "link": [ { "relation": "self", "url": "https://juno-cos-qa.apps.ocp-01.cambio.rbcloud.net/api/open/fhir/Task?focus=referral%3ASE162321000024-Cambio_OneDB%3ARcId%3AReferral%3ADemandForCare%3A50810" } ], "entry": [ { "fullUrl": "https://juno-cos-qa.apps.ocp-01.cambio.rbcloud.net/api/open/fhir/Task/referral:SE162321000024-Cambio_OneDB:RcId:Referral:DemandForCare:50810", "resource": { "resourceType": "Task", "id": "referral:SE162321000024-Cambio_OneDB:RcId:Referral:DemandForCare:50810", "meta": { "profile": [ "https://fhir.cambio.se/StructureDefinition/TaskReferral/v1" ] }, "identifier": [ { "system": "https://fhir.cambio.se/Task", "value": "50810" } ], "status": "in-progress", "businessStatus": { "coding": [ { "system": "https://cambio.codes/cs/referral-business-statuses", "code": "INPROG", "display": "In progress" } ] }, "intent": "order", "focus": { "reference": "ServiceRequest/50810", "type": "ServiceRequest" }, "for": { "type": "Patient", "identifier": { "system": "urn:oid:1.2.752.129.2.1.3.1", "value": "195503071770" } }, "lastModified": "06/28/2022 11:09:43", "requester": { "type": "Patient", "identifier": { "system": "urn:oid:1.2.752.129.2.1.3.1", "value": "195503071770" } }, "owner": { "reference": "Organization/1064", "type": "Organization" } } } ] }