Sunday 21 August 2011

Why OpenMRS?



(Published in 2011)

I have made up my mind to adapt an opensource software as my final MSc project. Then the question was what is the best open-source software that I can use to achieve the goals of my project. I have gone through several available options and finally, I decided to go for OpenMRS. The strategic and personal reasons that made me come to the conclusion are listed below.

OpenMRS is based on Java Enterprise Edition. I have been studying and practising JEE in the recent past and I have very good faith in its capabilities. Java Persistence API is a very useful technology and it is used in openMRS to connect to the database. MySQL, which is commonly used as the database is also very familiar to me.

Modular Based
Grater Popularity
Good Community Support
Robust data Model
Scalability
Expandability
Comply with health standards



Adapting Open Source Vs Build From Scratch


(Published in 2011)

At the onset, I was planning to develop an Electronic Health Record System from scratch. I have been developing medical software for six years and there is one electronic health record system developed by myself that is practised by five general practitioners in Sri Lanka. I have been improving the system design depending on the feedback and I had only to develop cording in Java. When I presented my project proposal in front of my supervisor, they thought that is a project for the lifetime and advised me to customize or develop a module for OpenMRS instead of developing one by myself. I am comparing the methodology of adopting open-source software and developing one from scratch.

Flexibility


The chances that I can build the relevant solution without many compromises is more when I develop it. If I adopt another system, there may be some essential features that is missing and difficult to add on in the already available system whereas there may be several features that need not be there according to system analysis.

For example, when adding details of an encounter, the observations needed to be categorized to categories and subcategories. That feature was missing on OpenMRS. OpenMRS had a feature like Regimens, which was not a system requirement.

Architectural Choices


The choice of selecting what are the technologies I use can be decided by myself when I want to develop the software myself, whereas we have to adhere to the choices of someone else when we adopt open-source software.

OpenMRS uses Hibernate as the JPA implementation library and I prefer to use Eclipse Link which is more efficient. (1,2) Instead of JSP and Spring Framework which are used in OpenMRS and I would love to use JSF, the new front-end framework(3,4) from ORACLE itself.

Smaller Footprint


What the programmer need to code to develop custom made software are limited and hence the resources. The codebase used in already available software generally have more code and hence use more resources.

Learning Curve


The custom made software is developed in familiar technologies and well-practised methodologies. When adopting another one's code, there are new things to learn and will take some additional time to master the coding. In fact, many developers hate to go through someone else's code. When an error is found, debugging is difficult as the code is someone else creation, which is not familiar to the one who is adapting.

Online Support


When a custom made software is developed, the issues arise that need support is related to technologies like Java and MySQL. They have a wider audience and the support available online is huge. There are thousands of sites which host forums to address the issues related to Java. In contrast, the issues arise are more or less related to the software alone. There is mostly one site which allows forums and mailing lists and the support community is very limited.

Why rebuild?


These days it is not that uncommon to find a ready-made software that meets most, if not all, the requirements of the system. In such a situation, it is a fair question to ask why does someone else has to redo the same again. They have addressed the issues like security and no need to waste human resources on building the same over and over again. If the available solution is an open-source, that will also allow adaptation of the system to match to very fine customization needed by the system requirements. If adaptation is done systematically after a good background analysis about all the possible solutions, there can be saving of a significant amount of money and time.

Still Custom


Already available open-source ready-made software can also be considered still as custom made. In fact, someone can make it a custom software.

Quality


Community effort of several volunteers with expertise in different fields like Java or MySQL. The quality of software developed by many can not even be compared with a custom made product by one or a few developers with a limited number of fields.

Budding concepts


The person who is developing a new software may be having some concept that has the potential to modify the future of the industry. Such new concepts are not always applicable when adapting another product. If everyone get used to adapt something already exists, there will be slower development of the industry.

After considering the benefits and risks of each method, finally I decided to select adopting an open-source EHR rather than developing one of my own in developing a system as my MSc project. Up to now I have no regrets.

What problems are addressed in my MSc project?



(Published in 2011)

The data collected from patients, although classified as genealogical, demographic, phenotypic or sequential, are actually components of what we can extract from the same living being. (9) The necessity to have them all in a single platform is still to be addressed. (10) There is a huge list of genealogical websites that collect and display the family history details, but almost all lack the ability to add clinical or laboratory details. There are some good web services, mainly EHR systems and LIS, which handles clinical and laboratory details, but hard to find one that incorporates genealogical details and sequential data. (11)

The sites that cater to the general public, mainly genealogical sites, usually do not facilitate clinicians or scientists to add details. (12)The sites, those can be categorized as EHR and LIS, do not allow the participation of the patients as users. (13) (14) The sites that maintain clinical databases may not always provide highly useful data for researches due to confidentiality issues. A significant proportion of the general public may be willing to reveal their data anonymously to researchers, but they don’t get a chance to take control of the destiny of data originated from them.

