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="eufmh-39-07-2" /> <clinicalStatus value="active" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="123641001" /> <display value="Left coronary artery occlusion" /> </coding> <text value="Mid-Left Anterior Descending coronary artery severe occlusion (80%)" /> </code> <subject> <reference value="Patient/eufmh-39-07" /> <display value="ZMAJE 7 (Inject 39-07)" /> </subject> <onsetDateTime value="2014" /> <asserter> <reference value="Practitioner/eufmh-39-07" /> <display value="Dr. Mark Antonio" /> </asserter> </Condition>