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.
<!-- Sample XML file generated by XMLSpy v2013 sp1 (http://www.altova.com) --> <Patient xmlns="http://hl7.org/fhir"> <id value="pat-enc-1" /> <active value="true" /> <name> <family value="Walker" /> <given value="Mary Ann" /> </name> <gender value="female" /> <birthDate value="1979-10-15" /> </Patient>