Skip to content

Commit 2efd4f1

Browse files
Updated language to fairly reflect both the spec, and our implementation.
1 parent c51667b commit 2efd4f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10-
* When a transfer fails, the transfer should remain available in the db for at least 12 weeks, as per spec.
10+
* When a transfer fails, the transfer should remain available in the db for at least 12 weeks (84 days), as per spec.
1111
* When mapping a `DocumentReference` which contains a `NOPAT` `meta.security` or `NOPAT` `securityLabel` tag the resultant XML for that resource
1212
will contain a `NOPAT` `confidentialityCode` element.
1313
* When mapping `AllergyIntolerances` which contain a `NOPAT` `meta.security` tag the resultant XML for that resource

OPERATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The adaptor's database records:
266266
* metadata about the transfer process
267267

268268
The supplier MUST configure the `GP2GP_MONGO_TTL` variable to remove the database records
269-
after a reasonable time period. The specs say 12 weeks, so this is our suggestion.
269+
after a reasonable time period. The specs say 12 weeks (84 days), so this is our suggestion.
270270

271271
The adaptor's queued messages contain:
272272
* the patient's NHS number

0 commit comments

Comments
 (0)