Skip to main content

Home Visit Out of Range


Use Home Visit Out of Range when the selected doctor cannot attend the specified address.

The patient must select another doctor.



This screen includes:

#ElementDescription
1Availability messageStates that the doctor cannot attend the address
2OK actionReturns the patient to doctor selection
3Close actionDismisses the popup

Workflow

  1. Validate the selected doctor against the specified address.
  2. Detect that the address is outside the doctor’s service area.
  3. Call PUT /api/v3/appointments/book/error/home-out-of-range.
  4. Display the Home Visit Out of Range popup.
  5. Select OK.
  6. Return to doctor selection.

Validations

ScenarioApp behaviorSDK output
Address is outside the doctor’s service areaDisplay the popupPage object
Doctor can attend the addressContinue the appointment requestNo error page
Request returns 405Display an application errorError response
Session is invalidReject the requestAuthentication error

Actions

ScenarioApp behaviorSDK output
OK selectedReturn to doctor selectionNavigation event
Close selectedDismiss the popupClose event

Endpoint Resources

Home Out of Range

PUT 

v3/appointments/book/error/home-out-of-range

Returns a popup when the selected doctor cannot attend the specified address.