| DESCRIPTION OF ENHANCEMENTS |
This patch is part of CPRS v31 updates. It includes changes to the Outpatient
Complete Orders from OERR [PSO LMOE FINISH]
-------------------------------------------------------------
When trying to finish an order if the Outpatient Pharmacy user selects a
dispense drug that has a maximum days supply limit lower than the value
that was entered in the order by CPRS, the software will inform the user
that the current value for DAYS SUPPLY is invalid and it will prompt the
user to enter a new value within the maximum value allowed for the
dispense drug chosen, as shown in the example below:
Pending OP Orders (ROUTINE) Jan 11, 2017@13:52:45 Page: 1 of 2
Pharmacy application related to DAYS SUPPLY values over 90 days verification
TEST,PATIENT <A>
PID: 666-66-6666 Ht(cm): _______ (______)
DOB: DEC 02,1900 (116) Wt(kg): _______ (______)
------------------------------------------------------------------------
*(1) Orderable Item: FUROSEMIDE TAB <DIN>
(2) Drug: No Dispense Drug Selected
Verb: TAKE
(3) *Dosage: 40MG
*Route: BY MOUTH
*Schedule: DAILY
when a specific dispense drug is not defined in the pending order from CPRS.
(4) Pat Instruct:
Provider Comments:
Instructions: TAKE 1 TABLET BY MOUTH DAILY
(5) Patient Status: NBC
(6) Issue Date: JAN 5,2017 (7) Fill Date: JAN 11,2017
(8) Days Supply: 180 (9) QTY ( ): 180
------------------------------------------------------------------------
+ Enter ?? for more actions
Select Item(s): Next Screen// FN Finish
This patch also contains a new function for CPRS to call before authorizing
DRUG NAME REQUIRED
Instructions: TAKE 1 TABLET BY MOUTH DAILY
The following Drug(s) are available for selection:
1. FUROSEMIDE 40MG TAB
2. FUROSEMIDE 20 MG
3. FUROSEMIDE 40MG 60'S
4. FUROSEMIDE 20MG TABS
the user to copy an Outpatient Pharmacy order.
Select Drug by number: (1-4): 1
Invalid DAYS SUPPLY value (180), resetting it to 90 (maximum allowed).
DAYS SUPPLY: (1-90): 90//
2. A new Outpatient Pharmacy API called $$ORCOPY^PSOORCPY was created for
Computerized Patient Record System (CPRS) to call in order to verify
whether an Outpatient Pharmacy order can be copied or not. It will check
to verify the dispense drug is still active and still marked for the
outpatient application. The new API returns the following
"-1^Not a Valid Outpatient Medication Order." - The prescription record
cannot be found.
"0^<Reason>" - O indicates the order cannot be copied and the <Reason> why
it cannot be copied (e.g., "0^This Drug has been Inactivated.")
"1" - Order can be copied.
Below Are some details regarding the two changes in this patch:
3. A new VistA Integration Control Registration (ICR) #6719 was created to
allow the Computerized Patient Record System V. 1.0 (CPRS) to call the new
Outpatient Pharmacy API $$ORCOPY^PSOORCPY (see #2 above) in order to
prevent the copy of Outpatient Pharmacy order in certain situations, such
as dispense drug is inactive or the dispense drug is no longer marked for
outpatient pharmacy use.
1. Patient Prescription Processing [PSO LM BACKDOOR]
|