Open JRRoof opened 1 year ago
We will need assistance from the SPL team to configure the test data.
Could not reproduce issue. User is correctly dropped into the DS flow as expected.
VAS Setup: Cheyenne Audiology Set Yes Last Seen within 36 mos.
PatientTen > Audiology > Cheyenne VAMC
2 out of 6 clinics returned have patientDirectScheduling
= true
Only Wheaton Audiology was visited in the past 36months
Could not reproduce issue. User not eligible for DS or Request because of there hasn’t been a recent visit in the last 12 months
VAS Setup: Ft. Collins Audiology Set Yes Last Seen within 12 mos. Kidys > Audiology > Ft. Collins
{
"decisionDate": "2024-11-21T22:06:42.162855692Z",
"clinicalServiceId": "audiology",
"type": "direct",
"eligible": false,
"ineligibilityReasons": [
{
"coding": [
{
"code": "patient-history-insufficient",
"display": "patient history requirements not met"
}
]
}
],
"id": "13e0"
}
User eligible for direct schedule but put into request flow because there were no clinics returned
VAS Setup: Ft. Collins MOVE Program Set Yes Any Veteran (no history requirement). Judy Morrison > MOVE Program >ft Collins
User eligible for direct schedule
https://staging-api.va.gov/vaos/v2/eligibility?facility_id=983GC&clinical_service_id=moveProgram&type=direct
{
"decisionDate": "2024-11-21T21:14:20.397196282Z",
"clinicalServiceId": "moveProgram",
"type": "direct",
"eligible": true,
"id": "fe62"
}
But diverted into request flow because there were no clinics returned
https://staging-api.va.gov/vaos/v2/locations/983GC/clinics?clinical_service=moveProgram
{
"data": []
}
@cferris32 confirmed that the clinic api call are straight passes through from VAOS Service.
Also posted a question in the Appointment-Team slack for confirmation that there are no Ft. Collins clinic configured for direct schedule for the MOVE program
Summary
Patient is being put into the request flow when scheduling an appointment even though the clinic is configured to allow direct scheduling and the patient meets the requirements for direct scheduling
Specs
Steps to Reproduce Scenario 1
Test User: Patientten.vaostest@id.me Setup: CCM Cheyenne Audiology Set Yes Last Seen within 12 mos.
Patient has past audiology appointment: Wht Audio Var2 10/26/2022@11:00 Checked Out
Actual Result
Veteran dropped into Request flow and not given option to direct schedule. Backend calls show direct scheduling eligibility = true and returns a clinic that is configured for direct scheduling.
Private Zenhub Image
Desired Result
Veteran dropped into Direct Schedule flow and Friendly Name Audiology displays to veteran for direct scheduling
Steps to Reproduce Scenario 2
Test User: kidys.b.quankep@id.me Setup: CCM Cheyenne Audiology Set Yes Last Seen within 12 mos.
Patient has past audiology appointment: Chy Audiology 10/15/2021@08:00 Checked Out
Actual Result
Veteran dropped into Request flow and not given option to direct schedule. Backend calls show direct scheduling eligibility = true and returns a clinic that is configured for direct scheduling.
Private Zenhub Image
Desired Result
Veteran dropped into Direct Schedule flow and Friendly Name Audiology displays to veteran for direct scheduling
Definition of Done
How to configure this issue
vaos
)backend
,frontend
,design
,product
)Bug