Phyaura eRx Module

phyaura-clucena wrote on Tuesday, March 06, 2012:

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

More info on our website: https://www.phyaura.com/phyaura-ehr/e-prescribing-2/

-PHYAURA

sunsetsystems wrote on Tuesday, March 06, 2012:

Thanks, I will plan to look this over.  Can we get some documentation as to what the new tables are for?

Rod
www.sunsetsystems.com

phyaura-clucena wrote on Wednesday, March 14, 2012:

New tables

- 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.

bradymiller wrote on Thursday, March 15, 2012:

Also,

I think all the other rx* tables are the rxnorm tables, which will be imported separately via the mechanism that already exist in OpenEMR:
http://www.open-emr.org/wiki/index.php/Import_RxNorm_and_SNOMED_Tables

-brady
OpenEMR

juggernautsei wrote on Wednesday, March 21, 2012:

Hi,

can someoone post a link to the code so we can take a look at it?

Thanks

{Sherwin}

yehster wrote on Wednesday, March 21, 2012:

http://sourceforge.net/tracker/?func=detail&aid=3497631&group_id=60081&atid=1245239
The code has always been in github.

bradymiller wrote on Thursday, March 22, 2012:

hi,

here’s the link to the code:
http://github.com/bradymiller/openemr/commits/testing-phyaura-patch-master_2

-brady
OpenEMR

juggernautsei wrote on Tuesday, March 27, 2012:

hi,

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.

Sherwin

bradymiller wrote on Wednesday, March 28, 2012:

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

bradymiller wrote on Wednesday, March 28, 2012:

Also,
Please note the top commit on the page linked in above post is the one with the pertinent code:
http://github.com/bradymiller/openemr/commit/ad53585629bbdcfcb8d8d8575f7d67c6403a299b
-brady
OpenEMR

phyaura-clucena wrote on Wednesday, April 25, 2012:

Brady,

Where are we with getting our code fully integrated in to your code base?

We already have 1 client who took the code and integrated it and successfully tested our eRx solution with OpenEMR.

-Chris
www.phyaura.com

bradymiller wrote on Thursday, April 26, 2012:

Hi Chris,

Not much progress yet, but it should get reviewed soon.

-brady
OpenEMR Project

frankmason wrote on Friday, April 27, 2012:

Hi Phyaura,

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?

Thanks,
Frank

phyaura-clucena wrote on Sunday, April 29, 2012:

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.

-Chris
www.phyaura.com

bradymiller wrote on Sunday, May 06, 2012:

Hi Chris,

I rebased your code to the most recent OpenEMR codebase and reviewed your code here:
http://github.com/bradymiller/openemr/commits/testing-phyaura-patch-master_3
(best way to ensure see all comments is to search for ‘bradymiller’ on the commit)

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.

thanks,
-brady
OpenEMR

anonymous wrote on Friday, June 08, 2012:

The doctor I am working under is very interested in this. Hope to see this succeed.