Activity Model - SENG-350-2024-fall/Team-11 GitHub Wiki
Specify the major process activity of your application with an activity diagram with regions (swim lanes).
Please add a textual explanation (not just the diagram).
Activity Model for Mister Ed System
This Swimlane Activity Diagram outlines the flow of activity, showing how a patient interacts with the system, how the system manages data, and how healthcare providers such as a GP Clinic or Nurse interacts with the patient.
First, the patient logs in to the system and their credentials are verified in an authentication process. Then, they are prompted to complete the virtual triage process by entering symptoms and medical history. After the virtual triage is submitted, the ED system generates potential care options and displays them for the patient. Then, the patient selects from the provided care options.
If the patient chooses to visit the emergency department, the system confirms this selection and notifies the patient with details such as directions and wait time for the visit.
If an alternate care option is provided, such as speaking to a Nurse or visiting a Primary Care Clinic, the care provider receives the referral, and contacts patient with the relevant contact information and/or directions. Then, the clinic or nurse updates the patient records in the ED system with visit details or follow up information.