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 |
---|---|---|---|
Patient | SHALL | SHALL | |
Encounter | SHALL | SHALL |
Search Parameters per resource type
Patient
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]/Patient?identifier=http://fhir.krankenhaus.example|1032702` `GET [base]/Patient?identifier=1032702` **Anwendungshinweis:** Weit... | SHALL |
family | string | **Beispiel:** `GET [base]/Patient?family=Musterfrau` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#string... | SHALL |
given | string | **Beispiel:** `GET [base]/Patient?given=Erika` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#string). ... | SHALL |
birthdate | date | **Beispiel:** `GET [base]/Patient?birthdate=1964-12-08` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#dat... | SHALL |
gender | token | **Beispiel:** `GET [base]/Patient?birthdate=1964-12-08` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#tok... | SHALL |
Encounter
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]/Encounter?identifier=http://test.krankenhaus.de/fhir/sid/fallnr|123456` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikatio... | SHALL |
status | token | **Beispiel:** `GET [base]/Encounter?status=finished` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#token)... | SHALL |
class | token | **Beispiel:** `GET [base]/Encounter?class=IMP` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#token). | SHALL |
type | token | **Beispiel:** `GET [base]/Encounter?type=http://fhir.de/CodeSystem/kontaktart-de|stationaer` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](ht... | SHALL |
patient | reference | **Beispiel:** `GET [base]/Encounter?patient=Patient/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#re... | SHALL |
account | reference | **Beispiel:** `GET [base]/Encounter?account=Account/123` `GET [base]/Encounter?account:identifier=123456` `GET [base]/Encounter?account:identifier=https://example.o... | SHALL |
date | date | **Beispiel:** `GET [base]/Encounter?date=lt2020-26-10` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#date... | SHALL |
date-start | date | **Beispiel:** `GET [base]/Encounter?end-date=lt2020-26-10` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#... | SHALL |
end-date | date | **Beispiel:** `GET [base]/Encounter?end-date=lt2020-26-10` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#... | SHALL |
Supported Includes:
- Encounter:patient