$TXT Created by SMITH,ROBERT at MNTVBB.FO-ALBANY.MED.VA.GOV (KIDS) on Tuesday, 07/12/05 at 15:00 ============================================================================= Run Date: AUG 31, 2005 Designation: GMRA*4*27 Package : GMRA - ADVERSE REACTION TRACKING Priority: EMERGENCY Version : 4 SEQ #24 Status: Released Compliance Date: SEP 02, 2005 ============================================================================= Associated patches: (v)GMRA*4*13 <<= must be installed BEFORE `GMRA*4*27' (v)GMRA*4*21 <<= must be installed BEFORE `GMRA*4*27' Subject: ALLERGY ORDER CHECK DOES NOT FIRE FOR CONTRAST MEDIA, OTHER Category: - Routine Description: ============ PSI-05-054 documents a patient safety issue due to allergy bulletin not being fired. Ticket is HD99674. This patch will correct the reported problem of the allergy bulletin not being fired if the contrast media has a VA DRUG CLASS of DX109. ASSOCIATED REMEDY: ================= HD67727 - ISL-0903-52345 CONTRAST MEDIA ORDER CHECK PROBLEMS DUPLICATES: HD67705 - ANC-0803-51826 ALLERGY-CONTRAST MEDIA HD67864 - MAC-0104-62285 Order check for allergy to contrast not working HD99674 - ALLERGY ORDER CHECK DOES NOT FIRE FOR CONTRAST MEDIA, OTHER WHEN ORDERING RADIOLOGY PROCEDURES - PSI-05-054 ASSOCIATED E3RS: ================ N/A PARTICIPATING TEST SITES ======================== Huntington, WV Puget Snd HCS Portland, OR Northern California HCS IV&V group REMEDY OVERVIEW: ================ HD67727 - ISL-0903-52345 CONTRAST MEDIA ORDER CHECK PROBLEMS Problem: -------- Users reported that the allergy bulletin is not firing when ordering a radiology procedure involving CONTRAST MEDIA, OTHER. The radiology order checking routine GMRARAD checks for VA DRUG CLASS values of DX100, DX010 and DX102. CONTRAST MEDIA, OTHER is assigned to VA DRUG CLASS DX109 so it does not fire the bulletin. Duplicate ticket HD99674 identified a potential safety issue documented in PSI-05-054. This patch will correct the issue. Resolution: ----------- GMRARAD & GMRARAD1 will be modified to include VA DRUG CLASS DX109 which will trigger the allergy bulletin. TECHNICAL ========= Routine: GMRARAD * OLD * GMRARAD ;HIRMFO/RM-Radiology\ART Interface Routine ;9/16/04 10:27 * NEW * GMRARAD ;HIRMFO/RM-Radiology\ART Interface Routine ;12/8/04 08:03 * OLD * ;;4.0;Adverse Reaction Tracking;**21**;ar 29, 1996 * NEW * ;;4.0;Adverse Reaction Tracking;**21,27**;Mar 29, 1996 * OLD * .F DRCL="DX100","DX101","DX102" S DRCL1=$O(^PS(50.605,"B",DRCL,0 ))_";PS(50.605," I $P(ZERO,U,3)=DRCL1!$D(^GMR(120.8,DA,3,"B",+DRCL1 )) S FXN=1 Q * NEW * .F DRCL="DX100","DX101","DX102","DX103","DX104","DX105","DX106", "DX107","DX108","DX109" S DRCL1=$O(^PS(50.605,"B",DRCL,0))_";PS(50. 605," I $P(ZERO,U,3)=DRCL1!$D(^GMR(120.8,DA,3,"B",+DRCL1)) S FXN=1 Q Routine: GMRARAD1 * OLD * ;;4.0;Adverse Reaction Tracking;**13**;Mar 29, 1996 * NEW * ;;4.0;Adverse Reaction Tracking;**13,27**;Mar 29, 1996 * OLD * I $P(GMRAVAR,";",2)="PSDRUG(" S:"^DX100^DX101^DX102^"[("^"_$P($G (^PSDRUG(GMRAX,0)),U,2)_"^") CHK=1 * NEW * I $P(GMRAVAR,";",2)="PSDRUG(" S:"^DX100^DX101^DX102^DX103^DX104^ DX105^DX106^DX107^DX108^DX109^"[("^"_$P($G(^PSDRUG(GMRAX,0)),U,2)_" ^") CHK=1 * OLD * ...I "^DX100^DX101^DX102^"[("^"_$P(GMRACL(CLASS),U,2)_"^") S CHK=1 * NEW * ...I "^DX100^DX101^DX102^DX103^DX104^DX105^DX106^DX107^DX108^DX109 ^"[("^"_$P(GMRACL(CLASS),U,2)_"^") S CHK=1 ROUTINE SUMMARY: ================ The following is a list of the routine(s) included in this patch. The second line of each of these routine(s) will look like: ;;4.0;Adverse Reaction Tracking;**[Patch List]**;Mar 29, 1996 CHECK^XTSUMBLD results Routine name Before Patch After Patch Patch List ============ ============ =========== ========== GMRARAD 11187232 11723173 21,27 GMRARAD1 935458 1501331 13,27 INSTALLATION INSTRUCTIONS ========================= Users should be off the system when these patches are installed. Failure to do so may result in errors or missed allergy entries. Installation takes less then 2 minutes. 1. Choose the PackMan message containing this patch and invoke the INSTALL/CHECK MESSAGE PackMan option. 2. Start up the Kernel Installation and Distribution System Menu [XPD MAIN]: Edits and Distribution ... Utilities ... Installation ... Select Kernel Installation & Distribution System Option: INStallation Load a Distribution Print Transport Global Compare Transport Global to Current System Verify Checksums in Transport Global Install Package(s) Restart Install of Package(s) Unload a Distribution Backup a Transport Global 3. From this menu, you may elect to use the following options (when prompted for the INSTALL NAME, enter GMRA*4.0*27): a. Backup a Transport Global - This option will create a backup message of any routines exported with this patch. It will not backup any other changes such as DD's or templates. b. Compare Transport Global to Current System - This option will allow you to view all changes that will be made when this patch is installed. It compares all components of this patch (routines, DD's, templates, etc.). c. Verify Checksums in Transport Global - This option will allow you to ensure the integrity of the routines that are in the transport global. 4. Use the Install Package(s) option and select the package GMRA*4.0*27. a. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//', answer NO (unless otherwise indicated). b. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and Protocols? YES//', answer NO. Routine Information: ==================== Routine Name: - GMRARAD Routine Checksum: Routine Name: - GMRARAD1 Routine Checksum: ============================================================================= User Information: Entered By : SMITH,ROBERT J Date Entered : JUN 21, 2005 Completed By: BOWEN,MARY JANE Date Completed: AUG 30, 2005 Released By : CAMPBELL,THOMAS Date Released : AUG 31, 2005 ============================================================================= Packman Mail Message: ===================== $END TXT