Difference between revisions of "Episode 78 ePrescribing(eRX) Certification with NewCrop"

From VistApedia
Jump to: navigation, search
Line 26: Line 26:
  
 
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.
 
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.
1) Install kids patches
+
# Install kids patches
2) In Fileman, edit the account information in file #113059002 (C0P WS ACCT)
+
# In Fileman, edit the account information in file #113059002 (C0P WS ACCT)
3) In Fileman, edit the individual user’s information in the New Person file (C0P fields)
+
# In Fileman, edit the individual user’s information in the New Person file (C0P fields)
4) In Fileman, edit the individual location’s information in the Hospital Location file (C0P fields)
+
# In Fileman, edit the individual location’s information in the Hospital Location file (C0P fields)
 
   
 
   
 
Notes on errors:
 
Notes on errors:
Line 37: Line 37:
 
NewCrop/Surescripts Certification Process
 
NewCrop/Surescripts Certification Process
  
1) It is probably best to get familiar with it using the stand-alone web only product first.
+
# It is probably best to get familiar with it using the stand-alone web only product first.
2) Once you've signed the contract with NewCrop you can get and install the proprietary parts.
+
# Once you've signed the contract with NewCrop you can get and install the proprietary parts.
3) You must setup your system to go to the demo system first. They have a document on what will be exercised.
+
# You must setup your system to go to the demo system first. They have a document on what will be exercised.
4) 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.
+
# 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.
5) Controlled substances is a separate certification obtained after regular medication certification in step 4.
+
# Controlled substances is a separate certification obtained after regular medication certification in step 4.

Revision as of 03:58, 30 December 2014

Steps to get VistA ePrescribing(eRX) working with NewCrop courtesy of Astronaut, LLC

CentOs installation (this sets up the OS to listen to port 89 to communication with NewCrop)

1)  run the command: sudo yum install httpd   
2)  run the command: sudo yum install mod_ssl
3)  edit the config file: sudo joe /etc/httpd/conf/httpd.conf
     3a) 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
4)  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.

  1. Install kids patches
  2. In Fileman, edit the account information in file #113059002 (C0P WS ACCT)
  3. In Fileman, edit the individual user’s information in the New Person file (C0P fields)
  4. 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

  1. It is probably best to get familiar with it using the stand-alone web only product first.
  2. Once you've signed the contract with NewCrop you can get and install the proprietary parts.
  3. You must setup your system to go to the demo system first. They have a document on what will be exercised.
  4. 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.
  5. Controlled substances is a separate certification obtained after regular medication certification in step 4.