Sidebar

What steps need to occur in QIE to support the new calls to get either a 1.1 or 2.1 CCDA?

0 votes
626 views
asked Jan 18, 2018 by gary-t-8719 (14,860 points)

2 Answers

0 votes
 
Best answer

In GE Centricity you can update the version from 1.1 to 2.1 for your web service calls.

answered Feb 16, 2018 by michael-h-5027 (14,350 points)
0 votes

If you want to set up a test environment without changing the Centricity CDA version value as shown in the "Best Answer" above then in QIE you could set up two channels (production channel and a second test channel) and add the following parameter and set one to 1.1 and the other to 2.1.

In the "GetClinicalDocument" web service call you can add a parameter of "CCDAVersion" that will accept values of either "1.1" or "2.1"

In the screenshot below that parameter has been added to line 146 but has been commented out so that it will not be used by older versions of the "GetClinicalDocument" web service call.

To un-comment that line you can remove the "//" from in front of the first quote. Leaving a line like this:

"            <CCDAVersion>2.1</CCDAVersion>\n" +

It is our understanding that version 2.1 will be available in CPS 12.3 & EMR 9.12 or greater. In addition, you will need to make sure that your Azure Active Directory is configured properly by GE.

answered Jan 18, 2018 by michael-h-5027 (14,350 points)
edited Feb 16, 2018 by gary-t-8719
...