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 now contains the Continuous Integration (CI Build) versions of the artefacts to include change requests from pilot participants. A static version of the Trial Implementation version (v1.0.0 TI) of the Pan-Canadian Patient Summary Guide and FHIR Package is available here. All Guide versions (Historical and New) can be found on the table of the Project Page
<Condition xmlns="http://hl7.org/fhir"> <id value="heart-condition-example" /> <meta> <profile value="http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/condition-ca-ps" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" /> <code value="active" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status" /> <code value="confirmed" /> </coding> </verificationStatus> <category> <coding> <system value="http://loinc.org" /> <code value="75326-9" /> <display value="Problem" /> </coding> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-category" /> <code value="problem-list-item" /> <display value="Problem List Item" /> </coding> <text value="Problem" /> </category> <severity> <coding> <system value="http://snomed.info/sct" /> <code value="6736007" /> <display value="Moderate" /> </coding> </severity> <code> <coding> <system value="http://snomed.info/sct" /> <code value="368009" /> <display value="Heart valve disorder" /> </coding> <text value="Disorder of heart valve" /> </code> <bodySite> <coding> <system value="http://snomed.info/sct" /> <code value="40768004" /> <display value="Left thorax" /> </coding> <text value="heart structure" /> </bodySite> <subject> <reference value="Patient/patient1-example" /> <display value="Donald Duck" /> </subject> <onsetDateTime value="2021-08-05" /> <asserter> <reference value="Patient/patient1-example" /> <display value="Donald Duck" /> </asserter> </Condition>