Deliverables of my MSc project


(Published in 2011)


  • Project Proposal
  • Project Management Plan
  • Project Schedule
  • Software Requirements Specification
  • Software Design Description
  • Implementation Model: Code and System
  • Module to be incorporated for the OpenMRS
  • Software Quality Assurance Plan
  • User Manual

My MSc Project


(Published in 2011)

I am Dr M H B Ariyaratne. I am a trainee for MSc (Biomedical Informatics) at Postgraduate Institute of Medicine, University of Colombo, Sri Lanka. This blog was mainly developed as a self-assessment tool for me on the progress of my project. This will help my supervisors and examiners to have an evaluation of my work. This blog will also help the internet users to get some details related to health informatics, bioinformatics, software development and general facts on medicine and IT.

Title:

Development and Implementation of a module for OpenMRS to address the unmet needs of the Geneticists.

Supervisors:

Prof. Vajira D. W. Dissanayake
Dr. (Mrs.) Nilakshi Samaranayake

Objectives:

The general objective of my project is to introduce the concept of a platform where there is interactive participation and collaboration of general public, genealogists, geneticists, clinicians and researchers to store, retrieve and analyze personal, demographic, genealogical, clinical, laboratory and sequential data.
My specific objective is to develop a module for OpenMRS, which will add the above capabilities to the existing open-source platform.

Methodology

I will create an OpenMRS ID and sign up for the developer and implementer mailing lists. I will also start using the OpenMRS Community RSS Feed.
Then I will configure the Eclipse environment which will be used as the IDE. Then I will start creating my first OpenMRS module. I can click “Request Code Review” and a core developer will get me some feedback.
The development of the project is planned to follow the Spiral modal of software design. At the onset system requirements are defined in as much detail as possible after interviewing geneticists, clinicians, genealogists and the general public. A preliminary design is created initially which is a scale-down system which represents an approximation of the characteristics of the final product. The first prototype will be evaluated to identify the strengths, weaknesses and risks, where the feedback will be used to build the next prototype. The same process will be repeated as necessary until a thoroughly evaluated and tested final system is developed. Afterwords routine maintenance is carried out on a continuing basis to prevent large-scale failures and to minimize downtime.
The final product will be a module that can be included in the OpenMRS core modules. Client tire and application tire will be mainly developed using Java Enterprise Edition. JavaScript, CSS, and Ajax will also be utilized in developing client tire architecture. The data tire is built on my-SQL which will be connected to application tire through Hibernation technology all of which are the standards for OpenMRS.

Deliverables


  • Project Proposal
  • Project Management Plan
  • Project Schedule
  • Software Requirements Specification
  • Software Design Description
  • Implementation Model: Code and System
  • Module to be incorporated for the OpenMRS
  • Software Quality Assurance Plan
  • User Manual


What is the Role of Genetics in Clinical Medicine?


(Published in 2011)
Genetic maker tests for individuals are currently available at affordable prices. With the rapid decline in sequencing cost, an exponential increase in the availability of complete personal genomes is expected in the near future. As modern clinicians are becoming more interested in the genetic contribution of disorders of their concern, the availability of genetic data on the desktop will be very informative. (8)

What is genealogy?


(Published in 2011)
Usage of family trees has been there for centuries, mainly for the purpose of tracing the ancestry. Family trees, fortified with the clinical details are commonly used to represent or recognize repetitive patterns of behaviour of phenotypes that punctuate relationships are commonly described as pedigrees or genogram. When the information technology was applied to almost every field imaginable, several software and websites were developed to cater for these genealogical requirements.

What is an open source or a free Electronic Health Record System?


(Published in 2011)

Open-source software are those available in source code form, often developed in a public and collaborative manner. In contrast, closed source software developers pose restrictions to access the original source code.

There is a long list of proprietary Electronic Health Record Systems available for commercial use with advanced features and good customer support. As there is a shift of the whole IT industry towards open source software, few useful open source projects to develop Electronic Health Record Systems are initiated in the last decade.

Table 1: List of Open Source Medical Software

Casis
ClearHealth
CottageMed
CyDoc
DHIS
FreeMED
GNUmed
Hospital OS
HOSxP
HRHIS
IQCare
Medical
MedinTux
Mirth
Open Dental
OpenEHR
OpenEMR
OpenMRS
OSCAR McMaster
PatientOS
PHYAURA HER
SmartCare
TheraBill
THIRRA
ZEPRS


There are advantages and disadvantages for each open source Electronic Health Record System.

OpenMRS is one of the leading open-source electronic health record systems which outperform most of its competitors from several aspects.

What are the benefits of Electronic Health Record Systems?


(Published in 2011)

