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.
Navigation
- Preserve data between steps.
- Allow backward navigation.
- Submit only from confirmation.
SDK Behavior
| Element | Description |
|---|---|
| Entry Point | Launch the wizard for the selected patient. |
| State Management | Persist user input across steps. |
| Validation | Execute eligibility and visit-type checks before submission. |
| Navigation | Return to Home on critical validation failure. |
| Submission | Trigger request creation after confirmation. |