RXPert Contents | 3Q96 Pages 5 & 6 |
5. Miscellaneous Set Up Items:
6. NURSE SET-UP IMPLICATIONS:
RESPONSE: One suggestion is to allow nursing to enter a once/once order on INVISION using a generic "dummy" service. Build Nursing a one-time med/iv order pathway (same pathway used for meds and IVs) allowing the nurse to change the name and enter relevant order information in the direction fields. Pharmacy inputs the order in the morning on SMS Pharmacy starting with the second dose (nursing should note on the order sheet if one dose was entered and charted ahead of time) and performs a miscellaneous charge for the first dose given by nursing.
7. MISCELLANEOUS INFORMATION:
RESPONSE: PRN orders are allowed on SMS Rx and the interface. What is not supported is a scheduled unspecified order, i.e., a scheduled (routine) order with no specified TOAs. The purpose of these orders (e.g., some oncology orders or pre-op order) is to create an order that acts like a PRN (i.e., no occurrences or TOAs), but appears with other scheduled/routine orders on MARs, etc. This type of order is not supported on INVISION and is therefore scoped out of the interface project. There are two recommendations for entering this type of order:
- Enter the order as PRN (unspecified) order. No TOAs will be created, although the order will appear with other non-scheduled (PRN) orders on reports.
- Enter the order as a scheduled order. This will build a TOA; however, the order will be grouped with other scheduled orders.
RESPONSE
RESPONSE: The INVISION TCL, RXIFEO08, examines and values the following data coming over from SMS Rx:
- %RXIF001 = Sig Code
- %RXIF002 = Type Sig Code
- %RXIF003 = Type Sig Data
- %RXIF004 = Priority Code
- non-standard times of administration (C3701 thru C3708)
Depending on the values, the daily/weekly frequencies, C1215/C1219 are valued using the following logic:
Where C3701 is valued (non standard order) then
$TRXIFEO28 (set non standard times)
Else
Where %RXIF004=OT (one-time order), ES, OS, EX then
C1215=Once
C1215=Once
Else
Where C1486 (Ord IV Method Type) is valued (IV Order) and %RXIF001 is unvalued (continuous IV) then
use SMSRXHRS expression in PRALC
Else
Where C1486 is valued and %RXIF001 equals then
use SMSRXHRS expression in PRALC
Else
Where %RXIF001 is valued and %RXIF002 in (R,D) and %RXIF003 is valued then
C1215=%RXIF001
C1219=%RXIF003
Else
Where %RXIF001 is valued and %RXIF002=H and %RXIF003 is valued then
use SMSRXHRS expression in PRALC
Else
Where %RXIF001 is valued then
C1215=%RXIF001
C1219=Daily
Else issue $MSG=120225