| DESCRIPTION OF ENHANCEMENTS |
This patch will resolve the following issues:
Patient Safety Issues (PSIs):
-----------------------------
N/A
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
Problem:
--------
1) INC19851999 - This patch will address the issue described in
ServiceNow, regarding when the Scheduled SPMP Data Export is run [PSO SPMP
SCHEDULED EXPORT], Zero Reports are only being generated to the
dispensing pharmacy's state. Meds by Mail states are not receiving Zero
Reports.
2) INC23242505 - This patch will address the issue described in
ServiceNow, regarding the use of the View/Export Void Prescriptions
option [PSO SPMP VOID RX VIEW/EXPORT] for Meds by Mail states, the single
RX void batch was sent to the state that is contained in the patient's
1) INC19851999 - When the Scheduled SPMP Data Export is run [PSO SPMP
currently active address on profile. If the patient moved or was using a
temporary address after the original batch was sent, the void may go to
the wrong state.
Resolution 1:
-------------
It was discovered that when the Scheduled SPMP Data Export is run [PSO
SPMP SCHEDULED EXPORT], Zero Reports are only generated for the
dispensing pharmacy state. The Meds by Mail states are not receiving
SCHEDULED EXPORT], Meds by Mail states are not receiving Zero Reports.
Zero Reports. This is due to Meds by Mail states not having an Outpatient
Site (File #59) defined, since the medication was not dispensed from the
state. However, the Outpatient Site is required to pull the DEA# which
is a required field for the State Prescription Monitoring Program. So a
new state parameter field will be added to the View/Edit SPMP State
Parameters option [PSO SPMP STATE PARAMETERS] with this patch (File
#58.41 Field #22). The new state parameter, "ZERO REPORT DEFAULT
DIVISION:", will only display for states that are set to Meds by Mail
(i.e. Send Export State Parameter = 2 Send to state of Patient
Delivery). The Meds by Mail states will be able to select a Meds by Mail
division that points to the appropriate DEA number. Routine PSOSPMSP will
be modified to add the new state parameter. Routine PSOSPML0 will have a
new temp global to store all states that had prescriptions either
dispensed or mailed to them.
Resolution 2:
-------------
It was discovered that when the View/Export Void Prescriptions option
[PSO SPMP VOID RX VIEW/EXPORT] was used for Meds by Mail states, the
single RX void batch was sent to the state that is contained in the
2) INC23242505 - When using the View/Export Void Prescriptions option
patient's currently active address on profile. If the patient moved or
was using a temporary address after the original batch was sent, the void
may go to the wrong state. Logic will be added to the View/Export Void
Prescriptions option [PSO SPMP VOID RX VIEW/EXPORT] and the Scheduled SPMP
Data Export option [PSO SPMP SCHEDULED EXPORT] for voids, to check what
state the original RX was sent and send the void to the same state.
Changes were made to the RXLOOP tag of PSOSPMV routine and the addition
of the VOIDST tag in the PSOSPMV routine. Changes were also made to the
GATHER tag of the PSOSPMU1 routine.
[PSO SPMP VOID RX VIEW/EXPORT] for Meds by Mail states, the single RX
void batch was sent to the wrong state.
|