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-dd" /> <meta> <versionId value="1" /> <lastUpdated value="2023-09-18T15:29:16.678+08:00" /> <source value="http://provider.hie.moh.gov.my" /> <profile value="http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <extension url="http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"> <extension url="lastUpdater"> <valueReference> <display value="PUTERI NAJWA NABILA" /> </valueReference> </extension> </extension> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" /> <code value="active" /> <display value="Active" /> </coding> </clinicalStatus> <category> <coding> <system value="http://fhir.hie.moh.gov.my/CodeSystem/condition-category-my-core" /> <code value="death-certificate" /> <display value="Death Diagnosis" /> </coding> </category> <code> <coding> <system value="http://id.who.int/icd/release/11/2022-02/mms/2024855916" /> <code value="RA02" /> <display value="Post COVID-19 condition" /> </coding> <text value="Post COVID-19 condition" /> </code> <subject> <reference value="Patient/b369e20b-9c3a-4e4e-9b0e-c51ea28a09d8" /> </subject> <encounter> <reference value="Encounter/b2b7f688-6bc4-4356-84e8-2937df057a1a" /> </encounter> <recordedDate value="2023-09-18T11:06:00.000+08:00" /> <recorder> <display value="PUTERI NAJWA NABILA" /> </recorder> </Condition>