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.
<Bundle xmlns="http://hl7.org/fhir"> <id value="BeispielNutzungsprotokollResultBundle" /> <type value="searchset" /> <total value="1" /> <entry> <fullUrl value="[fachdienst-endpunkt]/AuditEvent/BeispielNutzungsprotokoll" /> <resource> <AuditEvent> <id value="BeispielNutzungsprotokoll" /> <meta> <profile value="https://gematik.de/fhir/dipag/StructureDefinition/dipag-nutzungsprotokoll" /> </meta> <type> <code value="rest" /> </type> <subtype> <code value="dipag-submit" /> </subtype> <action value="C" /> <recorded value="2024-05-29T11:25:54.123456+00:02" /> <outcome value="0" /> <agent> <type> <coding> <code value="humanuser" /> </coding> </type> <who> <identifier> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> <code value="PRN" /> </coding> </type> <system value="https://gematik.de/fhir/sid/telematik-id" /> <value value="11223344" /> </identifier> <display value="Beispiel Leistungsempfänmger" /> </who> <requestor value="true" /> </agent> <source> <observer> <display value="FdV" /> </observer> </source> <entity> <what> <reference value="DocumentReference/BeispielDocumentReferenceRechnungRetrieve" /> </what> </entity> </AuditEvent> </resource> <search> <mode value="match" /> </search> </entry> </Bundle>