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.
<Organization xmlns="http://hl7.org/fhir"> <id value="Example-HealthCareService-Organization" /> <meta> <profile value="https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization" /> <tag> <system value="https://gematik.de/fhir/directory/CodeSystem/Origin" /> <code value="owner" /> </tag> </meta> <identifier> <system value="https://gematik.de/fhir/sid/telematik-id" /> <value value="123456789" /> </identifier> <type> <coding> <system value="https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID" /> <code value="1.2.276.0.76.4.245" /> <display value="Betriebsstätte Gesundheits-, Kranken- und Altenpflege" /> </coding> </type> <name value="Pflegeheim Immergrün" /> <address> <type value="both" /> <line value="Musterstr. 2" /> <city value="Berlin" /> <postalCode value="10623" /> </address> <contact> <telecom> <system value="phone" /> <value value="0301234567" /> </telecom> <telecom> <system value="email" /> <value value="arbeitsplatz-1@test-pflegeheim.kim.telematik" /> </telecom> </contact> </Organization>