You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/other/upcoming_changes.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
## Currently Deployed
6
6
7
7
- dev:
8
-
- PMP (aggregator) v0.6.4 (deployed 2026-01-19), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
8
+
- PMP (aggregator) v0.6.6 (deployed 2026-01-21), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
9
9
- ALPAGE v0.1.2 (deployed 22025-11-27)
10
10
- int:
11
-
- PMP (aggregator) v0.6.3 (deployed 2026-01-13), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
11
+
- PMP (aggregator) v0.6.6 (deployed 2026-01-21), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
12
12
- ALPAGE v0.1.2
13
13
- HUG (pilot):
14
-
- aggregator: v0.6.4 (deployed 2026-01-19), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
14
+
- aggregator: v0.6.6 (deployed 2026-01-21), works with [CH EMED EPR 2.0.0](https://fhir.ch/ig/ch-emed-epr/2.0.0/index.html).
15
15
- ALPAGE v0.1.1
16
16
## Known Issues
17
17
None. Please report any issues you may encounter.
@@ -22,6 +22,14 @@ None. Please report any issues you may encounter.
22
22
- Next aggregator release: *TBD*
23
23
24
24
## Relevant Changes
25
+
### PMP v0.6.6
26
+
If a document submission to the eMedication service fails because the document entry `uniqueId` already existed in the system, now the aggregator will correctly report the `uniqueId` value instead of the `entryUuid` value in the error message.
27
+
28
+
### PMP v0.6.5
29
+
Fixed two bug potentially impacting clients:
30
+
- Fixed a bug preventing the deletion of documents.
31
+
- Fixed a bug concerning the retrieval of document metadata when the client uses CARA's XAD-PID for the transaction instead of a PMP-PID.
0 commit comments