-
Notifications
You must be signed in to change notification settings - Fork 1
NPA-6154: Change the spec and Postman #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ChristopherBacon
merged 21 commits into
master
from
task/NPA-6154/regulatory-basis-extension
Feb 13, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c51cca4
NPA-1654: Update responses, from GET and POST Consent responses
ChristopherBacon 3700478
NPA-6154: Put back in the role from the actor object
ChristopherBacon f7fe3e6
NPA-6154: Change the replace legal basis to regulatory basis
ChristopherBacon c53e8c6
NPA-6154: Changes to the Postman collections
ChristopherBacon 16a985b
NPA-6154: Round 2 Postman collection updates
ChristopherBacon 6c084bb
Merge branch 'master' into task/NPA-6154/regulatory-basis-extension
ChristopherBacon 9b90f80
NPA-6154: Formatting extension issues
ChristopherBacon 09880d3
NPA-6154: Spec fixes
ChristopherBacon 143323e
NPA-6154: File Change for breaking spec
ChristopherBacon 2b6ec58
NPA-6154: Updated spec changes
ChristopherBacon b17f8e2
NPA-6154: Commented changes removing roles
ChristopherBacon 9a8fc92
NPA-6154: remove performer
ChristopherBacon 9658df9
NPA-6154: Remove performer blocks from Integration
ChristopherBacon 63ab835
Merge branch 'master' into task/NPA-6154/regulatory-basis-extension
ChristopherBacon 2a0662a
NPA-6154: Update the Sandbox tests
ChristopherBacon cc513f8
NPA-6154: Format python
ChristopherBacon fb3f346
NPA-6154: Formatting the python file
ChristopherBacon 2277117
Merge branch 'master' into task/NPA-6154/regulatory-basis-extension
LeoKHoward 8e4143b
NPA-6154: Update date for the Postman collections
ChristopherBacon 5729187
Merge branch 'task/NPA-6154/regulatory-basis-extension' of https://gi…
ChristopherBacon a8d90d4
NPA-6154: Remove final provision.actor. role
ChristopherBacon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10050,4 +10050,4 @@ | |
| "value": "" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11554,4 +11554,4 @@ | |
| "value": "https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
specification/examples/requests/PATCH_Consent/replace_legal_basis.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
specification/examples/requests/PATCH_Consent/replace_regulatory_basis.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| ReplaceRegulatoryBasisRequest: | ||
| summary: Replace regulatory basis | ||
| description: payload used to add a new actor (regulatory basis) to the consent provision | ||
| value: | ||
| - op: add | ||
| path: /extension/- | ||
| value: | ||
| - url: "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.regulatoryBasis" | ||
| valueCodeableConcept: | ||
| coding: | ||
| - system: "https://fhir.nhs.uk/England/CodeSystem/England-NHSProxyLegalBasis" | ||
| code: court-appointed-personal-welfare-deputy | ||
| display: Court appointed personal welfare deputy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove role