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 |
---|---|---|---|
Procedure | SHALL | SHALL | |
Condition | SHALL | SHALL |
Search Parameters per resource type
Procedure
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 |
status | token | **Beispiel:** `GET [base]/Procedure?status=http://hl7.org/fhir/event-status|entered-in-error` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](h... | SHALL |
category | token | **Beispiel:** `GET [base]/Procedure?category=http://snomed.info/sct|387713003` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/... | SHALL |
code | token | **Beispiel:** `GET [base]/Procedure?code=http://fhir.de/CodeSystem/bfarm/ops|5-470` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7... | SHALL |
patient | reference | **Beispiel:** `GET [base]/Procedure?patient=Patient/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#re... | SHALL |
subject | reference | **Beispiel:** `GET [base]/Procedure?subject=Patient/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#re... | MAY |
encounter | reference | **Beispiel:** `GET [base]/Procedure?encounter=Encounter/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.htm... | SHALL |
date | date | **Beispiel:** `GET [base]/Procedure?date=lt2020-26-10` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#date... | SHALL |
Supported Includes:
- Procedure:patient
- Procedure:subject
- Procedure:encounter
Supported Reverse Includes:
- Encounter:diagnosis
Condition
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 |
clinical-status | token | **Beispiel:** `GET [base]/Condition?clincial-status=active` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html... | SHALL |
patient | reference | **Beispiel:** `GET [base]/Condition?patient=Patient/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#re... | SHALL |
subject | reference | **Beispiel:** `GET [base]/Condition?subject=Patient/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#re... | MAY |
encounter | reference | **Beispiel:** `GET [base]/Condition?encounter=Patient/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#... | SHALL |
recorded-date | date | **Beispiel:** `GET [base]/Condition?recorded-date=2015-01-01` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.ht... | SHALL |
related | reference | **Beispiel:** `GET [base]/Condition?related=Condition/123` **Anwendungshinweis:** Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#... | SHALL |
category | token | **Beispiel:** `GET [base]/Condition?category=http://hl7.org/fhir/ValueSet/condition-category|problem-list-item` **Anwendungshinweis:** Weitere Details siehe [FHIR-Ke... | MAY |
Supported Includes:
- Condition:patient
- Condition:subject
- Condition:encounter
Supported Reverse Includes:
- Encounter:diagnosis