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

Commit 445d308

Browse files
committed
Release 5.2.0
1 parent 2b0224c commit 445d308

1 file changed

Lines changed: 49 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,55 @@ All notable changes to this project will be documented in this file.
66

77
Please refer to the respective repositories for a more in depth changelog of single components:
88

9-
|Component|Link|
10-
|--|--|
11-
|UI|<https://github.com/medizininformatik-initiative/feasibility-gui>|
12-
|Ontology Generation|<https://github.com/medizininformatik-initiative/fhir-ontology-generator>|
13-
|sq2cql|<https://github.com/medizininformatik-initiative/sq2cql>|
14-
|Backend|<https://github.com/medizininformatik-initiative/feasibility-backend>|
15-
|DSF Feasibility Plugin|<https://github.com/medizininformatik-initiative/feasibility-dsf-process>|
16-
|FLARE|<https://github.com/medizininformatik-initiative/flare>|
17-
|TORCH|<https://github.com/medizininformatik-initiative/torch|
18-
|Blaze FHIR server|<https://github.com/samply/blaze>|
9+
|Component|Link|Version|
10+
|--|--|--|
11+
|UI|<https://github.com/medizininformatik-initiative/feasibility-gui>|[6.0.8][ui]|
12+
|Ontology Generation|<https://github.com/medizininformatik-initiative/fhir-ontology-generator>|[3.2.0][onto]|
13+
|sq2cql|<https://github.com/medizininformatik-initiative/sq2cql>|[1.0.0][sq2cql]|
14+
|Backend|<https://github.com/medizininformatik-initiative/feasibility-backend>|[6.2.0][backend]|
15+
|DSF Feasibility Plugin|<https://github.com/medizininformatik-initiative/feasibility-dsf-process>|[1.0.0.7][dsf-feas]|
16+
|FLARE|<https://github.com/medizininformatik-initiative/flare>|[2.5.0][flare]|
17+
|TORCH|<https://github.com/medizininformatik-initiative/torch>|[1.0.0-alpha.3][torch]|
18+
|Blaze FHIR server|<https://github.com/samply/blaze>|[0.33][blaze]|
19+
20+
[ui]: https://github.com/medizininformatik-initiative/feasibility-gui/releases/tag/v6.0.8
21+
[onto]: https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.2.0
22+
[sq2cql]: https://github.com/medizininformatik-initiative/sq2cql/releases/tag/v1.0.0
23+
[backend]: https://github.com/medizininformatik-initiative/feasibility-backend/releases/tag/v6.2.0
24+
[dsf-feas]: https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.7
25+
[flare]: https://github.com/medizininformatik-initiative/flare/releases/tag/v2.5.0
26+
[torch]: https://github.com/medizininformatik-initiative/torch/releases/tag/v1.0.0-alpha.3
27+
[blaze]: https://github.com/samply/blaze/releases/tag/v0.33.0
28+
29+
30+
## [5.2.0] - 2025-03-14
31+
32+
**minor fixes in v5.2.0**
33+
34+
- GUI:
35+
- Details counter gets incremented correctly
36+
- Combined consent is set in downloaded CCDL
37+
- Backend:
38+
- Encounter Module fixed by fixed typing in ontology
39+
40+
### New Features
41+
42+
- Backend:
43+
- Provide an endpoint for version information, accessible at path `/actuator/info`
44+
- GUI:
45+
- Translation for consent text
46+
47+
### Ontology
48+
49+
This release is based on ontology version [v3.2.0](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.2.0)
50+
51+
### Updates to
52+
53+
- backend to v6.2.0 and within sq2cql to v1.0.0
54+
- ontology to [v3.2.0](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.2.0)
55+
- UI to [v6.0.8](https://github.com/medizininformatik-initiative/feasibility-gui/releases/tag/v6.0.8)
56+
- Blaze to [v0.33](https://github.com/samply/blaze/releases/tag/v0.33.0)
57+
1958

2059
## [5.1.1] - 2025-03-03
2160

0 commit comments

Comments
 (0)