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 |
---|---|---|---|
Practitioner | SHALL | SHALL | |
Encounter | SHALL |
Search Parameters per resource type
Practitioner
Name | Type | Documentation | Level |
---|---|---|---|
_id | token | **Beispiel:** `GET [base]/[Resourcetype]?_id=103270` **Anwendungshinweis:** Der Parameter `_id` wird selten alleinstehend verwendet, da sich zum Abruf einer Ressource a... | SHALL |
_tag | token | **Beispiel:** `GET [base]/[Resourcetype]?_tag=https://example.org/codes|needs-review` **Anwendungshinweis:** Weitere Details siehe FHIR-Kernspezifikation, Abschnitt [Parameters... | SHALL |
_count | number | **Beispiel:** `GET [base]/[Resourcetype]?_count=100` **Anwendungshinweis:** Weitere Details siehe FHIR-Kernspezifikation, Abschnitt [Page Count](https://www.hl7.org/fhir/R4/sea... | SHALL |
_has | string | **Beispiel:** Suche nach allen Patienten, die eine Observation mit dem Code '1234-5' haben `GET [base]/Patient?_has:Observation:patient:code=1234-5` **Beispiel:** Suche nach allen Enc... | MAY |
identifier | token | **Beispiel:** `GET [base]/Practitioner?identifier=42` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#token... | SHALL |
family | string | **Beispiel:** `GET [base]/Practitioner?family=Alpenzauber` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#... | SHALL |
given | string | **Beispiel:** `GET [base]/Practitioner?given=Heidi` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#string)... | SHALL |
name | string | **Beispiel:** `GET [base]/Practitioner?name=Heidi` `GET [base]/Practitioner?name=Alpenzauber` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifik... | MAY |
address | string | **Beispiel:** `GET [base]/Practitioner?address=Berlin` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#stri... | MAY |
gender | token | **Beispiel:** `GET [base]/Practitioner?gender=female` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#token... | MAY |
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