Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MEDICCOIN committed May 17, 2019
1 parent a2e4e34 commit e2693db
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# MedicEMR

MedicEMR is a powerful OpenEMR with [Medic Coin](https://mediccoin.com) blockchain as a form of payment.

MedicEMR is a fork of OpenEMR and is the most popular open source electronic health records and medical practice management solution. ONC certified with international usage, MedicEMR's goal is a superior alternative to its proprietary counterparts.

## Open Source MedicEMR

Open Source MedicEMR is always available to download at https://github.com/MEDICCOIN/Medic-EMR/releases/latest

## Hosted MedicEMR

You can start your MedicEMR site instantly at https://medicemr.com. It's free and mantained by the MedicCoin Support Team.

# OpenEMR to MedicEMR Patch

If you already use OpenEMR but want to accept Medic Coin as a form of payment, you just need to patch your OpenEMR to turn it to MedicEMR.

## OpenEMR 5.0.1.x to MedicEMR 5.0.1.x

* First of all, generate a backup of your EMR: databases, files. Consult your hosting documents to know how to backup your EMR.
* Change current directory to root of your EMR:
```sh
cd /Path/to/EMR
```
Replace `/Path/to/EMR` with path to root of your EMR where contains folders like apis, ccr, gacl, portal, version.php
* Patch your EMR:
```sh
curl -s https://raw.githubusercontent.com/MEDICCOIN/OpenEMR-MedicEMR-Patch/master/openemr-v5.0.1-medicemr-v5.0.1.patch | patch -p2
```


[![Build Status](https://travis-ci.org/openemr/openemr.svg?branch=master)](https://travis-ci.org/openemr/openemr)
[![Backers on Open Collective](https://opencollective.com/openemr/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/openemr/sponsors/badge.svg)](#sponsors)

Expand Down

0 comments on commit e2693db

Please sign in to comment.