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.
<Organization xmlns="http://hl7.org/fhir"> <id value="core-examples-Organization-example16" /> <meta> <versionId value="1" /> <lastUpdated value="2016-09-08T11:38:10.805+00:00" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <use value="official" /> <type> <text value="Zorginstelling naam" /> </type> <system value="http://www.zorgkaartnederland.nl/" /> <value value="Blijdorp MC" /> </identifier> <active value="true" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="405608006" /> <display value="Academic Medical Center" /> </coding> <coding> <system value="http://hl7.org/fhir/organization-type" /> <code value="prov" /> </coding> </type> <name value="Blijdorp Medisch Centrum (BUMC)" /> <telecom> <system value="phone" /> <value value="+31107040704" /> <use value="work" /> </telecom> <address> <use value="work" /> <line value="apenrots 230" /> <city value="Blijdorp" /> <postalCode value="3056BE" /> <country value="NLD" /> </address> </Organization>