Skip to content

[RAA-8353]-[]-[isSpoa flag on response for service endpoints]-[DW] - #2863

Open
dbgwilliamsnhs wants to merge 1 commit into
developfrom
feature/RAA-8353
Open

[RAA-8353]-[]-[isSpoa flag on response for service endpoints]-[DW]#2863
dbgwilliamsnhs wants to merge 1 commit into
developfrom
feature/RAA-8353

Conversation

@dbgwilliamsnhs

Copy link
Copy Markdown
Contributor

Summary

  • Routine Change
  • ❗ Breaking Change
  • 🤖 Operational or Infrastructure Change
  • ✨ New Feature
  • ⚠️ Potential issues that might be caused by this change

Add any other relevant notes or explanations here. Remove this line if you have nothing to add.

Reviews Required

  • Dev
  • Test
  • Tech Author
  • Product Owner

Review Checklist

ℹ️ This section is to be filled in by the reviewer.

  • I have reviewed the changes in this PR and they fill all or part of the acceptance criteria of the ticket, and the code is in a mergeable state.
  • If there were infrastructure, operational, or build changes, I have made sure there is sufficient evidence that the changes will work.
  • I have ensured the changelog has been updated by the submitter, if necessary.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a “Single Point of Access” indicator to service responses across STU3 (extension + sandbox fixtures) and introduces an R4 coding to represent the same concept in HealthcareService.

Changes:

  • STU3: add singlePointOfAccess boolean extension definition to Extension-eRS-ServiceSummaryView.
  • R4: add eRS-ServiceAccessType coding with SINGLE_POINT_OF_ACCESS to eRS-HealthcareService.
  • Sandbox STU3 fixtures: include "url": "singlePointOfAccess" / "valueBoolean": false in patient service search responses.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
specification/components/stu3/schemas/extensions/Extension-eRS-ServiceSummaryView.yaml Adds the STU3 extension schema element for singlePointOfAccess.
specification/components/r4/schemas/eRS-HealthcareService.yaml Extends the R4 HealthcareService coding schema with eRS-ServiceAccessType.
sandbox/src/mocks/stu3/patientServiceSearch/responses/WithIndicativeAppointmentWaitTime.json Updates STU3 sandbox response fixture to include singlePointOfAccess.
sandbox/src/mocks/stu3/patientServiceSearch/responses/TriageAndAppointmentRequestType.json Updates STU3 sandbox response fixture to include singlePointOfAccess.
sandbox/src/mocks/stu3/patientServiceSearch/responses/FetchServiceListWithSingleService.json Updates STU3 sandbox response fixture to include singlePointOfAccess.
sandbox/src/mocks/stu3/patientServiceSearch/responses/FetchServiceListWithMultipleServices.json Updates STU3 sandbox response fixture(s) to include singlePointOfAccess across multiple service entries.
sandbox/src/mocks/stu3/patientServiceSearch/responses/AdviceServiceSearch.json Updates STU3 sandbox response fixture to include singlePointOfAccess.

Comment on lines +191 to +194
display:
enum:
- Single point of access
example: Single point of access
Comment on lines 79 to 85
{
"url": "referralLetterRequired",
"valueBoolean": true
}, {
"url": "singlePointOfAccess",
"valueBoolean": false
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants