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 fromDate" /> </tag> <tag> <display value="create-monitoring-operation-example-1-request" /> </tag> </meta> <parameter> <name value="pnr" /> <valueString value="190707299806" /> </parameter> <parameter> <name value="fromDate" /> <valueDate value="2024-09-19" /> </parameter> </Parameters>