The main goal of this project is to explore SvelteKit and PocketBase. I hypothesize that these two are perfect for personal projects.
What is perfect for personal projects:
All Use Cases can only be executed after the Health Professional has authenticated with an email and password
Note: this project is a proof-of-concept. The use cases described here are not meant to represent real-life cases but for practicing software design in a fictional context
For every new Patient, the Health Professional must record the Patient's anamnesis (Medical History). The Health Professional asks specific questions to understand the Patient's complaints to start the diagnosis and treatment plan.
The anamnesis (in this project) must contain the following information:
After authenticating, the Health Professional must see the following page:
This screen covers the Display next sessions use case
TBD