As part of the Oracle Health direct scheduling effort, we need to add a screen to the direct scheduling workflow that allows users to choose a provider. This initial work, will not include all of the gating criteria as outlined in the Figma workflow document but will focus on displaying the initial list of providers that a user has an established relationship with.
The new endpoint (/relationships) returns an object containing patient/provider relationships and takes both facilityId and typeOfCareId as optional parameters.
Description
As part of the Oracle Health direct scheduling effort, we need to add a screen to the direct scheduling workflow that allows users to choose a provider. This initial work, will not include all of the gating criteria as outlined in the Figma workflow document but will focus on displaying the initial list of providers that a user has an established relationship with.
A new endpoint and mocks are currently being added in https://github.com/department-of-veterans-affairs/va.gov-team/issues/89641.
The new endpoint (
/relationships
) returns an object containing patient/provider relationships and takes bothfacilityId
andtypeOfCareId
as optional parameters.Here's an example response:
Development Checklist
Background: the
va_online_scheduling_OH_direct_schedule
toggle is onand established providers have availability within the next 13 monthsTHEN resume the existing direct scheduling flowDesign Assets
Definition of Done
Cypress e2e tests are updated