Difference between revisions of "Episode 78 ePrescribing(eRX) Certification with NewCrop"
Line 4: | Line 4: | ||
CentOs installation (this sets up the OS to listen to port 89 to communication with NewCrop) | CentOs installation (this sets up the OS to listen to port 89 to communication with NewCrop) | ||
− | + | ||
− | + | # run the command: sudo yum install httpd | |
− | + | # run the command: sudo yum install mod_ssl | |
− | + | # edit the config file: sudo joe /etc/httpd/conf/httpd.conf | |
− | + | <pre> ## Add the following lines and save | |
Listen 89 | Listen 89 | ||
SSLProxyEngine on | SSLProxyEngine on | ||
Line 23: | Line 23: | ||
ProxyVia on | ProxyVia on | ||
− | + | </pre> | |
− | + | # run the command: sudo httpd restart | |
+ | |||
VistA installation | VistA installation | ||
Revision as of 04:02, 30 December 2014
Steps to get VistA ePrescribing(eRX) working with NewCrop courtesy of Astronaut, LLC
Overview: Private sector outpatient eRX is a very useful addition to VistA. It requires proprietary parts as well as a Surescripts certification process to be able to eRx. Astronaut VistA achieved this certification in approximately 2 months working very part time to do so. The process is outlined below.
CentOs installation (this sets up the OS to listen to port 89 to communication with NewCrop)
- run the command: sudo yum install httpd
- run the command: sudo yum install mod_ssl
- edit the config file: sudo joe /etc/httpd/conf/httpd.conf
## Add the following lines and save Listen 89 SSLProxyEngine on ProxyRequests on <Proxy *> Order deny,allow Deny from all Allow from localhost </Proxy> SSLProxyEngine on SSLProxyVerify none ProxyVia on
- run the command: sudo httpd restart
VistA installation
VistA installation consists of both proprietary and non-proprietary parts. The first non-proprietary parts are here: https://trac.opensourcevista.net/browser/ePrescribing/tags/1.0. The other proprietary parts consist of a few KIDS builds that must be obtained from NewCrop and other sources. It will not work without the proprietary parts. The proprietary parts cannot be obtained from Astronaut.
- Install kids patches
- In Fileman, edit the account information in file #113059002 (C0P WS ACCT)
- In Fileman, edit the individual user’s information in the New Person file (C0P fields)
- In Fileman, edit the individual location’s information in the Hospital Location file (C0P fields)
Notes on errors: If an error message pops up, complaining about %zewdGTM httpPost+35, your system isn’t configured properly to allow the connection (see CentOs installation above) if an error handler pops up in the ePrescribe window, ensure that the user currently logged in has been properly set up in the NEW PERSON file (Step 3 in VistA installation)
NewCrop/Surescripts Certification Process
- It is probably best to get familiar with it using the stand-alone web only product first.
- Once you've signed the contract with NewCrop you can get and install the proprietary parts.
- You must setup your system to go to the demo system first. They have a document on what will be exercised.
- When you think you are ready you demo to the Newcrop Technical person. Once passed, you receive further instructions on setting up a fictitious patient and physician for test certification. Once that is done you demo with the NewCrop support person. If passed they then setup for certification with Surescripts. Once passed they will setup your production account and you point your system at it.
- Controlled substances is a separate certification obtained after regular medication certification in step 4.