Skip to main content

Appointment Request Wizard


The Appointment Request Wizard creates an appointment request for the current patient.

info

If the selected patient or coverage does not meet request requirements, the app displays a mismatch message and redirects to the Home screen.


Workflow

Step 1: Select date, time, and location

Define availability and visit context.

Step 2: Enter request details

Provide required medical and logistical information.

Step 3: Confirm and submit

Review all data and submit the request.

Validation

  • Check eligibility before submission.
  • Enforce visit-type constraints.
  • Block submission on missing required data.
  • Redirect to Home on critical mismatch.
  • Preserve data between steps.
  • Allow backward navigation.
  • Submit only from confirmation.

SDK Behavior

ElementDescription
Entry PointLaunch the wizard for the selected patient.
State ManagementPersist user input across steps.
ValidationExecute eligibility and visit-type checks before submission.
NavigationReturn to Home on critical validation failure.
SubmissionTrigger request creation after confirmation.