IVMLINS5 ;ALB/KCL - IVM INSURANCE UPLOAD EXTENDED HELP ; 01-FEB-94
;;2.0;INCOME VERIFICATION MATCH;**14**; 21-OCT-94
;;Per VHA Directive 10-93-142, this routine should not be modified.
;
;
EXHLP ; - extended help for the IVM insurance upload
;
; - set screen to full scrolling region
D FULL^VALM1
;
W !!
W !,?15,"***** IVM INSURANCE UPLOAD OPTION - EXTENDED HELP *****"
W !," "
W !,?3,"As part of the Income Verification Match process, requests for insurance"
W !,?3,"are sent to the employers of veterans who do not report active health"
W !,?3,"insurance information in DHCP. If a health insurance policy is identified"
W !,?3,"by the Health Eligibility Center (HEC), the patient policy information"
W !,?3,"is electronically transmitted to the field facility. Once the patient"
W !,?3,"insurance policy has been received by the field facility, field personnel"
W !,?3,"will then be able to review the information and either upload or reject"
W !,?3,"the policy."
W !," "
W !,?3,"This option is used to either upload or reject updated insurance policy"
W !,?3,"information. The user will be presented with a list of patients having"
W !,?3,"uploadable insurance policy information. The user may then select"
W !,?3,"patients from the list and view all insurance policy information currently"
W !,?3,"on file for the patient. The patient insurance policy information that"
W !,?3,"has been received from HEC will be displayed next. Once the"
W !,?3,"user has viewed this information, they will have the option to either"
W !,?3,"upload or reject the insurance policy information. If the user chooses"
W !,?3,"to upload the insurance policy information, a new insurance policy entry"
W !,?3,"will be created for the patient and a message will be sent to"
W !,?3,"HEC, notifying them that the insurance policy was uploaded.",!
;
S DIR(0)="E",DIR("A")="Press RETURN to continue" D ^DIR K DIR
;
W !!,?5,"If the user chooses to reject the insurance policy information the user"
W !,?5,"will be required to enter a reason for why the insurance policy is "
W !,?5,"being rejected. Once a policy has been rejected, the patient will"
W !,?5,"be removed from the list and a message will be sent to HEC,"
W !,?5,"notifying them that the insurance policy was rejected."
W !," "
W !,?5,"MCCR has requested that the IVM INSURANCE UPLOAD option does"
W !,?5,"NOT directly upload the updated insurance policy information"
W !,?5,"sent from HEC. Therefore this option will now allow the user"
W !,?5,"to reject the information or transfer the data to a MCCR"
W !,?5,"insurance module where authorized insurance personnel will"
W !,?5,"have the ability to upload or reject.",!
;
S DIR(0)="E",DIR("A")="Press RETURN to continue" D ^DIR K DIR
S VALMBCK="R"
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HIVMLINS5 2851 printed Oct 16, 2024@18:02:45 Page 2
IVMLINS5 ;ALB/KCL - IVM INSURANCE UPLOAD EXTENDED HELP ; 01-FEB-94
+1 ;;2.0;INCOME VERIFICATION MATCH;**14**; 21-OCT-94
+2 ;;Per VHA Directive 10-93-142, this routine should not be modified.
+3 ;
+4 ;
EXHLP ; - extended help for the IVM insurance upload
+1 ;
+2 ; - set screen to full scrolling region
+3 DO FULL^VALM1
+4 ;
+5 WRITE !!
+6 WRITE !,?15,"***** IVM INSURANCE UPLOAD OPTION - EXTENDED HELP *****"
+7 WRITE !," "
+8 WRITE !,?3,"As part of the Income Verification Match process, requests for insurance"
+9 WRITE !,?3,"are sent to the employers of veterans who do not report active health"
+10 WRITE !,?3,"insurance information in DHCP. If a health insurance policy is identified"
+11 WRITE !,?3,"by the Health Eligibility Center (HEC), the patient policy information"
+12 WRITE !,?3,"is electronically transmitted to the field facility. Once the patient"
+13 WRITE !,?3,"insurance policy has been received by the field facility, field personnel"
+14 WRITE !,?3,"will then be able to review the information and either upload or reject"
+15 WRITE !,?3,"the policy."
+16 WRITE !," "
+17 WRITE !,?3,"This option is used to either upload or reject updated insurance policy"
+18 WRITE !,?3,"information. The user will be presented with a list of patients having"
+19 WRITE !,?3,"uploadable insurance policy information. The user may then select"
+20 WRITE !,?3,"patients from the list and view all insurance policy information currently"
+21 WRITE !,?3,"on file for the patient. The patient insurance policy information that"
+22 WRITE !,?3,"has been received from HEC will be displayed next. Once the"
+23 WRITE !,?3,"user has viewed this information, they will have the option to either"
+24 WRITE !,?3,"upload or reject the insurance policy information. If the user chooses"
+25 WRITE !,?3,"to upload the insurance policy information, a new insurance policy entry"
+26 WRITE !,?3,"will be created for the patient and a message will be sent to"
+27 WRITE !,?3,"HEC, notifying them that the insurance policy was uploaded.",!
+28 ;
+29 SET DIR(0)="E"
SET DIR("A")="Press RETURN to continue"
DO ^DIR
KILL DIR
+30 ;
+31 WRITE !!,?5,"If the user chooses to reject the insurance policy information the user"
+32 WRITE !,?5,"will be required to enter a reason for why the insurance policy is "
+33 WRITE !,?5,"being rejected. Once a policy has been rejected, the patient will"
+34 WRITE !,?5,"be removed from the list and a message will be sent to HEC,"
+35 WRITE !,?5,"notifying them that the insurance policy was rejected."
+36 WRITE !," "
+37 WRITE !,?5,"MCCR has requested that the IVM INSURANCE UPLOAD option does"
+38 WRITE !,?5,"NOT directly upload the updated insurance policy information"
+39 WRITE !,?5,"sent from HEC. Therefore this option will now allow the user"
+40 WRITE !,?5,"to reject the information or transfer the data to a MCCR"
+41 WRITE !,?5,"insurance module where authorized insurance personnel will"
+42 WRITE !,?5,"have the ability to upload or reject.",!
+43 ;
+44 SET DIR(0)="E"
SET DIR("A")="Press RETURN to continue"
DO ^DIR
KILL DIR
+45 SET VALMBCK="R"
+46 QUIT