| DESCRIPTION OF ENHANCEMENTS |
This patch addresses the following issue:
Associated NSR(s):
==================
N/A
Participating Test Sites:
=========================
TBD
Patient Safety Issues (PSIs):
=============================
HITPS-8027
Defect Tracking System Ticket(s) & Overview:
===========================================
1. Patch Medication Renewal Issue
Problem:
1. Patch Medication Renewal Issue
-------
Inpatient patch medication renewals display an incorrect administration
time. When renewing an order in CPRS that has a schedule to give every x
number of days, the expected first dose may display the incorrect date.
The issue is seen when renewing in CPRS and when processing the order in
Inpatient Order Entry, the user selects to edit the Admin Time before
accepting it.
Resolution:
----------
The problem is that the start date of the original order doesn't exist
during pharmacy processing. This is due to the original start in the
NON-VERIFIED ORDERS file #53.1 not being filed correctly when renewing in
CPRS. The order is finished correctly with appropriate start and stop
dates and the only issue appears to be that the expected first dose
displays with a wrong date. The issue is also only seen when renewing
the order at a time of day prior to the admin time. The correction is to
modify routine PSJHL7 so that the original start date and stop time is
filed to the NON-VERIFIED ORDERS file #53.1. Previous to this patch the
Associated ticket(s):
START DATE/TIME & STOP DATE/TIME were set to null by RENEW^PSJHL7.
Technical Resolution:
---------------------
Code changes to PSJHL7:
- Added newing of PSGNESD & PSGNEFD at RENEW+1
- Set PSGNESD to $P(ND2,U,2) and PSGNEFD=$P(ND2,U,4) at RENEW+6
- Removed setting PSGNESD & PSGNEFD to null at RENEW+12
=====================
1. INC18413351 - Patch Medication Renewal Issue
|