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.
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="esempio-ServiceRequest-InterventoEducazionale" /> <meta> <versionId value="1" /> <lastUpdated value="2023-01-01T10:36:03Z" /> <profile value="https://fhir.siss.regione.lombardia.it/StructureDefinition/RLServiceRequestInterventoEducazionale" /> </meta> <basedOn> <reference value="CarePlan/365db2ec-973c-11ed-a8fc-0242ac120002" /> <display value="CarePlan Progetto Individuale" /> </basedOn> <status value="active" /> <intent value="order" /> <code> <coding> <system value="https://fhir.siss.regione.lombardia.it/ValueSet/SGDT-InterventiEducazionali" /> <code value="EDU05" /> <display value="Nutrizionale di gruppo" /> </coding> </code> <subject> <reference value="Patient/b7807e00-9745-11ed-a8fc-0242ac120002" /> <display value="Mario Rossi" /> </subject> <occurrencePeriod> <start value="2022-01-01" /> <end value="2023-02-01" /> </occurrencePeriod> <locationCode> <coding> <system value="https://fhir.siss.regione.lombardia.it/ValueSet/SGDT-ModalitaErogazioneIntEdu" /> <code value="INTEDU1" /> <display value="Intervento erogabile in presenza" /> </coding> </locationCode> <note> <text value="Commenti aggiuntivi" /> </note> </ServiceRequest>