Skip to content

Commit

Permalink
Add information about roles in the system
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Nov 7, 2023
1 parent 4b029bc commit 9d38437
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/User Guide/User Roles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# User roles
## Short overview
|Role|Description|
|----|-----------|
|Admin|Kind of superuser in the system. Can manage system, resources, practitioners, etc.|
|Receptionist|Can schedule/cancel appointments for the patient and manage their invoices.|
|Practitioner|Can manage their own appointments, questionnaires, and patient care.|
|Patient|Can see their own invoices and medical information related to them.|
## Modules by role
| Module | Admin | Receptionist | Practitioner | Patient |URL|
|---------------------|-|-|-------|--------------|--------------|---------|
| Invoices |||||https://emr.beda.software/invoices|
| [Services](HealthcareServiceManagement) |||||https://emr.beda.software/healthcare-services|
| Encounters |||||https://emr.beda.software/encounters|
| Patients |||||https://emr.beda.software/patients|
| Practitioners |||||https://emr.beda.software/practitioners|
| Questionnaires |||||https://emr.beda.software/questionnaires|
| Scheduling |||||https://emr.beda.software/scheduling|
| Patient's dashboard |||||https://emr.beda.software/ for the Patient|
## Demo Credentials
|Role|Login|Password|
|----|-----|--------|
|Admin|admin|password|
|Receptionist|receptionist|password|
|Practitioner|practitioner1/practitioner2|password|
|Patient|patient1/patient2|password|

0 comments on commit 9d38437

Please sign in to comment.