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.
Invocations
[base]/ReferralRequest?type=[system]|[value]
[base]/DocumentManifest?type=[system]|[value]
[base]/DocumentReference?type=[system]|[value]
[base]/Encounter?type=[system]|[value]
[base]/AllergyIntolerance?type=[system]|[value]
[base]/EpisodeOfCare?type=[system]|[value]
[base]/Composition?type=[system]|[value]
Details
Resource | Code | Type | FhirPath | Xpath (Normal) |
ReferralRequest, DocumentManifest, DocumentReference, Encounter, AllergyIntolerance, EpisodeOfCare, Composition | type | token | ReferralRequest.type | DocumentManifest.type | DocumentReference.type | Encounter.type | AllergyIntolerance.type | EpisodeOfCare.type | Composition.type | f:ReferralRequest/f:type | f:DocumentManifest/f:type | f:DocumentReference/f:type | f:Encounter/f:type | f:AllergyIntolerance/f:type | f:EpisodeOfCare/f:type | f:Composition/f:type |