Electronic Medical Records Software for Unix?
"For those of you who are unaware, academic medicine is facing harsh pressures to cut back costs and become profitable. This is a debate in and of itself, but I believe that a publicly funded University (or any publicly funded environment) should be using tools that taxpayers helped develop - especially if those tools are free to use. I believe that Linux is such a beast - for we know it is free to use - and its development was indeed aided by taxpayer dollars in construction of the medium that facilitated Linux's development.
I have been asked by the clinical department to install Linux on a couple of machines - and train their networking staff (currently using NT and Windows) to become familiar with the workings of Linux. This task I believe I am capable of doing. They also want to investigate converting their web server to Linux - something that I know can be done but I'm not the most adept at...yet. There is enough information available to get me through this with minimal help from IRC channels and mailing lists.
However, one main goal they set for me - and one that will most likely influence their decision to convert - is that of the Electronic Medical Record, or EMR. Currently, they have investigated some EMR programs under Windows, but once again, the prohibitive cost of such an endeavor have prohibited the implimentation of it. Were I to find an EMR that the department could use, it very well could be the main selling point for switching to Linux.
I would like to know if there exists any software - free or non-free - that runs under Linux that fits the following description:
- Tracks and maintains patient data
- Tracks physician trends (medicines prescribed, etc)
- Warns of drug interactions
- Aides with billing codes
- Patient Billing Suggestions on software - free or nonfree - would be greatly appreciated. Any experience in this would also be greatly appreciated."
While Imedix is a cool product, I don't think it will meet his needs for a general purpose EMR.
The ACS (or OpenACS) can be customized to suit a variety of tasks, but no EMR module yet exists. So be prepared to do a little bit of hacking/data model extension. Drop me mail if you are interested in taking this route.
A better bet for what you're trying to do (at this point) is probably GNUmed. It uses Postgresql for its database layer (passes the ACID test). Dr. Horst Herb and his crew have built the software in a very thoughtful fashion -- they've clearly used lots of commercial products before.
One final thing to remember for those who wish to go it alone & code their own product is the importance of security.
Good security is critical for all EMR software, but is of particular concern in the USA, where HIPAA rules are starting to be implemented.
Because of these rules, the task of developing an EMR for use as a permanent medical record has become more time consuming, and complex. The law is, ultimately, a consumer protection act, and should lead to higher-quality, standards-driven EMRs in the future. Be sure to examine the rules before setting out on any healthcare project.
hope it helps.
I can point you to a couple of sites that could be of some benefit. Please realize that medical software is an area that is still under development. However there are some projects which are far along. Look at the sites below for some examples.
h tml
u rce/inventory.html
Freemed - a web page based patient managment system that runs on linux.
http://www.freemed.org/
Go here for linux related medical news. The page appears to use slashcode.
http://www.linuxmednews.org/linuxmednews/index_
Here is a linux medicine How-To
http://home.snafu.de/wehe/Medicine-HOWTO.html
Open sources related to health. This page contains a multitude of links... Check it out.
http://homeusers.brutele.be/ypaindaveine/openso
Hope this helps.