We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb0cea commit ba177e4Copy full SHA for ba177e4
CHANGELOG.md
@@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.2.2] - 2025-02-07
10
+
11
### Fixed
12
* When mapping a `DiagnosticReport` which contains at least one `Specimen`,
13
any specimens which didn't belong to a test result were previously not sent to the requesting system.
14
Now, a fake `Observation` is created in which any `Observation`-less `Specimen`s are placed.
15
+* When mapping a `MedicationRequest` to a `MedicationStatement`, user provided text fields are now correctly escaped in
16
+ the produced XML.
17
18
## [2.2.1] - 2024-12-10
19
0 commit comments