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.
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="core-examples-DiagnosticReport-example105" /> <meta> <versionId value="3" /> <lastUpdated value="2016-09-08T12:22:37.824+00:00" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="http://acme.com/lab/reports" /> <value value="12Z968920-16258634" /> </identifier> <status value="final" /> <code> <text value="General Biochemistry" /> </code> <subject> <reference value="Patient/134" /> </subject> <effectiveDateTime value="2012-04-05T22:10:00Z" /> <issued value="2012-04-05T22:47:00+00:00" /> <performer> <reference value="Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" /> <display value="Acme Laboratory, Inc" /> </performer> </DiagnosticReport>