Appointments Scheduling Module
- Sruti Sridhar
- Mihir Shrestha
- Angshuman Sarkar
The Appointment Scheduling feature will be available from release 0.90.
The appointment scheduling module is for enabling the users to primarily Create and Manage Appointments across services and providers. The links below will provide the steps to configure and set up the appointment scheduling module for an implementation. You will find the steps to use the module in the user guide here.
- Set up Services & Specialities
- Manage Appointments
- Configure Views of Appointments
- User Roles and Privileges for Appointment Scheduling
- Integration Points
- Appointment Request
- Configuration to enable SMS alerts for Appointments
- Setup Teleconsultation Feature
Appointment Scheduling app onto Bahmni Clinical Home Page is configured through the following extension in "extension.json" of home as configured here.
"appointmentScheduling": { "id": "bahmni.appointment.scheduling", "extensionPointId": "org.bahmni.home.dashboard", "type": "link", "translationKey": "MODULE_LABEL_APPOINTMENT_SCHEDULING_KEY", "url": "../appointments", "icon": "fa fa-calendar", "order": 14, "requiredPrivilege": "app:appointments" }
Also, please note that you may have to specify your user's permissions to allow appointment scheduling. To grant the user permission, please head over to your OpenMRS settings, then in manage users, type in your user, and grant it the permissions "appointmentmanage" and "appointments:fullaccess."
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)