FAQ

From OpenEMR Project Wiki

What is OpenEMR?

OpenEMR is Open Source electronic medical record and medical practice management software. OpenEMR includes electronic health records, scheduling software, insurance billing, accounting, and fine-grained access controls.

What is the quickest way for me to evaluate OpenEMR?

We host an OpenEMR online demo here at: OpenEMR Demo
We also offer an OpenEMR Virtual Appliance here: OpenEMR Virtual Appliance

Is OpenEMR CCHIT certified?

There is currently a certification effort underway. those interested should check out The CCHIT RoadMap.

What is OpenEMR's default password?

The default password is 'pass'

Are other languages supported?

Currently OpenEMR is functional in several languages. If you have an interest in helping translate OpenEMR into your native language, please let us know. We will be glad to add your language to the list and help get you started on the translation.

What are the correct PHP settings (can be found in the php.ini file) ?

We recommend the following PHP setting, which can be set in the php.ini file (If you do modify this file, remember to restart your web server (usually Apache) to apply the new settings):
short_open_tag = On
max_execution_time = 60
max_input_time = 90
memory_limit = 128M
display_errors = Off
log_errors = On
register_globals = Off
post_max_size = 30M
magic_quotes_gpc = On
file_uploads = On
upload_max_filesize = 30M
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT

What is FreeB?

FreeB is now obsolete. Previous to OpenEMR version 2.9.0, FreeB was a separate program that created insurance claims. However, in OpenEMR versions 2.9.0 and later the insurance billing engine is included in OpenEMR.

What is SQL-Ledger?

SQL-Ledger is now obsolete. Previous to version 3.0.0, SQL-Ledger was a separate accounting program to manage accounts receivable. However, in OpenEMR versions 3.0.0 and later the management of accounts receivables is included in OpenEMR.

What is GACL or php-GACL?

GACL or gacl is a short cut form for phpGACL. This is an acronym meaning Generic Access Control Lists. It allows fine grained control over OpenEMR. As an example, the physician can be permitted to view sensitive patient information, while the receptionist is unable to view this sensitive patient information.
Since OpenEMR version 3.0.0, access controls (php-GACL) is included in OpenEMR, thus requiring no separate installation or configuration. Administration of access controls is performed within OpenEMR in the Administration->acl menu.
In OpenEMR versions 2.9.0 and earlier, php-GACL was actually installed separately.

Can I Charge for the OpenEMR Software?

It depends.
What you can do:
  • You can charge for your time for installation and any hardware you provide.
  • You can charge for IT maintenance of the operating system and installation of OpenEMR upgrades, maintaining back ups etc.
  • You can charge for making software modifications to the system as needed.
What you must do:
  • You must provide the source code in plain text to your clients.
  • You must provide a copy of the General GPL license. The General GPL license is actually included with the OpenEMR release.
What you can not do:
  • You can not charge a fee for the OpenEMR package. Your clients must get the OpenEMR software for free and in plain text. (This does not include software improvements that you or your company create.)
  • You can cannot mix OpenEMR with modules that are proprietary or closed source. For example you can only use modules that are also open source. Open Source means that the software is released to the client in plain text.
Optional:
  • If you modify the system you can charge for your efforts. We do ask that you consider releasing your improvements back to the project under the General GPL licensing.
What are the Terms and conditions of the System?
  • The software is free, subject only to the restrictions listed above.
As per the website OpenEMR is open source so can we change the logos, functionality of the software, as we are having sms, other solutions that can be implemented?
  • Yes. With the exception that you may not remove the GPL license. The other terms and conditions listed above must be followed. If you incorporate other open source software it is legally easiest to use licenses that are similar. As examples Mozilla has its own Open Source license but it allows activities that are not permitted under the General GPL. So technically using software modules with Mozilla style licenses is not a problem as long as they do not conflict with the General GPL. But things can get very sticky in a way that it is difficult to operate legally. So in general it is better to only combine similar licenses.
  • You can charge for the changes in functionality. But the OpenEMR software must remain under the GPL license. The problem that comes up is that if you do not release your code back to the project, every time we release a new version you have to update your version with the changes that you made. The only other option is to not upgrade your OpenEMR as the new releases come out. Releasing your code back to the project under the GPL licensing means that each subsequent upgrade already includes your changes.
What license fee or other charges we have to pay OpenEMR team for the above modifications and implementations?
  • None. The software is free and open source, subject to the restrictions listed above.