This example walks you through modeling a hospital’s patient portal. You’ll see how the tool helps define the distinct, secure roles for both patients accessing their information and doctors managing patient data, ensuring a well-structured and easy-to-understand system design.
Describe the System Domain
We start with a simple description of a patient portal, defining the key actors (Patient, Doctor) and their main functions.
Generate the Initial Diagram
The AI generates a clear diagram showing the distinct roles and actions for each actor based on the description.
Refine Diagram with AI
After refining, the AI identifies a necessary shared action: both users must log in to access the system. It adds “Log In” and connects it as an included step for both primary use cases.