A Django site.
April 3, 2008
» New hospital


The last few weeks we have been working to keep the momentum from Hamish’s visit to Malawi in early February going by laying the groundwork for a rollout of the touchscreen-based Patient Registration / Patient Diagnosis Module.

Work had already begun in late 2007 as I travelled up to Lilongwe to work with Mike McKay and the team at Baobab to build the Patient Registration component of the system. We took the basic structure of Baobab’s existing registration module, which was integrated into their ART system and based on Version 1.0 of the OpenMRS datamodel, and rebuilt it as a standalone module writing directly to OpenMRS Version 1.1. We were able to make this application work side-by-side with our current implementation of the PIH EMR in Malawi. Since then we have been using it for creating the patients in our backlog of ART data, taking advantage of the unique National ID number that the application generates. Baobab has already issued id numbers for more than 500,000 patients in Malawi, or roughly 4% of the country’s 13 million people.

Going forward our intention is to fix a few remaining bugs in Patient Registration so that it is ready for real-time use at Neno Rural Hospital, and add the Patient Diagnosis component to capture the primary and secondary diagnosis, treatment prescribed and clinician comments. In the existing workflow at the hospital, clinicians record the diagnosis in the patient’s medical passport, a data clerk transcribes the information into the ‘Outpatient Register’, one of the many medical registries issued by the Ministry of Health, and the patient proceeds to the Pharmacy. To create a smooth transition, we intend to add the Patient Registration / Patient Diagnosis module as an intermediate step between the clinical visit and the paper registry. Once the hospital staff grows accustomed to the new electronic systems, we hope to modify the workflow slightly so that clinicians can record the diagnosis information directly during the consultation.

Our next steps include:

1.) Demonstration of the existing Patient Registration module to Ministry of Health staff working at Neno Rural Hospital

2.) Generating a list of diagnoses and prescriptions common to Neno

2.) Working with Baobab Developers to write the remaining code for the Patient Diagnosis module

3.) Interior and exterior renovations at the hospital to create the Patient Registration area

4.) Creating a wireless network link between the hospital, our offices at the Neno District Assembly, other offices, and our warehouse in Neno

The final details of our plans for Patient Registration / Patient Diagnosis are falling into place, and we are excited about the prospect of having the system up and running at Neno Rural Hospital sometime in the next few months. In the meantime we are also busy entering the existing data for ART patients at Neno Rural Hospital, and planning for a more robust integration of Baobab’s Ruby on Rails interface within OpenMRS.

Patient queue

 

Patients queue to have their diagnoses recorded in the Outpatient Register at Neno Rural Hospital

Concept

A room adjacent to the existing registration area will be converted to allow data clerks to register patients and record diagnoses using the new Patient Registration / Patient Diagnoses module.

 Pharmacy

A pharmacy technician fills prescriptions at Neno Rural Hospital. The Patient Diagnoses module will allow clinicians to print labels for prescriptions during the consultation, eventually this could be linked to a wharehouse/pharmacy stock management system.

New hospital

Patients queue at the Outpatient Register; construction of the new Neno District Hospital is visible in the background. Neno District Hospital is scheduled to open midyear, dramatically improving access to inpatient care for residents of Neno District.

February 12, 2008
» PIH EMR plans in Malawi


I just returned from a 10 day visit to Malawi to finalize plans for the EMR system for the newest PIH hospitals and clinics in Neno. The clinic there belongs to the Malawian government and we have been partnering with them and the Clinton-Hunter Foundation initiative to build a new hospital and build or renovate several smaller clinics in the area. Neno is in the hills of southern Malawi about 90 minutes drive from the main Lilongwe to Blantyre road, and has a post office, a large market and a local government building as well as the clinic. PIH is providing primary care currently with three expat physicians as well as local nurses and other healthcare worker (Malawi has about the lowest number of physicians per head in the world). We are also running an HIV clinic and have several hundred patients on ARV treatment at present. The site has stable power from the grid, and Satellite Internet access set up by PIH.

Malawi is not new to the EMR business, Baobab Health Partnership (www.baobabhealth.org) led by Gerry Douglas have been working there for 7 years and have deployed innovative touch screen electronic data systems in hospitals in Lilongwe and Blantyre. Baobab have recently re-factored their system to run on the OpenMRS data model using Ruby on Rails as the development environment. This has given us the opportunity to explore using their well developed interface and workflow tailored to the Malawi health system while also using all the tools of OpenMRS and the strength of the OpenMRS collaborative. Our plan is to start with a simple patient registration system that prints out a bar coded patient ID card and link that with a tool to allow the physicians to code the patient diagnoses. We will the adapt the Baobab touch screen HIV data capture module to the PIH forms and add a third module for socio-economic data. Initially the two systems are running side by side on the same instance of MySQL but we are exploring the creation of an API to allow Ruby to talk to the OpenMRS middle layer and so become a robust development environment for new forms and interfaces. One of the current SSOC students, Jeff is working with Baobab on an initial version of these tools. More soon…