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="Cancel MedicationRequest using NLLEnd" /> </tag> <tag> <display value="Example of cancelling (sv Makulera) MedicationRequest using its legacy NEF-ids" /> </tag> <tag> <display value="create-end-operation-example-3" /> </tag> </meta> <parameter> <name value="entry" /> <part> <name value="reason" /> <valueCodeableConcept> <coding> <code value="FEL_PATIENT" /> </coding> </valueCodeableConcept> </part> <part> <name value="activity" /> <valueCodeableConcept> <coding> <code value="MAKULERA_FORSKRIVNING" /> </coding> </valueCodeableConcept> </part> <part> <name value="PrescriptionSetId" /> <valueString value="aacfce38-c5f1-4c82-ab4a-9d296420b2de" /> </part> <part> <name value="RowId" /> <valuePositiveInt value="2" /> </part> <part> <name value="ProductRowId" /> <valuePositiveInt value="1" /> </part> </parameter> </Parameters>