Skip to content

Commit 87ddbe7

Browse files
committed
documentation update
1 parent d619d80 commit 87ddbe7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Fixed
1010

1111
* Prevent duplicate processing: after a medication request is processed, the system no longer pulls a subsequent non‑consultation item based on the same request.
12+
* When DiagnosticReport doesn't contain a Specimen or Observation reference, instead of "DUMMY" "NOT-PRESENT" value is used
1213

1314
### Added
1415
* The GP2GP Adaptor now validates references inside condition objects to test whether they actually exist. Otherwise, the bundle is rejected.
@@ -18,9 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1819
* The GP2GP Adaptor now throws an exception when the Access Structure Record is empty, thereby rejecting the transfer
1920
* The GP2GP Adaptor now throws an exception when the XML is not valid, thereby stopping the transfer from going forward
2021

21-
### Fixed
22-
* When DiagnosticReport doesn't contain a Specimen or Observation reference, instead of "DUMMY" "NOT-PRESENT" value is used
23-
2422
### Update
2523

2624
* [GP Connect 1.6.1] The GP2GP Adaptor is now able to identify e-referrals by using either `https://fhir.nhs.uk/Id/ubr-number` or `https://fhir.nhs.uk/Id/UBRN` when provided as an identifier system URL.

OPERATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can provide an external `logback.xml` file using the `-Dlogback.configuratio
2828

2929
### Database Configuration Options
3030

31-
The adaptor requires a Mongodb-compatible database of at least version 4.0 to manage its internal state.
31+
The adaptor requires a Mongodb-compatible database of at least version 5.0 to manage its internal state.
3232
MongoDB provides [a table of compatible versions of their product against the java driver version][mongodb-compatible-versions].
3333

3434
[mongodb-compatible-versions]: https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/#compatibility-table-legend

0 commit comments

Comments
 (0)