Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 4970797

Browse files
Merge pull request #113 from medizininformatik-initiative/release/v5.1.0
Release/v5.1.0
2 parents ce7cec7 + 9cba284 commit 4970797

3 files changed

Lines changed: 35 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,32 @@ Please refer to the respective repositories for a more in depth changelog of sin
1717
|TORCH|<https://github.com/medizininformatik-initiative/torch|
1818
|Blaze FHIR server|<https://github.com/samply/blaze>|
1919

20+
## [5.1.0] - 2025-02-18
21+
22+
**minor fixes in v5.1.0**
23+
24+
- sq2cql and ontology were updated to handle time restrictions by type correctly
25+
- UI Bugfixes: Remove hashes from feasibility detail results, Fixed error message display, Resolve inconsistency between summary and details results
26+
27+
### New Features
28+
29+
- Added translations
30+
- Added new CDS modules to dataselection - see ontology release
31+
32+
### known bugs
33+
34+
- Encounter Module faulty at sq2cql translation and therefore non functioning (CQL)
35+
36+
### Ontology
37+
38+
This Release is based on ontology Version [v3.1.0](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.1.0)
39+
40+
### Updates to
41+
42+
- backend and within sq2cql
43+
- ontology
44+
- UI
45+
2046

2147
## [5.0.2] - 2025-02-03
2248

feasibility-portal/backend/docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
dataportal-backend:
33
restart: unless-stopped
4-
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.0.5
4+
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.1.0
55
ports:
66
- ${DATAPORTAL_BACKEND_PORT:-127.0.0.1:8091}:8090
77
depends_on:
@@ -104,7 +104,7 @@ services:
104104
restart: unless-stopped
105105
volumes:
106106
- type: volume
107-
source: dataportal-postgres-data
107+
source: dataportal-deploy-postgres-data
108108
target: /var/lib/postgresql/data
109109
dataportal-elastic:
110110
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.0
@@ -124,7 +124,7 @@ services:
124124
xpack.security.enabled: false
125125
volumes:
126126
- type: volume
127-
source: dataportal-elastic-data
127+
source: dataportal-deploy-elastic-data
128128
target: /usr/share/elasticsearch/data
129129
init-elasticsearch:
130130
image: ghcr.io/medizininformatik-initiative/dataportal-es-init:1.1
@@ -134,14 +134,14 @@ services:
134134
environment:
135135
ES_HOST: http://dataportal-elastic
136136
ES_PORT: 9200
137-
ONTO_GIT_TAG: v3.0.1
137+
ONTO_GIT_TAG: v3.1.0
138138
ONTO_REPO: https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
139139
ONTO_RELATIVE_PATH: /example/fdpg-ontology/
140140
DOWNLOAD_FILENAME: elastic.zip
141141
EXIT_ON_EXISTING_INDICES: ${DATAPORTAL_ES_INIT_EXIT_ON_EXISTING_INDICES:-false}
142142

143143
volumes:
144-
dataportal-postgres-data:
145-
name: "dataportal-postgres-data"
146-
dataportal-elastic-data:
147-
name: "dataportal-elastic-data"
144+
dataportal-deploy-postgres-data:
145+
name: "dataportal-deploy-postgres-data"
146+
dataportal-deploy-elastic-data:
147+
name: "dataportal-deploy-elastic-data"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
dataportal-ui:
3-
image: ghcr.io/medizininformatik-initiative/feasibility-gui:6.0.3
3+
image: ghcr.io/medizininformatik-initiative/feasibility-gui:6.0.6
44
restart: unless-stopped
55
volumes:
66
- ./deploy-config.json:/usr/share/nginx/html/assets/config/config.deploy.json

0 commit comments

Comments
 (0)