Skip to content

Commit 364e902

Browse files
author
Adrian Clay
authored
Improve the Specimenless fix description in CHANGELOG.md (#1007)
1 parent 7907883 commit 364e902

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)