Electronic Medical Records have been a hot-topic in the medical community since the dawn of the computer age, in reality not too many practices are willing to do away with the good old paper chart. ClearHealth offers a lot of options from simply improving your paper chart process by printing on-demand populated forms or going all the way with a 100% electronic worlflow. The EMR really consists of 3 components, these are stored documents, EMR Extensions, and per visit reports. There is a complete document storage system bundled in with support for file uploads (through the browser or via filesystem batch) as well as integration with some document sending units for easier or higher volume use. All common formats are supported like images, PDFs, Faxes, and word processing docs. You can also attach meta information and notes to each.
Almost all of the first generation Open Source EMR systems have some kind of custom form support usually requiring some amount of programming to create new forms. In ClearHealth we have upped the anty with its EMR Extensions which allow users to create their own forms in HTML, cut and paste them in, and then the system autocreates the database and logic to use the form, no programming necessary. You can also attach the form to any screen in the application or to a menu. Reports are a similar story, it takes a little bit of SQL knowledge but you can easily create reports that offer nice grid displays (autogenerated) or that display in a Smarty template themselves. These reports can be attached anywhere too.
There are some reasearch and development plans in the works to include a Gantt like display showing patient treatments and offering decision support. Sort of the common business data mining and analysis but in a medical and clinical context. This will be particularly valuable in the management of chronic diseases like diabetes and offer an alternative to often loathed governmental reporting software like PECS or the twice as exciting PECS II which now fill this role.
HIPPA Security
Congress also saw itself fit to create a mind numbing number of privacy and security guidelines in a law called HIPAA. On the whole the result has been in improvement in how your data is treated. However the cost has been great to a lot of clinics to implement the sometimes too rigid policies needed for it. The law itself really only gets teeth (like fines or jailtime, although enforcement is anticipated to be rightfully weak) this year so it remains to be seen what the longterm outcome will be. Every practice still has its own uniqie set of circumstances and policies when it comes to security and access, lawsuits also play a big role sometimes creating complex per patient/provider security related exceptions. We chose to implement security using the fantastic PHPGacl toolkit. This offers a complete implementation of Role Base Access Control which, while complex to define initial security policies, offers a have your cake and eat it too longterm benefit. Through a somewhat clunky interface (look for a rewrite using the rich interface technologies in 2006) you can control on a patient, provider and input field level who has access to what. There are also audit and visualization tools to help get feedback on the tangible effects of those policies, you can see the entire ACL display in a traffic like grid, green means go, red means stop.
Accounts Receivable
Medicine for some reason loves to have and use psuedo-accounting systems to track their accounts receivable. Maybe because unlike other industries what you bill for is never what you actually get and aging routinely runs in to the 90-180 territory which sends a shiver down my spine. Rather than a full fledged accounting package we have bundled a medical specific AR system in to ClearHealth. This allows for easy tracking of outstanding balances and indicates on a patients dashboard if they owe right at checkin. There are the usual aging reports and patient account drill down. Using the very powerful Celini grid displays you can also reorder, sort, resort, multi-sort and filter information on a huge number of axes to get at what you really want. Comprehensive preferences are included so when you set a filter or a sort a certain way it will still be there when you come back.
Under the hood
ClearHealth and the bundled FreeB 2.0 are written entirely in PHP implemented using the Celini "framework" that we developed to make building Open Source applications faster. ClearHealth is really just getting started, in only 8 months since active development began it has become the only Open Source application that does the big 5 features discussed here as one integrated suite. On top of that there is now quite a bit of interest and development to further extend its burgening use of rich client interface technology.
Internationlization
Thanks to the work by John Coggeshall on the IntSmarty internationalization plugin and the extensive use of Smarty templating through the system internationalization has been very straighforward. Almost all of the templates have been converted to use the language tokens and a spanish translation is about 50% complete. One catch is that for foreign character sets MySQL 4 will only let you run one language at a time, with 4.1 this limitation is though to be lifted. If you are interested in contributing to this effort help would be greatly appreciated and probably wouldn't take more than a day of time.
Future Features
While the most important day to day operations are well covered right now there are some areas that will be developing over the next year. Electronic labs integration with the 2 most popular labs in the US is coming, more case management (i.e. social workers) is planned, and greatly enhanced prescription inventory, tracking, writing and filling is likely to happen. With this RC1 release we are eager to have the community a large, medical and technological, take a bigger interest in this crucial piece of infrastructure that is so often neglected and has never before been some promisingly implemented with Open Source. All forms of contribution are welcome and necessary from documentation, payer format variations, bug reporting and so forth. The easiest way to contribute is through the various links on the OP/EN site at http://www.op-en.org .
About the author:
David Uhlman is Customer Happiness Guru and CEO of Uversa a leading Open Source Development firm located in Phoenix, AZ. David has a long background with Open Source Software and medical software in particular (FreePM, OpenEMR, FreeB). David is a frequent speaker and author on Open Source technology and has previously spoken at many user groups throughout the West, php|Works, COSTT, SCALE, TEPR and others as well as speaking later this year at OSCON, and php|Works and his writing appears on OSNews and www.lintellect.org about general Open Source topics and Medical Open Source in particular.
If you would like to see your thoughts or experiences with technology published, please consider writing an article for OSNews.
- "ClearHealth, Page 1/2"
- "ClearHealth, Page 2/2"


