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.
<Endpoint xmlns="http://hl7.org/fhir"> <id value="BoaEndpoint" /> <meta> <profile value="http://omi.de/fhir/registry/StructureDefinition/omi-endpoint" /> </meta> <identifier> <value value="904367" /> </identifier> <status value="active" /> <connectionType> <system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type" /> <code value="dicom-wado-rs" /> </connectionType> <name value="BOA Service v0.1" /> <managingOrganization> <reference value="Organization/ShipAI" /> </managingOrganization> <payloadType> <coding> <system value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type" /> <code value="any" /> </coding> </payloadType> <address value="https://uk-essen.de/omi/boa" /> </Endpoint>