@@ -6,14 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ### Fixed
10-
11- * When mapping a ` Condition ` without an ` asserter ` , omit the ` Participant ` element within the XML.
12- Previously this would raise the error "EhrMapperException: Condition.asserter is required" and send a
13- failure to the requesting system.
14- * When mapping a ` MedicationRequest ` without a ` recorder ` or ` requester ` , omit the ` Participant ` element within the XML.
15- Previously this would raise the error "MedicationRequest ... missing recorder of type Practitioner, PractitionerRole
16- or Organization" and send a failure to the requesting system.
9+ ## Added
1710
1811* When mapping a ` DocumentReference ` which contains a ` NOPAT ` ` meta.security ` or ` NOPAT ` ` securityLabel ` tag the resultant XML for that resource
1912 will contain a ` NOPAT ` ` confidentialityCode ` element.
@@ -32,6 +25,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3225* When mapping ` Immunizations ` which contain a ` NOPAT ` ` meta.security ` tag, the resultant XML for that resource
3326 will contain a ` NOPAT ` ` confidentialityCode ` element.
3427
28+ ## [ 2.1.1] - 2024-10-15
29+
30+ ### Fixed
31+
32+ * When mapping a ` Condition ` without an ` asserter ` , omit the ` Participant ` element within the XML.
33+ Previously this would raise the error "EhrMapperException: Condition.asserter is required" and send a
34+ failure to the requesting system.
35+ * When mapping a ` MedicationRequest ` without a ` recorder ` or ` requester ` , omit the ` Participant ` element within the XML.
36+ Previously this would raise the error "MedicationRequest ... missing recorder of type Practitioner, PractitionerRole
37+ or Organization" and send a failure to the requesting system.
38+
3539## [ 2.1.0] - 2024-10-14
3640
3741### Added
0 commit comments