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.
<Procedure xmlns="http://hl7.org/fhir"> <id value="medmij-bgz-procedure-ts-02" /> <meta> <profile value="http://decor.nictiz.nl/fhir/StructureDefinition/ZibInterventiesBeginBaring" /> </meta> <status value="in-progress" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="236959001" /> <display value="Cervical ripening procedure" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="236960006" /> <display value="Sweeping of membrane (procedure)" /> </coding> </code> <subject> <reference value="Patient/babyconnect-patient-01" /> <display value="Johanna XXX_Helleman" /> </subject> <reasonCode> <coding> <system value="urn:oid:2.16.840.1.113883.2.4.3.22.1.2.7" /> <code value="1" /> <display value="acuut levensbedreigend" /> </coding> </reasonCode> </Procedure>