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="rr-organization-rules-authoring-agency-haw" /> <meta> <versionId value="1" /> <lastUpdated value="2018-09-29T16:45:08.719-04:00" /> <profile value="http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency" /> </meta> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="http://hl7.org.fhir/sid/us-npi" /> <value value="12341234" /> </identifier> <active value="true" /> <type> <coding> <system value="urn:oid:2.16.840.1.114222.4.5.232" /> <code value="RR12" /> <display value="Rules Authoring Agency" /> </coding> </type> <name value="Health Authority West Rules Authoring Agency" /> <telecom> <system value="phone" /> <value value="+1-555-555-3555" /> </telecom> <telecom> <system value="email" /> <value value="mail@healthauthoritywest.gov" /> </telecom> <address> <text value="7777 Health Authority Drive, Ann Arbor MI, 99999" /> <line value="7777 Health Authority Drive" /> <city value="Ann Arbor" /> <state value="MI" /> <postalCode value="99999" /> </address> </Organization>