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.
<Practitioner xmlns="http://hl7.org/fhir"> <id value="esempio-Practitioner-ProfessionistaSanitario" /> <meta> <versionId value="1" /> <lastUpdated value="2023-01-01T10:36:03Z" /> <profile value="https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPractitionerProfessionistaSanitario" /> </meta> <identifier> <system value="http://hl7.it/sid/codiceFiscale" /> <value value="VRDGNN80D16F205I" /> </identifier> <name> <family value="Verdi" /> <given value="Giovanni" /> </name> </Practitioner>