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="Suchergebnis-Beispiel" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKDokumentenSuchergebnisse" /> </meta> <type value="searchset" /> <total value="1" /> <link> <relation value="self" /> <url value="http://meinfhirserver.de/DocumentReference?patient.identifier=A123456789" /> </link> <entry> <fullUrl value="http://meinfhirserver.de/DocumentReference/dok-beispiel-server" /> <resource> <DocumentReference> <id value="dok-beispiel-server" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKDokumentenMetadaten" /> <security> <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason" /> <code value="HTEST" /> </security> </meta> <masterIdentifier> <system value="urn:ietf:rfc:3986" /> <value value="urn:oid:1.2.840.113556.1.8000.2554.58783.21864.3474.19410.44358.58254.41281.46340" /> </masterIdentifier> <status value="current" /> <type> <coding> <system value="http://dvmd.de/fhir/CodeSystem/kdl" /> <code value="PT130102" /> <display value="Molekularpathologiebefund" /> </coding> <coding> <system value="http://ihe-d.de/CodeSystems/IHEXDStypeCode" /> <code value="PATH" /> <display value="Pathologiebefundberichte" /> </coding> </type> <category> <coding> <system value="http://ihe-d.de/CodeSystems/IHEXDSclassCode" /> <code value="BEF" /> <display value="Befundbericht" /> </coding> </category> <subject> <reference value="Patient/PatientinMusterfrau" /> </subject> <securityLabel> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" /> <code value="N" /> </coding> </securityLabel> <content> <attachment> <contentType value="application/pdf" /> <language value="de" /> <url value="https://mein-Dokumentenserver/dokumente/1.2.840.113556.1.8000.2554.58783.21864.3474.19410.44358.58254.41281.46340.pdf" /> <title value="Molekularpathologiebefund vom 31.12.21" /> <creation value="2020-12-31T23:50:50-05:00" /> </attachment> <format> <system value="http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode" /> <code value="urn:ihe:iti:xds:2017:mimeTypeSufficient" /> <display value="Format aus MIME Type ableitbar" /> </format> </content> <context> <encounter> <reference value="Encounter/FachabteilungskontaktNormal" /> </encounter> <facilityType> <coding> <system value="http://ihe-d.de/CodeSystems/PatientBezogenenGesundheitsversorgung" /> <code value="KHS" /> <display value="Krankenhaus" /> </coding> </facilityType> <practiceSetting> <coding> <system value="http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen" /> <code value="ALLG" /> </coding> </practiceSetting> </context> </DocumentReference> </resource> </entry> </Bundle>