| DESCRIPTION OF ENHANCEMENTS |
This patch will address the following issue:
Problem:
-------
Patch PSO*7*706 was released on September 21st, 2022 to address this issue.
However, an issue was discovered with the logic to auto-match Prescriber and
Drug in VistA once the eRx XML message is received from the eRx Hub.
Resolution:
-------------
This patch corrects the auto-match VistA algorithm to addresses this issue.
Technical Resolution:
--------------------
Patch PSO*7*706 assumed that the XML parameter in the PSOERXI1 INCERX RPC
Broker call (responsible for processing incoming eRx from the eRx Hub)
contained the entire eRx XML record. However, during tests with the updated
eRx Hub it turned out that the incoming XML message is fragmented in 3
parameters: XML, XML2 and XML3. Information about Prescriber and Drug seems
to be sent on XML2 and that's why the logic in PSO*7*706 failed. This patch
now checks the parsed information stored in the ^TMP($J,"PSOERXO1") global,
1. INC23078077 - Delayed delivery of electronic doctor orders through VHA
which is supposed to contain the complete incoming XML information from XML,
XML2 and XML3.
Inbound eRx hub
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
1. INC23078077 - Delayed delivery of electronic doctor orders through VHA
Inbound eRx hub
|