We have just submitted for code review the code for our eRx module. Our eRx module has the following features included with it’s service:
- Allergy checking based on medications entered in the issues section
- Drug-to-Drug interaction checking
- Pharmacy lookup with the ability to fax to a not-known pharmacy
- Formulary checking of medication based on patient insurance
- Drug lookup based on standardized RxNorm codes
- Problem lists based on standardized Snomed codes in the issues section
- Automatically syncs demographic information
Costs: $35 per month per physician or nurse practitioner + $60 setup fee
- e_outbox: This table is used for storing changes in sections (allergy, medication, procedure, history, demographic etc.) with status 1. After sending changes the status changes back to 0.
- e_inbox: This table is used to store message (RDE, MDM etc)from relayhealth
- e_notes: This table is used to store the notes from relayhealth MDM Messages
- e_docs: This table is used to store the MDM message docs.
Tables which have been altered
- patient_data: Added field “primaryProviderID” to set primary provider for a patient
- lists: Added field “severity_al” and “sig” to take information related to medication section.
- Immunizations: Added field “code_type” , “reaction” and “medication_series_number” for Immunization section
- Pnotes: Added field “msg_external_id” for storing MessageID of HL7 messages from relayhealth.
this looks like the whole program and not just the “patch” with the code changes?
I have two clients waiting on this code and I was just trying to get it downloaded for them to use.
My apologies for asking such simple questions.
Hi,
This is still in the experimental stage; the goal of this revision is for Phyaura to get input on how to best go about integrating their erx solution seamlessly into OpenEMR.
-brady OpenEMR
I just checked out your webpage and decided to sign up for the free hosted version you have advertised on the front web page. It was really cool that I was able to get my very own hosted EMR site and my own username and password within literally minutes after signing up for free with you guys. But, does the free version come with this eRx package for free as well?
Our free hosted version does not include e-prescribing. You can check out our comparison chart (https://www.phyaura.com/comparison-chart/) for a listing of the different hosted versions we offer along with their pricing. You can self-host as well and order the e-prescribing. All this information and pricing is on our website under the products menu.
There’s real potential there, but still some work to do. Looking forward to the next revision. Also very interested to see what other members of the community think about the code.