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 | SearchType |
---|---|---|
Patient | SHALL | |
Encounter | SHALL |
Search Parameters per resource type
Patient
Name | Type | Documentation | Level |
---|---|---|---|
name | string | **Beispiel:** `GET [base]/Patient?name=Erika` `GET [base]/Patient?name=Erika` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https... | SHALL |
address | string | **Beispiel:** `GET [base]/Patient?address=Berlin` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#string). ... | SHALL |
address-city | string | **Beispiel:** `GET [base]/Patient?address-city=Berlin` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#stri... | SHALL |
address-country | string | **Beispiel:** `GET [base]/Patient?address-country=DE` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#strin... | SHALL |
address-postalcode | string | **Beispiel:** `GET [base]/Patient?address-postalcode=10117` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html... | SHALL |
active | token | **Beispiel:** `GET [base]/Patient?active=true` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#token). ... | SHALL |
telecom | token | **Beispiel:** `GET [base]/Patient?telecom=phone|+49152236898` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.ht... | SHALL |
Supported Reverse Includes:
- Encounter:patient
- Encounter:subject
Encounter
Name | Type | Documentation | Level |
---|---|---|---|
location | reference | **Beispiel:** `GET [base]/Encounter?location=Location/test` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html... | SHALL |
service-provider | reference | **Beispiel:** `GET [base]/Encounter?service-provider=Organization/test` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4... | SHALL |
Supported Includes:
- Encounter:subject
- Encounter:part-of
- Encounter:diagnosis
- Encounter:account
Supported Reverse Includes:
- Encounter:part-of