Live data from Hacker News

Bahmni – Open-source Electronic Medical Records and Hospital System

bahmni.org

41–43 of 43 posts

Re: Bahmni – Open-source Electronic Medical Records and Hospital System

#41
post #21

I wonder if a hospital can really use an open source hospital information system for several years without the need to change much of the workflow to the point where modifying it will make it impossible to update from the its original source.

One of the key things about Bahmni that differentiates it is that most of the EMR screens / fields in Bahmni are configurable via JSON / Administrator UI. You don't need to fork / code / branch to make these changes. In some places you can also change the order in which screens get rendered via configuration. So, your Bahmni config stays separate from the "product", which allows you to upgrade and get new features without having to manage your own version of Bahmni. All you need to manage is the metadata.

The plan is to integrate with OCL in the future, so that even metadata management can happen via a github like terminology system: https://talk.openmrs.org/t/introducing-open-concept-lab-for-...

Re: Bahmni – Open-source Electronic Medical Records and Hospital System

#43
post #31

One of the major EHR systems used in the United States, VISTa, was developed by the Veteran's Administration and is open source. It's sufficiently successful that it's been adopted not just by other government agencies but a number of private hospitals. Most instances still seem to be based on a commercial M implementation, but some use the fully free GT.M stack It's M based and in general not on the cutting edge of…

M / Mumps is a terrible language / datastore to deal with however.

The language is ... odd. For me, ... not good.

But the datastore itself reminds me of some of those early NoSQL object stores. It isn't JSON, but you can throw anything in there and get it back -- pretty efficiently!

It's hard to table-ize a lot of clinical data - at least with a standard/universal table. GT.M gives you a solid enterprise quality way to store "stuff".

Post reply on HN