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.
<Medication xmlns="http://hl7.org/fhir"> <id value="minimal-medication-example-1" /> <meta> <profile value="http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips" /> </meta> <identifier> <system value="http://example.com/mymedcodes" /> <value value="minimal-med-1" /> </identifier> <code> <text value="Fluspiral 50 mg" /> </code> </Medication>