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="s4h-medmij-condition-example-2" /> <meta> <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-condition" /> </meta> <text> <status value="extensions" /> --- We have skipped the narrative for better readability of the resource --- </text> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" /> <code value="active" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status" /> <code value="confirmed" /> </coding> </verificationStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="399269003" /> <display value="Arthropathy (disorder)" /> </coding> </code> <subject> <display value="Marie Lux-Brennard" /> </subject> <note> <text value="Beperking bij het bewegen van het gewricht, drukpijn door slijtage van twee compartimenten van de linker knie." /> </note> </Condition>