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

Commit ce7cec7

Browse files
Merge pull request #111 from medizininformatik-initiative/release/v5.0.2
Release/v5.0.2
2 parents c0b160c + 198bd99 commit ce7cec7

3 files changed

Lines changed: 53 additions & 1 deletion

File tree

CHANGELOG.md

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

2020

21+
## [5.0.2] - 2025-02-03
22+
23+
**minor fixes in v5.0.2**
24+
25+
- sq2cql was updated to handle consent MedicationStatement and MedicationRequest correctly
26+
27+
### known bugs
28+
29+
- Encounter Module faulty at sq2cql translation and therefore non functioning (CQL)
30+
31+
### Ontology
32+
33+
This Release is based on ontology Version [v3.0.1](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.0.1)
34+
35+
### no updates to
36+
37+
- Everything except backend
38+
39+
40+
## [5.0.1] - 2024-12-18
41+
42+
**minor fixes in v5.0.1**
43+
44+
- Ontology contained multiple instances of the same codes but lacked others -> fixed, v3.0.1
45+
- sq2cql was updated to handle consent correctly
46+
- UI was unable to save cohort selections -> fixed
47+
48+
### known bugs
49+
50+
- Encounter Module faulty at sq2cql translation and therefore non functioning (CQL)
51+
- Medication Statement, Medication request faulty at sq2cql level and therefore non functioning (CQL)
52+
53+
### Ontology
54+
55+
This Release is based on ontology Version [v3.0.1](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.0.1)
56+
Flare contains new ontology
57+
58+
### no updates to
59+
60+
- Torch
61+
- FDE
62+
63+
2164
## [5.0.0] - 2024-11-21
2265

2366
### Ontology

feasibility-portal/backend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
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.3
4+
image: ghcr.io/medizininformatik-initiative/feasibility-backend:6.0.5
55
ports:
66
- ${DATAPORTAL_BACKEND_PORT:-127.0.0.1:8091}:8090
77
depends_on:

feasibility-portal/keycloak/init/feasibility-realm.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@
110110
"clientRole": false,
111111
"containerId": "2268ed68-686a-4c9e-8637-6c366a60d459",
112112
"attributes": {}
113+
},
114+
{
115+
"id": "f3229666-6699-42fb-b3bc-399cd8256e79",
116+
"name": "dsf_admin",
117+
"description": "Administrative access to DSF instance of FDPG",
118+
"composite": false,
119+
"clientRole": false,
120+
"containerId": "2268ed68-686a-4c9e-8637-6c366a60d459",
121+
"attributes": {}
113122
}
114123
],
115124
"client": {

0 commit comments

Comments
 (0)