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.
This project is no longer active, and it is not being updated. Up-to-date information can be found in the new project, which is available here: https://simplifier.net/finnishphrr4
<Observation xmlns="http://hl7.org/fhir"> <meta> <profile value="http://phr.kanta.fi/StructureDefinition/fiphr-bodytemperature-stu3" /> </meta> <language value="en" /> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="urn:ietf:rfc:3986" /> <value value="urn:uuid:94409af6-3639-47f0-b2a0-d10b5fa5c441" /> </identifier> <status value="final" /> <category> <coding> <system value="http://hl7.org/fhir/observation-category" /> <code value="vital-signs" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="8310-5" /> <display value="Body temperature" /> </coding> </code> <subject> <reference value="Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86" /> </subject> <effectiveDateTime value="2017-11-20T11:46:00+02:00" /> <issued value="2017-11-20T11:46:00+02:00" /> <performer> <reference value="Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86" /> </performer> <valueQuantity> <value value="37.2" /> <unit value="Cel" /> <system value="http://unitsofmeasure.org" /> <code value="Cel" /> </valueQuantity> <interpretation> <coding> <system value="http://hl7.org/fhir/v2/0078" /> <code value="<" /> <display value="Off scale low" /> </coding> </interpretation> <comment value="Off scale low" /> <referenceRange> <low> <value value="35.8" /> <unit value="Cel" /> <system value="http://hl7.org/fhir/v2/0078" /> <code value="LU" /> </low> <high> <value value="37.8" /> <unit value="Cel" /> <system value="http://hl7.org/fhir/v2/0078" /> <code value="LU" /> </high> <appliesTo> <coding> <system value="http://hl7.org/fhir/referencerange-meaning" /> <code value="normal" /> <display value="Normal Range" /> </coding> <text value="Normal range" /> </appliesTo> <age> <low> <value value="15" /> <unit value="years" /> <system value="http://unitsofmeasure.org" /> <code value="21612-7" /> </low> <high> <value value="100" /> <unit value="years" /> <system value="http://unitsofmeasure.org" /> <code value="21612-7" /> </high> </age> <text value="Age" /> </referenceRange> </Observation>