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.
<RelatedPerson xmlns="http://hl7.org/fhir"> <id value="SZ1Mutter" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKAngehoeriger" /> </meta> <identifier> <type> <coding> <system value="http://fhir.de/CodeSystem/identifier-type-de-basis" /> <code value="KVZ10" /> </coding> </type> <system value="http://fhir.de/sid/gkv/kvid-10" /> <value value="A987654321" /> </identifier> <patient> <reference value="Patient/SZ1Patient" /> </patient> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="MTH" /> </coding> </relationship> <name> <family value="Musterfrau" /> <given value="Mama" /> </name> <address> <type value="both" /> <line value="Milchstr. 42" /> <city value="Beispielstadt" /> <postalCode value="78143" /> <country value="DE" /> </address> </RelatedPerson>