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.
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="PractitionerRole-AnnaLaneKingstonPathology-Example" /> <practitioner> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999998" /> </identifier> <display value="Dr. Anna Lane" /> </practitioner> <organization> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RAX01" /> </identifier> <display value="Kingston Hospital NHS Foundation Trust" /> </organization> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="820" /> <display value="General Pathology" /> </coding> </specialty> <telecom> <system value="phone" /> <value value="02085467711" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="pathologyseckingston@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="respiratorykingston@nhs.net" /> </telecom> </PractitionerRole>