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
{ "resourceType": "Observation", "id": "48983b8b-ead3-4206-9583-fcdd40d762b7", "meta": { "profile": [ "http://phr.kanta.fi/StructureDefinition/fiphr-sd-metbystandardrmr-stu3" ] }, "language": "en", "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:ba688ba1-eb58-401f-83b8-81cced8d5190" }, { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:00000001-5cb1-fef8-16b6-835409677fb6" } ], "status": "final", "category": [ { "coding": [ { "system": "http://phr.kanta.fi/fiphr-cs-fitnesscategory", "code": "fitness", "display": "Fitness" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "82260-1", "display": "Metabolic equivalent of task by standard resting metabolic rate panel" } ] }, "subject": { "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" }, "effectiveDateTime": "2019-11-26", "issued": "11/26/2019 09:00:00", "performer": [ { "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" } ], "related": [ { "type": "derived-from", "target": { "reference": "Observation/71831b54-1a80-47c5-ba84-0180a5eb784b" } } ], "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "82284-1", "display": "Standard resting metabolic rate" } ] }, "valueQuantity": { "value": 3.5, "unit": "ml/kg/min", "system": "http://unitsofmeasure.org", "code": "mL/kg/min" } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "82261-9", "display": "Measured metabolic equivalent of task" } ] }, "valueQuantity": { "value": 9, "unit": "MET", "system": "http://unitsofmeasure.org", "code": "[MET]" } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "82271-8", "display": "Adjusted metabolic equivalent of task" } ] }, "valueQuantity": { "value": 10.7, "unit": "MET", "system": "http://unitsofmeasure.org", "code": "[MET]" } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "82283-3", "display": "Source for adjusted metabolic equivalent of task" } ] }, "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "LA26236-2", "display": "Harris-Benedict male" } ] } } ] }