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]/$ping
This operation does NOT change content
Return Values (Out)
Name | Cardinality | Type | Documentation |
result | 1..1 | string | Upon a successful call, you receive confirmation and information about the assigned role if the call included a valid authentication token. |
Can be invoked with a HTTP POST or GET. This operation can be used for two things:
- to check if there is a connection to the server by not including an authentication token in the authorization header.
- include an authentication token in the authorization header to verify the format of the token and get a list of all applicable user roles.