In the Fifth Century B. C., Hippocrates wanted to have two main goals for medical records. It should accurately reflect the course of the disease and indicate the probable cause of the disease. These goals are still valid to today, either with the paper-based or electronic health records. Although paper-based clinical records address the basic goals, electronic health records systems can also provide additional functionality which cannot be achieved by existing paper-based systems. (3)

Advantages (4)

Improve the quality of care
Reduction in medical errors
Promote evidence-based medicine
Record keeping and mobility
Interactive alerts
Better financial and operational outcomes

Disadvantages

Cost
Startup costs
Implementation Costs
Training Costs
Software Maintenance Costs
Time
Privacy Issues
Legal Issues
Technical Issues

What is an Electronic Health Record System?


(Published in 2011)

Health is one of the major fundamental requirements of mankind. Every religion has emphasized the importance of the health to the human being and accordingly the value given to the healer’s role is enormous in every culture.

A health care provider, an individual or an institution, that provides preventive, curative, promotional or rehabilitative health care services in a systematic way to individuals, families or communities, is an essential element of every community.

Paper-based records have been in existence for centuries helping the healers to heal the ill more efficiently. Even Hippocrates had used medical records in the fifth century B. C. As the information technology is invading every possible field that exists today, the paper-based medical records are slowly but steadily been replaced by computer-based records. Although computerised information systems have not achieved the same degree of penetration in healthcare as that seen in other sectors such as finance, manufacturing and transport industries, it is only a matter of time to see physicians count on electronic health records systems instead of straggling to get details of their patients searching bundles of paper-based clinical notes.

While there are many accepted definitions of Electronic Health Record Systems, most agree to the definition by the Health Information management Systems Society’s (HIMSS) stated below. (1)

“The Electronic Health Record (EHR) is a longitudinal electronic record of patient health information generated by one or more encounters in any care delivery setting. Included in this information are patient demographics, progress notes, problems, medications, vital signs, past medical history, immunizations, laboratory data and radiology reports. The EHR automates and streamlines the clinician’s workflow. The EHR has the ability to generate a complete record of a clinical patient encounter – as well as supporting other care-related activities directly or indirectly via interface – including evidence-based decision support, quality management, and outcomes reporting.” (2)

Why I selected Bioinformatics as the elective for MSc in Biomedical Informatics?


(Published in 2011)

After two semesters of MSc (Biomedical Informatics), the trainees were requested to select one of the four electives as the elective.

The available choices were


  • Public Health Informatics
  • Health Policy Group
  • IT for medical informatics
  • Bioinformatics.

It was difficult to select one, at least between public health informatics and bioinformatics.

I have no intention of taking IT for Medical Education as that was not of my choice. I have no good liaison or communication skills to join the policy group. Hence, the choices were limited to Public Health Informatics and Bioinformatics. As I had designed several medical software, I thought Public Health Informatics will be easy for me. I was also interested in genetics. It was one of the rapidly developing fields in science, where miracles are expected in a not so distant future.

Most of the Bioinformaticians are from the field of mathematics, IT or statistics background. It will be difficult to compete with them in case of developing new tools or algorithms for bioinformatics, yet I like challenges.

Finally, I thought there is a place for me I Bioinformatics and Bioinformatics has a place for me. So I am doing bioinformatics as my elective.

Who am I


Published in 2011
Updated: February 2020
(Photo in 2012)

I am Dr. M. H. B. Ariyaratne.

I am a medical doctor who is currently working on health informatics.

I have developed open-source health applications that is used by hundreds of users round the clock automating mission-critical health care delivery workflows in more than 40 healthcare institutions of Sri Lanka.

I was born on the 14th September 1975 in Galle, Sri Lanka. I completed my education up to the G. C. E. (O/L) at Mahinda College, Galle, Sri Lanka. I attended to Royal College, Colombo 7, Sri Lanka for my G. C. E. (A/L). I was selected to the Faculty of Medicine, University of Ruhuna, Karapitiya from my first attempt from the advance level examination in 1994.

I was from the 18th batch of the Faculty of Medicine. I completed my 2nd MBBS in 1998 with a 2nd Lower Class. I completed my 3rd MBBS in 2000 with a 1st class with distinctions in Microbiology, Community Medicine and Pathology. I completed my Final MBBS in 2002 with a 2nd lower class. I was ranked the 10th from the all island list initially and later ranked the 12th after inclusion of graduates from the Jaffna faculty.

When I was a schoolboy at Royal College, we had two periods of Computer Studies for a week. I started my programming carrier with gw-BASIC in 1993.

In 1994, soon after my A/L Exam, my father bought me a 386 desktop computer from Tec Sri Lanka. There was no hard disk. The RAM was 1MB. I started my programming with gwBASIC, dBase, PASCAL and then Q-BASIC.

