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.
<Parameters xmlns="http://hl7.org/fhir"> <meta> <tag> <display value="Create monitoring for a patient using NLLMonitoring" /> </tag> <tag> <display value="Example of creating monitoring for a patient using toDate" /> </tag> <tag> <display value="create-monitoring-operation-example-2-request" /> </tag> </meta> <parameter> <name value="pnr" /> <valueString value="190707299806" /> </parameter> <parameter> <name value="toDate" /> <valueDate value="2025-02-16" /> </parameter> </Parameters>