$TXT Created by FERRARESE,MARY ANNE at MNTVLL.FO-ALBANY.MED.VA.GOV (KIDS) on Thursday, 10/30/08 at 16:31 ============================================================================= Run Date: JAN 09, 2009 Designation: IVM*2*134 Package : IVM - INCOME VERIFICATION MATCH Priority: Mandatory Version : 2 SEQ #111 Status: Released Compliance Date: FEB 09, 2009 ============================================================================= Associated patches: (v)IVM*2*128 <<= must be installed BEFORE `IVM*2*134' Subject: REMOVE FIELD CHECK FOR Z07 INCONSISTENCIES Category: - Routine Description: ============ This patch fixes a problem with the Z07 Build Consistency Check [DG Z07 CONSISTENCY CHECK] option whereby inconsistencies that have been resolved are potentially not being removed from the INCONSISTENT DATA file (#38.5). The option calls a line of code (DELETE^IVMZ07C) which currently uses the CHECK/DON'T CHECK field (#5) in conjunction with the USE FOR Z07 CHECK field (#6) to determine whether or not a particular inconsistency should be deleted. VHA Directive 2008-031, VETERANS HEALTH INFORMATION AND TECHNOLOGY ARCHITECTURE (VISTA) CONSISTENCY CHECKS, dated June 10, 2008, directed sites to change the value of the CHECK/DON'T CHECK field (#5) of the INCONSISTENT DATA ELEMENTS file (#38.6) to a value of "DON'T CHECK" for a number of the Z07 Consistency Checks (CC). A copy of the directive can be found at the following link: http://vaww1.va.gov/vhapublications/ViewPublication.asp?pub_ID=1701 After installation of this patch, the DELETE^IVMZ07C will be modified to only use the USE FOR Z07 CHECK field (#6) when determining whether or not a particular Z07 inconsistent data element should be removed from the INCONSISTENT DATA file (#38.5). This will synchronize the output of the Inconsistent Data Elements Report [DG CONSISTENCY PRINT] option and the Z07 Build Consistency Check option [DG Z07 CONSISTENCY CHECK]. In order for Z07 inconsistencies, for which the data has been previously corrected, to be removed one of two things will need to occur, as follows: (1) The patient would have to have an event that would trigger an unsolicited full data transmission (ORU~Z07) to the Health Eligibility Center (HEC), OR, (2) Site personnel would need to run the Z07 Build Consistency Check [DG Z07 CONSISTENCY CHECK] option for the patient in question. Similar changes were made in patch IVM*2.0*132 and released previous to this patch. Patch IVM*2.0*132 should be installed before this patch. This patch addresses the following New Service Request (NSR): ------------------------------------------------------------- There is no NSR associated with this patch. This patch addresses the following Remedy tickets: ---------------------------------------------------- There are no remedy tickets associated with this patch. Test Sites: ----------- MARYLAND HCS TOGUS, ME ATLANTA ================INSTALLATION INSTRUCTIONS ================= If installed during the normal workday, it is recommended that the following selections in the OPTION (#19) file be disabled to prevent possible conflicts while running the KIDS Install. Z07 Build Consistency Check [DG Z07 CONSISTENCY CHECK] IVM BACKGROUND JOB [IVM BACKGROUND JOB] Install Time - less than 5 minutes 1. LOAD TRANSPORT GLOBAL --------------------- Choose the PackMan message containing this patch and invoke the INSTALL/CHECK MESSAGE PackMan option. 2. START UP KIDS ------------- 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 Select Installation Option: 3. Select Installation Option: --------------------------- NOTE: The following are OPTIONAL - (When prompted for the INSTALL NAME, enter IVM*2.0*134): 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. Select Installation Option: Install Package(s) ------------------ **This is the step to start the installation of this KIDS patch: a. Choose the Install Package(s) option to start the patch install. b. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//' answer NO. c. When prompted 'Want to DISABLE Scheduled Options , Menu Options, and Protocols? YES//' answer YES. d. When prompted 'Enter options you wish to mark as 'Out Of Order':' Enter the following options: Z07 Build Consistency Check [DG Z07 CONSISTENCY CHECK] IVM BACKGROUND JOB [IVM BACKGROUND JOB] e. When prompted 'Enter protocols you wish to mark as 'Out Of Order':' press . Routine Information: ==================== The second line of each of these routines now looks like: ;;2.0;INCOME VERIFICATION MATCH;**[Patch List]**;JUL 8,1996;Build 1 The checksums below are new checksums, and can be checked with CHECK1^XTSUMBLD. Routine Name: IVMZ07C Before: B18396291 After: B18065653 **105,128,134** Description of Changes: IVMZ07C changed from: . I '$P(^DGIN(38.6,RULE,0),U,5),$P(^DGIN(38.6,RULE,0),U,6) S DELARRY(RULE)="" To: . I $P(^DGIN(38.6,RULE,0),U,6) S DELARRY(RULE)="" Routine list of preceding patches: 128 ============================================================================= User Information: Entered By : FERRARESE,MARY ANN Date Entered : SEP 09, 2008 Completed By: RUDINGER,NANCY L. Date Completed: JAN 09, 2009 Released By : GROOMS,ANTHONY E Date Released : JAN 09, 2009 ============================================================================= Packman Mail Message: ===================== $END TXT