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.
REST Capabilities Server
Mode | Server |
Resource Interactions
Resource Type | Supported Profiles | Read | SearchType | Create |
---|---|---|---|---|
Patient | SHALL | SHALL | ||
Encounter | SHALL | SHALL | ||
DocumentReference | SHALL | SHALL | SHALL | |
Binary | SHALL |
Global Operations
Operation | Reference | Level |
---|---|---|
update-metadata | update-metadata | MAY |
generate-metadata | MAY |
Search Parameters per resource type
Patient
Name | Type | Level |
---|---|---|
_id | token | SHALL |
identifier | token | SHALL |
family | string | SHALL |
given | string | SHALL |
birthdate | date | SHALL |
gender | token | SHALL |
Encounter
Name | Type | Level |
---|---|---|
_id | token | SHALL |
identifier | token | SHALL |
status | token | SHALL |
class | token | SHALL |
type | reference | SHALL |
subject | reference | MAY |
part-of | reference | SHALL |
date | date | SHALL |
DocumentReference
Name | Type | Level |
---|---|---|
_id | token | SHALL |
status | token | SHALL |
patient | reference | SHALL |
type | token | SHALL |
category | token | SHALL |
creation | date | SHALL |
encounter | reference | SHALL |
Binary
No search parameters are stated for this resource type