Eprescription using h2h digital rx for OpenEM

mmfsystems wrote on Friday, December 10, 2010:

Mmf Systems has been working with H2H for eprescription  implementation in EMR application . The code donated has eprescription module which requires certain authentication  that can be obtained from H2H services.

Physician who are registered for eprescribing could register their patients and give them medication using single sign on functionality.

Patch has been posted for code review at url:
https://sourceforge.net/tracker/?func=detail&atid=1245239&aid=3134289&group_id=60081

Please post if you have any queries and suggestions……

bradymiller wrote on Friday, December 10, 2010:

hey,
For the git/github inclined, I posted their code here:
http://github.com/bradymiller/openemr/commits/escribe-mmf_1
-brady

bradymiller wrote on Tuesday, December 14, 2010:

hey,
Embedded my code review in your code here:
http://github.com/bradymiller/openemr/commit/34afff0116c6af2bc0a37ea7c45855a3e1ac9e4d
-brady

allenluo wrote on Tuesday, December 14, 2010:

Am I to understand that I just need to email drxcustomersupport@h2hsolutions.com and get an account set up with our physician in order to get it set up with our openemr installation? (I’ve got the patch applied already)

mmfsystems wrote on Wednesday, December 15, 2010:

You have to send mail to H2H asking for the following 3 url’s :

   1) For  access webservices which has to assigned to $GLOBALS variable in interface/globals.php
   2) For sending medical history to digital Rx which has to assigned to $GLOBALS variable in
        interface/globals.php
   3) For getting the unique token which has to assigned to $GLOBALS variable in interface/globals.php

   These URL’s  when integrated you can start using testing,pre-production and production environment according to your
   usage. Once you tie up with H2H they will provide you with vendor id and vendor practice id which has to be managed in
   database.
Thanks 
-MMF Systems
  

mmfsystems wrote on Wednesday, December 15, 2010:

The code related to eprescribing has been committed to github with url http://github.com/bradymiller/openemr/commits/escribe-mmf_1