-
Notifications
You must be signed in to change notification settings - Fork 0
User Programs
Patients can be enrolled to available programs. That means that they could be taken care of within the program, with systemized period of treatment or medication.
Access to the "Programs" module is available from the dedicated widget on the patient’s dashboard.
Clicking the "+" icon shows a dropdown with the available programs. The user can choose the desired program and enroll the patient to it.
Note: The "+" icon is not displayed if the patient is already enrolled to a program.
The “Enroll” button sends the user to the program page, where the details can be provided.
This “Enroll” button opens the applicable fields, ready to fill-in.
There are a few limitations to the mentioned fields while providing information.
- Enrollment date cannot be set to the future
- Enrollment location can only be the place the user is assigned to
- Program medication consist of a set of medication
- Program status:
- On treatment – implies patient’s active status in the program
- Not on treatment – implies patient’s non-active status in the program
- Treatment completed - implies patient’s non-active status in the program
After enrolling the patient with “Not on treatment” or “Treatment completed” status, the user will have the possibility to enroll the patient again to the program since those statuses imply participation completion.
Note: The date of enrolling to the program in this situation will be limited between the previous enrollment date and the performing activity date.
After enrolling patient to the program with “On treatment” status, the actual program information is displayed and editable by the pencil icon. Completed programs information is editable as well.
Note: The active program is displayed on the recent position on previous history section as well.
Information about programs enrollment is displayed on the dedicated widget.
Note: A patient can be enrolled to only one program at a time, so the "+"" icon won’t be available if the patient is already enrolled.
ADMIN GUIDE
Configuration
Modules
FAQ
USER GUIDE
Modules
DEVELOPER GUIDE