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", "meta": { "profile": [ "http://phr.kanta.fi/StructureDefinition/fiphr-bloodpressure-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:3ca3ffc6-234e-481c-b0f3-37c05e14c8e2" } ], "status": "final", "category": [ { "coding": [ { "system": "http://hl7.org/fhir/observation-category", "code": "vital-signs" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "85354-9", "display": "Blood pressure panel with all children optional" } ] }, "subject": { "reference": "Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86" }, "effectiveDateTime": "11/20/2017 09:46:00", "issued": "11/20/2017 09:46:00", "performer": [ { "reference": "Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86" } ], "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "8480-6", "display": "Systolic blood pressure" } ] }, "valueQuantity": { "value": 112, "unit": "mm[Hg]", "system": "http://unitsofmeasure.org", "code": "mm[Hg]" } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "8462-4", "display": "Diastolic blood pressure" } ] }, "valueQuantity": { "value": 83, "unit": "mm[Hg]", "system": "http://unitsofmeasure.org", "code": "mm[Hg]" } } ] }