-
Notifications
You must be signed in to change notification settings - Fork 3
NPA-5537: Add Default Legal Basis #264
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
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8a90c8a
NPA-5537: Add Default Legal Basis
LeoKHoward f8bbe3b
NPA-5537: Add new legal basis specs
LeoKHoward bc396be
NPA-5537: Sandbox formatting
LeoKHoward 9438ef6
NPA-5537: Test formatting
LeoKHoward 24f7d7c
NPA-5537: Removed excess scenarios
LeoKHoward a0dd7be
Merge branch 'master' into task/NPA-5537/default-legal-basis
LeoKHoward be584fb
NPA-5537: Updated postman spec
LeoKHoward a786693
NPA-5537: removed error speech mark
LeoKHoward e8e1c6a
NPA-5537: removed error speech mark and ran tests
LeoKHoward b33c385
NPA-5537: EB comments
LeoKHoward 9979552
NPA-5537: EB comments 2
LeoKHoward 14e0960
NPA-5537: add block back in
LeoKHoward 078c031
NPA-5537: update button
LeoKHoward f95b059
NPA-5537: update button link
LeoKHoward 4041444
NPA-5537: update button link again
LeoKHoward 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
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
60 changes: 60 additions & 0 deletions
60
.../examples/responses/GET_Consent/single-mother-child-relationship-unknown-legal-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,60 @@ | ||
| ConsentSingleAdultChildRelationshipUnknownLegalBasisBundle: | ||
| summary: Single adult-child proxy relationship with unknown legal basis | ||
| description: A Bundle containing a single proxy relationship between an adult and child where the legal basis is unknown | ||
| value: | ||
| resourceType: Bundle | ||
| timestamp: '2020-08-26T14:00:00+00:00' | ||
| total: 1 | ||
| type: searchset | ||
| link: | ||
| - relation: self | ||
| url: https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/Consent?performer:identifier=9000000111 | ||
| entry: | ||
| - fullUrl: https://api.service.nhs.uk/validated-relationships/FHIR/R4/Consent/AF974742 | ||
| resource: | ||
| resourceType: Consent | ||
| id: AF974742 | ||
| status: active | ||
| scope: | ||
| coding: | ||
| - system: 'http://terminology.hl7.org/CodeSystem/consentscope' | ||
| code: patient-privacy | ||
| display: Privacy Consent | ||
| text: Patient Privacy Consent | ||
| category: | ||
| - coding: | ||
| - system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' | ||
| code: INFA | ||
| display: Information Access | ||
| text: Information Access Consent | ||
| patient: | ||
| identifier: | ||
| system: 'https://fhir.nhs.uk/Id/nhs-number' | ||
| value: '9000000119' | ||
| dateTime: '2024-07-21T17:32:28Z' | ||
| performer: | ||
| - identifier: | ||
| system: 'https://fhir.nhs.uk/Id/nhs-number' | ||
| value: '9000000111' | ||
| policy: | ||
| - authority: https://www.england.nhs.uk | ||
| uri: REPLACE_WITH_LINK_TO_PUBLISHED_NATIONAL_PROXY_STANDARD | ||
| code: unknown | ||
| display: Unknown legal basis | ||
| provision: | ||
| actor: | ||
| - reference: | ||
| identifier: | ||
| system: https://fhir.nhs.uk/Id/nhs-number | ||
| value: '9000000111' | ||
| type: RelatedPerson | ||
| role: | ||
| coding: | ||
| - code: unknown | ||
| display: Unknown | ||
| system: https://fhir.nhs.uk/CodeSystem/proxy-legal-basis | ||
| period: | ||
| start: '2025-02-11' | ||
| end: '2026-02-11' | ||
| search: | ||
| mode: match |
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
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.
Uh oh!
There was an error while loading. Please reload this page.