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.
<CareTeam xmlns="http://hl7.org/fhir"> <id value="esempio-CareTeam-Equipe" /> <meta> <versionId value="1" /> <lastUpdated value="2023-01-01T10:36:03Z" /> <profile value="https://fhir.siss.regione.lombardia.it/StructureDefinition/RLCareTeamEquipe" /> </meta> <status value="active" /> <name value="Peter James Charlmers Care Plan for Inpatient Encounter" /> <period> <start value="2013-01-01" /> <end value="2023-12-31" /> </period> <participant> <member> <reference value="PractitionerRole/22369fd8-a95a-11ed-afa1-0242ac120002" /> <display value="Dr. Peter James Chalmers" /> </member> </participant> </CareTeam>