Skip to content

Commit 8ba863c

Browse files
committed
update changelog
1 parent cbe1050 commit 8ba863c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/other/upcoming_changes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
- PMP (aggregator) v0.5.1 (deployed 2025-05-27, DB recreated), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
99
- ALPAGE v0.1.0 (deployed 22025-05-27)
1010
- int:
11-
- PMP (aggregator) v0.5.0 (deployed 2025-05-21, DB recreated), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
11+
- PMP (aggregator) v0.5.2 (deployed 2025-09-05), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
1212
- ALPAGE v0.1.0 (deployed 2025-05-21, DB recreated)
1313

14+
## Known Issues
15+
- Aggregator:
16+
- The aggregator might accept bad ids within a treatmentplan extension. This might have implications for client traversing a PML document and relying on these ids to be good.
1417

1518
## Next Release Dates
1619

1720
- Next CH EMED EPR version release: *TBD*
18-
- Next aggregator release: *TBD*.
21+
- Next aggregator release: *TBD*
1922

2023
## Relevant Changes
2124
### PMP v0.5.2
2225
- Relevant fixes:
2326
- Fixed bug preventing ITI-68 transactions from succeeding.
2427
- Fixed bug preventing ITI-104 transactions for patients with no PMP-PID in the MPI from succeeding.
28+
- Fixed Husky-based validation of submitted documents to the aggregator being done against CH EMED instead of CH EMED EPR, hence allowing invalid content (since CH EMED EPR is more constrained) to be submitted to the PMP. This would imply that upon generation of a PML or PMLC document, the aggregator would fail to produce a valid document, since these were correctly being validated against the CH EMED EPR specs.
29+
- The document validator will properly check the first __human__ author instead of simply the first author of the composition for its checks.
30+
- Made XUA signature validation stricter, when enabled.
31+
- Misc. internal improvements and tracing and preparation for production deployment.
32+
2533

2634
### PMP v0.5.0
2735
- Works with the newly released [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0), see the CH EMED EPR 2.0.0 [changelog](https://fhir.ch/ig/ch-emed-epr/2.0.0/changelog.html) for detailed changes:

0 commit comments

Comments
 (0)