Implement a systematic flow for enrolling a new Patient
First, Determine a UI/UX flow, from selecting to create a new Patient in Dashboard, to actually enroll the patient.
System flow:
- Client initiates enrolling new patient
- Client inputs key information. (Username, etc)
- Client sends information to API
- API create a new enrollment token with information.
- API sends enrollment token to Client
- Practitioner on client, should share the enrollment token to patient.
Implement a systematic flow for enrolling a new Patient
First, Determine a UI/UX flow, from selecting to create a new Patient in Dashboard, to actually enroll the patient.
System flow: