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.
<Patient xmlns="http://hl7.org/fhir"> <id value="NotJustEveAnyperson" /> <meta> <profile value="http://example.org/StructureDefinition/MyPatient" /> </meta> <identifier> <use value="usual" /> <system value="https://fake-acme.org/fhir/NamingSystem/Patient-Identifier" /> <value value="1032702" /> </identifier> <name> <family value="NotJustAnyperson" /> <given value="Eve" /> </name> <gender value="female" /> </Patient>