File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## Added
10- * When mapping a ` DiagnosticReport ` which contains a ` TestResult ` without a ` Specimen ` attached to it, a new ` Specimen ` is
11- created to allow the ` TestResult ` to be mapped correctly.
9+ ### Fixed
10+ * When mapping a ` DiagnosticReport ` which contains at least one test result with a ` Specimen ` attached, any test result's which didn't have a Specimen
11+ were previously not sent to the requesting system.
12+ Now, a fake ` Specimen ` is created in which any ` Specimen ` -less ` TestResult ` s are placed.
13+
14+ ### Added
1215* When mapping a ` DocumentReference ` which contains a ` NOPAT ` ` meta.security ` or ` NOPAT ` ` securityLabel ` tag the resultant XML for that resource
1316 will contain a ` NOPAT ` ` confidentialityCode ` element.
1417* When mapping ` AllergyIntolerances ` which contain a ` NOPAT ` ` meta.security ` tag the resultant XML for that resource
@@ -28,7 +31,7 @@ created to allow the `TestResult` to be mapped correctly.
2831
2932## [ 2.1.4] - 2014-11-07
3033
31- ## Fixed
34+ ### Fixed
3235
3336* When mapping an ` Observation ` related to a diagnostic report which does not contain a ` code ` element, the adaptor will
3437 now throw an error reporting that an observation requires a code element and provide the affected resource ID.
You can’t perform that action at this time.
0 commit comments