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.
<Condition xmlns="http://hl7.org/fhir"> <id value="example-condition" /> <meta> <versionId value="1" /> <lastUpdated value="2022-09-25T16:33:27.185+08:00" /> <source value="#TadwzkiECoBwSOs9" /> <profile value="http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core" /> </meta> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" /> <code value="active" /> <display value="active" /> </coding> </clinicalStatus> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role" /> <version value="4.0.1" /> <code value="DD" /> <display value="Primary Diagnosis" /> </coding> </category> <code> <coding> <system value="http://hl7.org/fhir/sid/icd-11" /> <code value="EB01.0" /> <display value="Red dermographism" /> </coding> <text value="Red dermographism" /> </code> <subject> <reference value="Patient/ab80bc38-d33c-4ba1-992c-1fd26ed69e8d" /> </subject> <encounter> <reference value="Encounter/a1039c67-6882-4a4b-881e-541653534351" /> </encounter> <recordedDate value="2022-09-26T00:33:00.000+08:00" /> <recorder> <reference value="PractitionerRole/7514c6ca-e4fe-4278-9d59-a68184d3be00/_history/7" /> </recorder> </Condition>