My medical faculty life started in later 1996. During the faculty life, my father bought me the second computer, a Pentium III 650MHx machine. I achieved some milestones as I did a nice presentation driven colours night in 2000 at the faculty. The multimedia presentations with graphics and animations were relatively rare at that time and everyone was very impressed. I was invited to make a similar multimedia presentation for the Colours Night of Richmond College, Galle in 2001. I did several works for the faculty using MS-Office, Photoshop and Illustrator. Everyone in the medical faculty recognized me a computer guy. Even the head of IT of the faculty intermittently sought my help in technical matters which he could not manage himself.

I was working as a Demonstrator at the Department of Surgery, Faculty of Medicine in 2002/2003. I helped the Head of Surgery to conduct few research activities by creating and testing data entry forms, making MS-Access database and data analysis using EpiInfo.

I married Niluka Gunasekara in 2002. At my wedding, I projected presentations with songs and visuals. Live proceedings of the wedding also projected in between. The family and friends have not witnessed a similar multimedia experience at that time. I still enjoy those memories.

I did my internship at Teaching Hospital Karapitiya. I did medicine with Dr. Wasantha Kodikaraarachchi from 2nd March 2002 for 6 months. The next six months, I was doing my internship as a Surgical HO in the Professorial Surgical Unit. My consultants were Dr. M M A J Kumara and Dr. J P M Kumarasinghe. During my internship, I hardly could touch the computer due to a very busy schedule.

After completing my internship, I worked as an RHO (Surgery). I was transferred to Base Hospital, Kamburupitiya for my first post-intern appointment alone with my wife. We were first on call Obstetrics & Gynaecology Medical Officers for 5 years there. During that time I started my part-time private practice as a general practitioner. I had time and money to spend on IT during my stay at Kamburupitiya. I started developing medical software. My first software was an Electronic Medical Record system for myself. Some friends of mine, like Dr Jagath Samarasekara, was interested and started to use it. Several other friends of mine, namely Dr Veditha Banduwardhana, Dr Gayaman Dissanayake and Dr Chrishantha Widisinghe helped me to add new features to the EMR system. Later I started developing other medical software like laboratory management system, medical channeling management system, pharmacy management system and inpatient management system.

I had several requests to develop non medical software as well. As there was a great demand for the software, I employed five employees, who are very talented in their fields. Mr. Sudesh Pathirana was the chief programmer. Mr. Thilina was handling the marketing. Mr. Janaka Sampath and Chamath Prasanna were the hardware guys. Mr. Rangana was handling the accounting and also helped the development with his accounting knowledge. Miss. Nalika Sewwandhi was the receptionist and did the data entry and program testing.

By 2010, my software was running in more than 20  healthcare institutions in the Southern Province of Sri Lanka. I was losing lot of money from software business because of the company overhead expenses. Most of the money I spend from my private practice had to be spent to cover up the expenses of the software projects.

From the annual transfer list of 2009, I was transferred back to the Teaching Hospital, Galle. I was working as a Medical Officer in Radiology.

I was selected to follow an MSc (Biomedical Informatics) programme conducted by the Postgraduate Institute of Medicine, University of Colombo, Sri Lanka. In 2012, I completed the MSc and started working as a Medical Officer(Health Information) at the Department of Health Services, Southern Province, Sri Lanka from 2012 to 2015. During that time, my contribution to achieve national productivity awards, national quality awards and ISO 9001:2008 were appreciated by the Provincial Director and the rest of the staff of the Provincial Department. I also developed several systems that are still been used in Medical Administration Workflows.

In 2012, I converted my Hospital Information Management System to an Open Source System with an MIT license. It was hosted in Github. Several young boys who passed out from the ATI(Labuduwa) and College of Technology contributed to the Open Source Project. By 2019, it was running in more than 40 healthcare institutions.

In 2015, I was appointed as the DMO (or officially Medical Officer in Charge) of the Divisional Hospital, Unawatuna. Under my leadership, I could achieve the runner's up for the Best Divisional Hospital in Southern Province in a competition called "Dakshina Suwa Viruwo 2016". It accesses the service care delivery in addition to quality, productivity and patient safety.

I was then selected to MD(Health Informatics) in 2019. I completed MD in 2019. I was attached to the Management, Development and Planning Unit of the Ministry of Health as a Senior Registrar in Health Informatics. Until then I was not given any role in the government sector to develop software despite several requests. Luckily, Dr Anil Samaranayaka, the Director of Health Information, identified my capabilities. Despite some severe resistances, he convinced the Ministry to allow me to design a system for Healthy Lifestyle Clinics of Sri Lanka. With the help of several of my colleagues, I was able to develop a system that is now been used in several HLC clinics in Sri Lanka. I am currently working on improving the software so that Dr Anil Samaranayaka will not have to regrate his decision to support me when so many were against that idea.

Currently, I am attached to the University of Southampton as a Commonwealth Digital Health Fellow.