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.
<MessageDefinition xmlns="http://hl7.org/fhir"> <id value="ca-on-ereferral-notify-add-process-request" /> <url value="http://ehealthontario.ca/fhir/MessageDefinition/ca-on-ereferral-notify-add-process-request" /> <version value="0.10.1" /> <name value="NotifyAddProcessRequest" /> <title value="Notify Add Process Request" /> <status value="draft" /> <experimental value="false" /> <date value="2021-07-15" /> <description value="Message is used by an RMS Target to notify systems that it has created a Process Request Task for a user to perform a ServiceRequest" /> <purpose value="Message is used by an RMS Target to notify systems that it has created a Process Request Task for a user to perform a ServiceRequest" /> <eventCoding> <system value="https://ehealthontario.ca/fhir/CodeSystem/message-event-code" /> <code value="notify-add-process-request" /> </eventCoding> <category value="notification" /> <focus> <code value="Task" /> <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task|1.0.1" /> <min value="1" /> <max value="1" /> </focus> </MessageDefinition>