Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
This adds the ability to scheduling patients for appointments then manage their flow through a clinic once they arrive for appointments. In simple terms, the module allows implementations to do the following:
Adding appointments on this module can be confusing for first time users of this module as it's not straightforward. So, to help you get started using this module, here are the steps you need to take in order to add an appointment -
In January 2015, a demo was given on the OpenMRS Developers call showcasing the latest features of the module. Links to a recording of that call can be found here:
Below an OpenMRS University how-to on YouTube (below) that explains how to use an earlier version of the module. This video explains the basics of the module from version 0.2.
The Appointment Scheduling Module uses OpenMRS's User Capabilities to control access to the module for individual users. These capabilities can be modified under System Administration → Manage Accounts.
By default, Admin users will have all available capabilities. Many capabilities provided by OpenMRS do not affect the Appointment Scheduling Module. Below you will find a list of all capabilities which affect
access to this module, and the functionality they provide to the user.
The following capabilities provide access to the associated pages inside the module -
Capabilities | Pages |
---|---|
Schedules Appointments |
|
Configures Appointment Scheduling |
|
Manages Provider Schedules |
|
Schedules and Overbooks Appointments |
|
Sees Appointment Schedule |
|
Here's a brief description of what each page does:
Page | Function |
---|---|
Manage Service Types | View, add, edit and remove types of services that are provided in an appointment. |
Manage Provider Schedule | View, add, edit and delete appointment blocks of providers. |
Manage Appointments | Search for a patient by ID or name and add or remove appointment(s) for him/her. |
Daily Appointments | View scheduled appointment for the specified date and location. |
Appointment Requests | Accept appointment requests made by others. |
Requirements
https://addons.openmrs.org/#/show/org.openmrs.module.appointmentscheduling
This module was developed by Ben Gurion University of the Negev students Tobin Greensweig (medicine), Yonatan Grinberg, and Adam Lauz (both Information Systems Engineering) in collaboration with MigrantHealth:IL and the Tel Aviv Refugee Clinic. The OpenMRS community contributed to the design and early development. The module was built based on the specifications and input from all parties involved so we hope it will be generalizable and usable by many organizations!
If you have any questions or would like to contribute to the project, please don't hesitate to ask!
The OpenMRS Project page: Appointment Module
9 Comments
Tobin Greensweig
If you are upgrading from v0.2: First delete the module, then run this SQL script, then reinstall the v0.3 or later.
ALTER TABLE appointment RENAME TO appointmentscheduling_appointment;
ALTER TABLE appointment_block RENAME TO appointmentscheduling_appointment_block;
ALTER TABLE appointment_block_type_map RENAME TO appointmentscheduling_block_type_map;
ALTER TABLE appointment_status_history RENAME TO appointmentscheduling_appointment_status_history;
ALTER TABLE appointment_type RENAME TO appointmentscheduling_appointment_type;
ALTER TABLE appointment_time_slot RENAME TO appointmentscheduling_time_slot;
DELETE FROM `openmrs`.`liquibasechangelog` WHERE `ID`='10000000-1000-appointment-appointment' and`AUTHOR`='yony258' and`FILENAME`='liquibase.xml';
DELETE FROM `openmrs`.`liquibasechangelog` WHERE `ID`='10000000-1000-appointment-block' and`AUTHOR`='yony258' and`FILENAME`='liquibase.xml';
DELETE FROM `openmrs`.`liquibasechangelog` WHERE `ID`='10000000-1000-appointment-block-type-map' and`AUTHOR`='dkayiwa' and`FILENAME`='liquibase.xml';
DELETE FROM `openmrs`.`liquibasechangelog` WHERE `ID`='10000000-1000-appointment-status' and`AUTHOR`='yony258' and`FILENAME`='liquibase.xml';
DELETE FROM `openmrs`.`liquibasechangelog` WHERE `ID`='10000000-1000-appointment-time-slot' and`AUTHOR`='yony258' and`FILENAME`='liquibase.xml';
DELETE FROM `openmrs`.`liquibasechangelog` WHERE `ID`='10000000-1000-appointment-type' and`AUTHOR`='dkayiwa' and`FILENAME`='liquibase.xml';
DELETE FROM `openmrs`.`global_property` WHERE `property`='appointment.started';
DELETE FROM `openmrs`.`global_property` WHERE `property`='appointment.mandatory';
DELETE FROM `openmrs`.`global_property` WHERE `property`='appointment.phoneNumberPersonAttributeTypeId';
DELETE FROM `openmrs`.`global_property` WHERE `property`='appointment.defaultTimeSlotDuration';
DELETE FROM `openmrs`.`global_property` WHERE `property`='appointment.manageAppointmentsFormTimout';
DELETE FROM `openmrs`.`global_property` WHERE `property`='appointment.defaultVisitType';
Thusoyaone Titi Tsholofelo
Tobin, is there where i need to make some further configurations for Appointment scheduling module.. For the visit type.
Tobin Greensweig
The configuration of the module is done on the "Settings" page that can be found on the administration page in OpenMRS. The appointment types (different from visit types) are configured from the Appointment types page in the module. Visits are part of OpenMRS and can be found on the OpenMRS administration page.
user-2d00b
Is this wiki referencing to the same module as in Appointment Module? If not, how do they differ?
I am looking for a module which provides REST API that I can call from a telephony application. Which one should I use?
user-115d7
How does a module like this compare with an appointment scheduling system like BookMyCity? (https://www.bookmycity.com/online-schedule-maker)
user-15209
I got
errors when using this module.Any workaround?
user-35feb
did you find a work around? We have the same problem.
user-35feb
Find the solution myself.
If you choose a Locale other then english, the system will add the the AM or PM or other things to the time string. It will mess up the parsing.
Change your locale to english, it solved our problem. Cost me a day.
user-35feb
I have a provider who is in my clinic everyday from 9:00-5:00. Is there a way to add provider schedule monthly to the same time slot?
I tried adding, i.e. Feb 17-March 3, then the provider available time slots have midnight slots.