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.
<Appointment xmlns="http://hl7.org/fhir"> <meta> <profile value="https://fhir.cambio.se/StructureDefinition/AppointmentBookingSe/v1" /> </meta> <extension url="https://fhir.cambio.se/StructureDefinition/appointment-purposeForVisit" /> <extension url="https://fhir.cambio.se/StructureDefinition/appointment-patientGivenPhoneNumber" /> <status value="proposed" /> <start value="2022-02-05T11:00:00.000+01:00" /> <end value="2022-02-05T11:30:00.000+01:00" /> <slot> <reference value="TimeSlotId:808794" /> </slot> <participant> <actor> <type value="Patient" /> <identifier> <system value="urn:oid:1.2.752.129.2.1.3.1" /> <value value="195507252301" /> </identifier> </actor> <status value="accepted" /> </participant> <participant> <actor id="746"> <type value="HealthcareService" /> <display value="Videomöte" /> </actor> <status value="accepted" /> </participant> <participant> <actor> <type value="Location" /> <identifier> <system value="urn:oid:1.2.752.129.2.1.4.1" /> <value value="SE162321000024-ABCD" /> </identifier> </actor> <status value="accepted" /> </participant> </Appointment>