Skip to content

Commit 27bafbc

Browse files
author
Adrian Clay
authored
Add 2.2.0 to CHANGELOG.md (#1019)
1 parent 342f512 commit 27bafbc

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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-
149
### Added
1510
* When mapping a `DocumentReference` which contains a `NOPAT` `meta.security` or `NOPAT` `securityLabel` tag the resultant XML for that resource
1611
will contain a `NOPAT` `confidentialityCode` element.
@@ -29,7 +24,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2924
* When mapping `Immunizations` which contain a `NOPAT` `meta.security` tag, the resultant XML for that resource
3025
will contain a `NOPAT` `confidentialityCode` element.
3126

32-
## [2.1.4] - 2014-11-07
27+
## [2.2.0] - 2024-12-02
28+
29+
### Added
30+
* New endpoint added `POST /ehr-resend/<conversationId>` which will re-request the GP Connect structured record, and
31+
resend a newly generated EHRExtract to the requesting GP2GP system.
32+
This endpoint can be used when the requesting system asks that the sending system resends the medical record
33+
because of a temporary technical fault.
34+
The endpoint will only perform resends if the status of the transfer is `FAILED_INCUMBENT` or `FAILED_NME` including
35+
when a transfer hasn't been acknowledged by the requesting system for 8 days or more.
36+
37+
### Fixed
38+
* When mapping a `DiagnosticReport` which contains at least one test result with a `Specimen` attached,
39+
any test result's which didn't have a Specimen were previously not sent to the requesting system.
40+
Now, a fake `Specimen` is created in which any `Specimen`-less `TestResult`s are placed.
41+
42+
## [2.1.4] - 2024-11-07
3343

3444
### Fixed
3545

@@ -41,14 +51,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4151
contained XML characters.
4252
* Removed a 20 MB data processing limit which was causing large document transfers to fail.
4353

44-
## [2.1.3] - 2014-10-25
54+
## [2.1.3] - 2024-10-25
4555

4656
### Fixed
4757

4858
* Fix a malformed XML GP2GP message created when mapping a `MedicationRequest` with `intent` of `plan` and is stopped,
4959
but no free text reason for the discontinuation was provided.
5060

51-
## [2.1.2] - 2014-10-21
61+
## [2.1.2] - 2024-10-21
5262

5363
### Fixed
5464

0 commit comments

Comments
 (0)