The customer, the owner of a small medical clinic and doctor service, wanted a solution to the task of scheduling numerous house calls. A group of doctors is regularly visiting patients at their homes, nursing homes, and hospitals. The administrators assign each of the doctors up to 12 patients to visit every day. The goal was to make the planning work easier, save their time, and reduce errors.
The new custom standalone system needed to be synchronized with existing Electronic healthcare records (EHRs). These are real-time records that contain patients’ medical history, diagnoses, medications, treatment plans, immunization dates, allergies, radiology images, and laboratory and test results in a digital format. EHRs allow physicians and other authorized users to access this information instantly and securely. The synchronization of the two systems would allow the customer’s clinic and doctors to use patient information that is constantly updated by other healthcare providers.
The customer also required a handy application to help doctors manage their schedules, optimize their travel to the patients, and provide relevant medical information on each patient when the doctor is on a house call. The application should perform smoothly on a smartphone or tablet regardless of the Operation system.
Based on these requirements, Onix, as a part of the online booking system development services, started developing user flows for two categories of users:
Clinic and other administrators that need to manage doctors, patients, and house calls;
Physicians that need to manage their scheduled house calls, drive to each patient’s facility using the optimal route, and access detailed patient information on a mobile device.
The resulting application has two interfaces and respective sets of functionalities:
This web application combines a mini-CRM (Customer Relationship Management) and Protected health information (PHI) functions.
The patient information enters the system in two ways: from EHR, and if a patient is not on EHR, administrators add them manually. All patient data is encrypted on the server.
The administrators manage the patients’ information and create schedules for the doctors.
The PWA functions in lieu of a native mobile application. It provides info about scheduled house calls and allows doctors to retrieve each patient’s history and past house calls data. A Scheduler integrated with Google Maps facilitates the doctor’s travel to each patient’s location.
The application’s highlight is the Scheduler. Administrators plan the doctors’ house calls, and the algorithm builds the doctors’ daily routes based on multiple factors:
This scheduling algorithm is integrated with Google Maps to determine the optimal route to each patient’s home. The PWA also can cache information and ensure uninterrupted work even when the network signal is poor.
All users log in to the system using a username and password.
Using the application, administrators can:
A doctor installs the PWA on their smartphone or tablet and uses it to:
Typically, a doctor logs in, views the route for the day, and contacts the patients to confirm their house calls. Then, the doctor starts the route, drives to each patient, and, once completed, marks the house call in the application. So the doctor visits all patients on their list, using directions from the app, consulting the electronic medical records, making notes, and tracking the number of visited patients. At the end of the route, all the information automatically becomes available for administrators to review.
The admin side of the application was developed quickly using templates, which also allowed to reduce the initial cost of the demo:
Building the Scheduler that calculates the doctors’ daily routes using various parameters presented the main challenge for the team.
New features were gradually included in several releases of the product so that the end-users could test it in the process.
The technologies stack included Angular and TypeScript on the frontend and PHP and Python for the backend.
The design was prepared by Onix’s designers who studied similar EHR and CRM systems and navigation/delivery applications as a reference. Sketch was used to make the wireframes, and upon the customer’s approval, high-fidelity interactive prototypes were created in Invision.
The customer’s main requirement was simplicity. This not only saves the budget for the user interface design but provides the basis for excellent user experience. The resulting minimalist interface helps both administrators and doctors to concentrate on their job. Particularly, it helps the doctors access and perceive important medical information and directions faster. There are no showy colors or fancy elements that could divert their attention either.
#459BF6
#028F68
#869fAC
#0C0D0E
Open Sans Bold
Open Sans Semibold
Open Sans Regular
Gilroy ExtraBold
The clinic staff liked the intuitive tool for their administrative tasks and the straightforward and fast scheduling system.
The doctors are happy with having the daily plans and routes always at their fingertips. They also appreciated the ability to see the workload for an entire month.
The customer is satisfied with the solution and keeps adding features.
The fast-working system may be useful for any institution that sends physicians to visit patients at home or other facilities.
The Scheduler algorithm has potential for application in logistics, e.g., for route planning by delivery companies. Basically, this solution is ready for use by any delivery company as is, but it can also be used as a framework and be customized for specific delivery needs.
The progressive web application can be replaced with a native application for iOS or Android or written in Flutter or React Native.