OpenEMR ePrescribe

From OpenEMR Project Wiki

Overview

There are currently three known options for e-prescribing in OpenEMR.

Newcrop, a subscription service, is well integrated into OpenEMR.

Allscripts is quite good and requires no fees.

Weno Exchange a subscription service,is well integrated for narcotic/ECPS.

Meaningful Use

The Newcrop solution can be deployed to achieve Meaningful Use. The alternative is to add both the Allscripts website and the Greasemonkey script. The Weno Exchange can possibly be used for Meaningful Use if these policies are enacted again in the future.

Allscripts

This section describes the integration of the Allscripts ePrescribe website with OpenEMR.

Website

  • Clicking the green button, with the question mark in the middle of it, navigates to the Help Section. This button is located at the bottom. The Help Section will give instructions regarding account acquisition and website use.
  • It is not necessary to pay for Deluxe Allscripts to use the Greasemonkey script. Choose Free Allscripts instead.
Mm3.png


Firefox and Greasemonkey

Gm.png

Integration Script

  • The last step is the installation of the script, found here.
  • Click "Install this script".
Grease.png


  • A Greasemonkey Installation dialog will appear. Click the "Install" button.
Mm.png


  • Check the Add-ons Manager of Firefox to ensure that Allscripts IntegrationMM had been installed.


Using the Script

  • Go to the Patient Summary screen and click the "Allscripts" button at the top, to the right of the patient's age. If viewing with split screens, the Allscripts logon will appear in one of the two screens. If a check mark had been placed in the box between the patient's age and the "Allscripts" button, clicking the button will cause the Allscripts logon to appear in another tab.
Mm1.png


  • If the Untrusted Connection warning appears in a split screen and an exception cannot be added, open Allscripts in another tab.
Warning.png


  • Click "I Understand the Risks" and add an exception.
Warning1.png



  • After logging on, the patient data will populate automatically if an account had been created previously. If a new account needs to be established, click the "Add Patient" button.

4.png

  • In the Add New Patient screen, click the "Load from OpenEMR" button to import the data and click "Save".
Loading.png

Non-Functioning

If both the split screen login and the "Load From OpenEMR" button are non-functional; the cause stems from the fact that the version of Firefox, when first installed, pre-dated version 31.0. Firefox underwent major changes with 31.0. Upgrading to the latest version will not permit the script to work properly, thus the following steps are necessary.

  • Uninstall Greasemonkey and the script.
  • Browser customizations should be preserved with Sync.
  • Uninstall Firefox and reinstall the latest version.
  • Reinstall Greasemonkey and the Allscripts IntegrationMM script.

Acknowledgment

The author of this clever and exceedingly useful script is Kevin Yeh, M.D., of IntegralEMR.

Modifications were contributed by Marcin Matuszkiewicz.


NewCrop

A partnership of ZH Healthcare and Medical Information Integration, LLC (mi-squared) called ZMG created the NewCrop interface for e-prescribing.
NewCrop eRx Demo

Weno Exchange

Weno Exchange is an ePrescribing intermediary that competes with Surescripts. Weno supports US, International, narcotic/ECPS, and Veterinarian ePrescribing. Weno is well integrated into OpenEMR thanks to code contributed by Sherwin Gaddis. Go to wenoexchange.com to learn more about the OpenEMR API services. Weno contributes part of the revenue earned from OpenEMR clients back to the OpenEMR community.

JSeRx

JSE eRx: Activation

eRx patch for OpenEMR 5.0.2(1)

You must have this version installed. before installing the patch. The patch requires that additional components be installed to function properly. This patch may NOT be backward compatible. It has not been tested.

Juggernaut Systems Express is providing an electronic prescribing solution within the OpenEMR native platform using the Weno Exchange service. The integration into the native interface gives the sending of prescriptions a clean workflow. To register your practice, select the ECPS registration for the number of providers that are in your practice. Once payment is received, we will send you an email to get providers' email addresses to start the authentication process. Once that is completed a reoccurring fee of $24/mo per provider for ECPS will be sent after the first month of service.

Registration payment for 1 ECPS provider.

Registration payment for 2 ECPS providers

Registration payment for 3 ECPS providers


The cost for none ECPS prescribers is $8/mo/provider.

Payment for 1 none ECPS provider

Payment for 2 none ECPS provider

Payment for 3 none ECPS provider

Payment for 4 none ECPS provider

Step One - Install necessary data

System setup from scratch

Step One: Configure Globals

Watch these two videos together. The second video is an update to the first.

Full Screen https://youtu.be/qZszST5n_CY

Full Screen https://youtu.be/kjAREPrkdZs

The Weno provider ID does not have a "C" in front of it any longer.

Create a prescription
Create a prescription

Step Two: Importing/Updating Pharmacies

Full screen https://youtu.be/etw1uZGQWI8

Resolve validation issue

Step Three: Review all the information need to complete Rx

Full-screen https://youtu.be/5J_iXrAmjOM In the video, I say C number and the new provider ID's do not begin with a C.

Transmitting prescription

Step Four: Sending the prescription and dealing with errors

Full screen https://youtu.be/UtVzoOk-ATk

Resolving missing data schema validation errors

Final Review of Set up

full screen https://youtu.be/LDh4dw3H4Hk

Resolving missing data schema validation errors
Screen


















How to enable service

  • Go Administration -> Globals -> Connectors

Go down to Enable JSeRx Service and place check in the box.










Configurations

  • Set the patient pharmacy in the Choices section of the demographics.
  • Set the prescriptions to simplified because the information will be in the drug description.
Screen


.























Troubleshooting

If after clicking the Transmit button, you do not receive a message that says,

the schema does not validate.

You are missing some patient data in the prescription. Please review the video about all the data that needs to be in the patient's chart. If you are unable to locate the missing data. We will assist you in discovering what data is missing.

:*Make sure the patient demographics is complete with full address

:*Make sure that only the prescribing doctor is logged in and sending the prescription.

Support contact: sherwin@openmedpractice.com

Support Site: https://omp.openmedpractice.com/dev/mantisbt - Create an account and open a support ticket

If you would like to self troubleshoot, follow these steps.

Create a folder inside the interface/weno/ and name it payload.

Open the transmitrx.php file.

find this line //file_put_contents("payload/".rand()."-payload.xml", $payloads); remove the // from infront of the line keeping everything else.

What this will do is drop a file on your server which is the data that is being transmitted.

Each one will have a unique ID. Open the file and copy the contents and go to

https://live.wenoexchange.com/Validator/ValidateSchema.aspx

Paste the contents of that file into the validator.

It will tell you what data is missing.