Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

What is OpenMRS?

OpenMRS is an application which enables design of a customized medical records system with no programming knowledge (although medical and systems analysis knowledge is required). It is a common framework upon which medical informatics efforts in developing countries can be built.

Who is OpenMRS for?

OpenMRS is for people that need to implement a medical records system. It is both just a library of API calls and a database and a default implementation of those API calls in the form of a web application.

How much does OpenMRS cost?

OpenMRS is a free, open-source program. All of the core resources needed are open source and freely available.

Where is OpenMRS being used?

OpenMRS is currently known to be implemented in Kenya, Rwanda, South Africa, Pakistan, Uganda, Tanzania, Zimbabwe, Lesotho, Malawi, Peru, and Haiti. See the Implementations page for a fuller list. Further implementations are underway in multiple other locations throughout Africa through the work of such groups as the Millenium Villages Project and FACES. Nearly twelve million discrete observations have been collected for nearly 50,000 HIV patients with over 550,000 encounters within the AMPATH implementation in Kenya. The Jembi team in South Africa is leading the effort to form an implementers group to aid in further implementations.

Why should I use OpenMRS?

At this stage, OpenMRS requires a fairly sophisticated team of implementers to install and run. Such teams in several countries are in the process or considering implementations at this time. We are working toward a pre-built implementation that would allow more clinic sites to take advantage of a sophisticated, scalable EMR without needing the expertise to support and maintain it at a low level. OpenMRS is backed by a data model driven by a concept dictionary, allowing for the collection of coded, reusable data without requiring changes to the data model. Furthermore, OpenMRS is not based on an HIV-centric data model, so it can be adapted for use in tuberculosis, malaria, or general medical care. OpenMRS is based upon a program which has been used effectively for over 30 years at Regenstrief Institute.

How can I locate things on the website?

The easiest way to find things on this website is to use the ‘search’ box on the left-hand side of the screen.

What technologies is OpenMRS built on?

OpenMRS is programmed in Java and the core application works through a web-browser. Hibernate is used as an interface layer to the database. Tomcat is used as the web application server. The back end database is currently in MySQL. The system creates XML schemas for form design. Form design and form data entry is currently done in Microsoft Infopath, HTML, or XForms. When form data entered is submitted, it is converted into a HL7 message before going into the database.

Do I need the Java SDK to run OpenMRS? Or is the Java JRE sufficient?

The JRE is sufficient unless you are planning on doing code development.

Can implementers add columns to tables in the database without disrupting the functioning of the application (e.g., adding home-language to the Patient table)?

The model can always be extended with business tables. We use such business tables to support certain functions (e.g., HL7 processing) and for module-specific needs. Additional attributes for patients and persons can be implemented using configurable Person Attributes, and don't require extra tables to be created.

We are highly interested in the OpenMRS system. It is great to hear that the system is free! How can we go about obtaining it?

OpenMRS is a work in progress. The source is always freely available from our subversion repository. You can find additional download information on the Downloads page.

What is the plan for rolling out OpenMRS in the near future?

We will post our plans on the Road Map page.

I have looked at the website, which is great, however, I had a difficult time understanding most of the technical terms. Is there any way that I may download a sample of the OpenMRS system?

Our documentation is a weakness, since we are working hard on the codebase. We are working on a demo website (login: admin/test). You can also obtain download information here. If you have questions that are not answered on our website, please post your question(s) to the OpenMRS Forum or join our Implementer's mailing list (from the Community page).

How do I contact members of the OpenMRS community?

You may reach us through the OpenMRS forum. You may post your questions to the forum and/or e-mail members through the forum website. There are also several mailing lists that get a lot of traffic. See the Community page to sign up and send mail to them.

What Port(s) does OpenMRS code repository use when performing a commit?

The repository uses the default SVN port 3609 on normal http connections or port 443 on secure https connections.

<div class="noprint">

What if my question isn't answered here?

Well, frankly, that wouldn't be a big surprise since we're just getting going. Feel free to join the wiki, edit this page, and add a FAQ question...hopefully someone will come along and add an answer it. To add a question to the FAQ, edit the page and place your question on a new line surrounded with three equal signs (=) on each side. The answer should follow on the next line, e.g.:

h2. How do you do x?

Answer goes here

NOTE: the FAQ should be used for questions that are likely to come up frequently, not for questions specific to your needs. If you have more specific questions, please use the OpenMRS Forum
</div>

Is Open MRS subject to FDA regulations? If so, how is "labeling" handled and how is privacy protected for patients?

Does OpenMRS support the DICOM standards ? If yes, then which DICOM standards are supported by OpenMRS ?

</body></html>

  • No labels