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
URL: [base]/List/$find
Parameters (In)
Name | Cardinality | Type | Documentation |
patient | 1..1 | Id | The id of a patient resource located on the server on which this operation is executed |
name | 1..1 | Code | The code for the functional list that is being found |
Note that servers may support searching by a functional list, and not support this operation that allows clients to find the list directly