Skip to content

Commit

Permalink
Updated language to fairly reflect both the spec, and our implementat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
stevenmccullaghmadetech committed Dec 6, 2024
1 parent c51667b commit 2efd4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
* When a transfer fails, the transfer should remain available in the db for at least 12 weeks, as per spec.
* When a transfer fails, the transfer should remain available in the db for at least 12 weeks (84 days), as per spec.
* When mapping a `DocumentReference` which contains a `NOPAT` `meta.security` or `NOPAT` `securityLabel` tag the resultant XML for that resource
will contain a `NOPAT` `confidentialityCode` element.
* When mapping `AllergyIntolerances` which contain a `NOPAT` `meta.security` tag the resultant XML for that resource
Expand Down
2 changes: 1 addition & 1 deletion OPERATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ The adaptor's database records:
* metadata about the transfer process

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

The adaptor's queued messages contain:
* the patient's NHS number
Expand Down

0 comments on commit 2efd4f1

Please sign in to comment.