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-MarcoBianchi" /> <meta> <versionId value="1" /> <profile value="https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabPractitionerMedico" /> </meta> <identifier> <type> <coding> <system value="https://fhir.siss.regione.lombardia.it/CodeSystem/TipologiaIdentificativo" /> <code value="NN" /> <display value="Codice fiscale" /> </coding> </type> <system value="http://hl7.it/sid/codiceFiscale" /> <value value="BNCMRC77E09H264L" /> </identifier> <name> <family value="Bianchi" /> <given value="Marco" /> </name> </Practitioner>