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]/ChargeItem?service=Immunization/[id]
[base]/ChargeItem?service=MedicationDispense/[id]
[base]/ChargeItem?service=SupplyDelivery/[id]
[base]/ChargeItem?service=Observation/[id]
[base]/ChargeItem?service=DiagnosticReport/[id]
[base]/ChargeItem?service=ImagingStudy/[id]
[base]/ChargeItem?service=MedicationAdministration/[id]
[base]/ChargeItem?service=Procedure/[id]
Details
Resource | Code | Type | FhirPath | Xpath (Normal) |
ChargeItem | service | reference | ChargeItem.service | f:ChargeItem/f:service |