IBINI0DO ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) X NO E S @X=Y
Q Q
;;^UTILITY(U,$J,"OPT",3941,"U")
;;=MEDICATION COPAY INCOME EXEMPT
;;^UTILITY(U,$J,"OPT",3942,0)
;;=IB RX HARDSHIP^Manually Change Copay Exemption (Hardships)^^R^^^^^^^^
;;^UTILITY(U,$J,"OPT",3942,1,0)
;;=^^7^7^2930419^^
;;^UTILITY(U,$J,"OPT",3942,1,1,0)
;;=This option can be used to give a hardship waiver from the Medication
;;^UTILITY(U,$J,"OPT",3942,1,2,0)
;;=Copayment. If a hardship is granted it will be good for one year from
;;^UTILITY(U,$J,"OPT",3942,1,3,0)
;;=the date of the hardship.
;;^UTILITY(U,$J,"OPT",3942,1,4,0)
;;=
;;^UTILITY(U,$J,"OPT",3942,1,5,0)
;;=This option can also be used to update a single patient's exemption to
;;^UTILITY(U,$J,"OPT",3942,1,6,0)
;;=the correct status as computed from his patient record, if the current
;;^UTILITY(U,$J,"OPT",3942,1,7,0)
;;=exemption does not match what is computed.
;;^UTILITY(U,$J,"OPT",3942,25)
;;=IBARXEX
;;^UTILITY(U,$J,"OPT",3942,"U")
;;=MANUALLY CHANGE COPAY EXEMPTIO
;;^UTILITY(U,$J,"OPT",3943,0)
;;=IB RX INQUIRE^Inquire to Medication Copay Income Exemptions^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3943,1,0)
;;=^^2^2^2930122^
;;^UTILITY(U,$J,"OPT",3943,1,1,0)
;;=This option will allow a brief inquiry to active exemptions or a full
;;^UTILITY(U,$J,"OPT",3943,1,2,0)
;;=inquiry to the history of all exemptions for a patient.
;;^UTILITY(U,$J,"OPT",3943,25)
;;=IBARXEI
;;^UTILITY(U,$J,"OPT",3943,"U")
;;=INQUIRE TO MEDICATION COPAY IN
;;^UTILITY(U,$J,"OPT",3944,0)
;;=IB RX ADD THRESHOLDS^Add Income Thresholds^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3944,1,0)
;;=^^2^2^2930120^
;;^UTILITY(U,$J,"OPT",3944,1,1,0)
;;=This option is used to add the Income Thresholds used in the Medication
;;^UTILITY(U,$J,"OPT",3944,1,2,0)
;;=Copayment Income Exemption.
;;^UTILITY(U,$J,"OPT",3944,25)
;;=ADD^IBARXET
;;^UTILITY(U,$J,"OPT",3944,"U")
;;=ADD INCOME THRESHOLDS
;;^UTILITY(U,$J,"OPT",3945,0)
;;=IB RX PRINT THRESHOLDS^List Income Thresholds^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3945,1,0)
;;=^^3^3^2930120^
;;^UTILITY(U,$J,"OPT",3945,1,1,0)
;;=This option will print a listing of the Income Thresholds used in
;;^UTILITY(U,$J,"OPT",3945,1,2,0)
;;=the Medication Copayment Income Exemption process. The output
;;^UTILITY(U,$J,"OPT",3945,1,3,0)
;;=is sorted by type of Threshold and Effective Date.
;;^UTILITY(U,$J,"OPT",3945,25)
;;=PRINT^IBARXET
;;^UTILITY(U,$J,"OPT",3945,"U")
;;=LIST INCOME THRESHOLDS
;;^UTILITY(U,$J,"OPT",3946,0)
;;=IB RX PRINT PAT. EXEMP.^Print Patient Exemptions or summary^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3946,1,0)
;;=^^5^5^2930323^^^^
;;^UTILITY(U,$J,"OPT",3946,1,1,0)
;;=This option can print a list of patients by exemption status
;;^UTILITY(U,$J,"OPT",3946,1,2,0)
;;=or exemption reason. This will enable a facility to print a list
;;^UTILITY(U,$J,"OPT",3946,1,3,0)
;;=of patients who are either exempt or non-exempt. Optionally the
;;^UTILITY(U,$J,"OPT",3946,1,4,0)
;;=report can print only sub totals without printing the detailed
;;^UTILITY(U,$J,"OPT",3946,1,5,0)
;;=patient listing.
;;^UTILITY(U,$J,"OPT",3946,25)
;;=IBARXEP
;;^UTILITY(U,$J,"OPT",3946,"U")
;;=PRINT PATIENT EXEMPTIONS OR SU
;;^UTILITY(U,$J,"OPT",3947,0)
;;=IB RX PRINT RETRO CHARGES^Print Charges Canceled Due to Income Exemption^^R^^^^^^^^INCOME EXEMPTION PATCH
;;^UTILITY(U,$J,"OPT",3947,1,0)
;;=^^5^5^2930304^^
;;^UTILITY(U,$J,"OPT",3947,1,1,0)
;;=This report will print a list of patients and Medication Copayment
;;^UTILITY(U,$J,"OPT",3947,1,2,0)
;;=charges that have been canceled due to the income exclusion. Initially
IBINI0DO ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 FOR I=1:2
SET X=$TEXT(Q+I)
IF X=""
QUIT
SET Y=$EXTRACT($TEXT(Q+I+1),4,999)
SET X=$EXTRACT(X,4,999)
IF $ASCII(Y)=126
SET I=I+1
SET Y=$EXTRACT(Y,2,999)_$EXTRACT($TEXT(Q+I+1),5,99)
IF $ASCII(Y)=61
SET Y=$EXTRACT(Y,2,999)
XECUTE NO
IF '$TEST
SET @X=Y
Q QUIT
+1 ;;^UTILITY(U,$J,"OPT",3941,"U")
+2 ;;=MEDICATION COPAY INCOME EXEMPT
+3 ;;^UTILITY(U,$J,"OPT",3942,0)
+4 ;;=IB RX HARDSHIP^Manually Change Copay Exemption (Hardships)^^R^^^^^^^^
+5 ;;^UTILITY(U,$J,"OPT",3942,1,0)
+6 ;;=^^7^7^2930419^^
+7 ;;^UTILITY(U,$J,"OPT",3942,1,1,0)
+8 ;;=This option can be used to give a hardship waiver from the Medication
+9 ;;^UTILITY(U,$J,"OPT",3942,1,2,0)
+10 ;;=Copayment. If a hardship is granted it will be good for one year from
+11 ;;^UTILITY(U,$J,"OPT",3942,1,3,0)
+12 ;;=the date of the hardship.
+13 ;;^UTILITY(U,$J,"OPT",3942,1,4,0)
+14 ;;=
+15 ;;^UTILITY(U,$J,"OPT",3942,1,5,0)
+16 ;;=This option can also be used to update a single patient's exemption to
+17 ;;^UTILITY(U,$J,"OPT",3942,1,6,0)
+18 ;;=the correct status as computed from his patient record, if the current
+19 ;;^UTILITY(U,$J,"OPT",3942,1,7,0)
+20 ;;=exemption does not match what is computed.
+21 ;;^UTILITY(U,$J,"OPT",3942,25)
+22 ;;=IBARXEX
+23 ;;^UTILITY(U,$J,"OPT",3942,"U")
+24 ;;=MANUALLY CHANGE COPAY EXEMPTIO
+25 ;;^UTILITY(U,$J,"OPT",3943,0)
+26 ;;=IB RX INQUIRE^Inquire to Medication Copay Income Exemptions^^R^^^^^^^^INTEGRATED BILLING
+27 ;;^UTILITY(U,$J,"OPT",3943,1,0)
+28 ;;=^^2^2^2930122^
+29 ;;^UTILITY(U,$J,"OPT",3943,1,1,0)
+30 ;;=This option will allow a brief inquiry to active exemptions or a full
+31 ;;^UTILITY(U,$J,"OPT",3943,1,2,0)
+32 ;;=inquiry to the history of all exemptions for a patient.
+33 ;;^UTILITY(U,$J,"OPT",3943,25)
+34 ;;=IBARXEI
+35 ;;^UTILITY(U,$J,"OPT",3943,"U")
+36 ;;=INQUIRE TO MEDICATION COPAY IN
+37 ;;^UTILITY(U,$J,"OPT",3944,0)
+38 ;;=IB RX ADD THRESHOLDS^Add Income Thresholds^^R^^^^^^^^INTEGRATED BILLING
+39 ;;^UTILITY(U,$J,"OPT",3944,1,0)
+40 ;;=^^2^2^2930120^
+41 ;;^UTILITY(U,$J,"OPT",3944,1,1,0)
+42 ;;=This option is used to add the Income Thresholds used in the Medication
+43 ;;^UTILITY(U,$J,"OPT",3944,1,2,0)
+44 ;;=Copayment Income Exemption.
+45 ;;^UTILITY(U,$J,"OPT",3944,25)
+46 ;;=ADD^IBARXET
+47 ;;^UTILITY(U,$J,"OPT",3944,"U")
+48 ;;=ADD INCOME THRESHOLDS
+49 ;;^UTILITY(U,$J,"OPT",3945,0)
+50 ;;=IB RX PRINT THRESHOLDS^List Income Thresholds^^R^^^^^^^^INTEGRATED BILLING
+51 ;;^UTILITY(U,$J,"OPT",3945,1,0)
+52 ;;=^^3^3^2930120^
+53 ;;^UTILITY(U,$J,"OPT",3945,1,1,0)
+54 ;;=This option will print a listing of the Income Thresholds used in
+55 ;;^UTILITY(U,$J,"OPT",3945,1,2,0)
+56 ;;=the Medication Copayment Income Exemption process. The output
+57 ;;^UTILITY(U,$J,"OPT",3945,1,3,0)
+58 ;;=is sorted by type of Threshold and Effective Date.
+59 ;;^UTILITY(U,$J,"OPT",3945,25)
+60 ;;=PRINT^IBARXET
+61 ;;^UTILITY(U,$J,"OPT",3945,"U")
+62 ;;=LIST INCOME THRESHOLDS
+63 ;;^UTILITY(U,$J,"OPT",3946,0)
+64 ;;=IB RX PRINT PAT. EXEMP.^Print Patient Exemptions or summary^^R^^^^^^^^INTEGRATED BILLING
+65 ;;^UTILITY(U,$J,"OPT",3946,1,0)
+66 ;;=^^5^5^2930323^^^^
+67 ;;^UTILITY(U,$J,"OPT",3946,1,1,0)
+68 ;;=This option can print a list of patients by exemption status
+69 ;;^UTILITY(U,$J,"OPT",3946,1,2,0)
+70 ;;=or exemption reason. This will enable a facility to print a list
+71 ;;^UTILITY(U,$J,"OPT",3946,1,3,0)
+72 ;;=of patients who are either exempt or non-exempt. Optionally the
+73 ;;^UTILITY(U,$J,"OPT",3946,1,4,0)
+74 ;;=report can print only sub totals without printing the detailed
+75 ;;^UTILITY(U,$J,"OPT",3946,1,5,0)
+76 ;;=patient listing.
+77 ;;^UTILITY(U,$J,"OPT",3946,25)
+78 ;;=IBARXEP
+79 ;;^UTILITY(U,$J,"OPT",3946,"U")
+80 ;;=PRINT PATIENT EXEMPTIONS OR SU
+81 ;;^UTILITY(U,$J,"OPT",3947,0)
+82 ;;=IB RX PRINT RETRO CHARGES^Print Charges Canceled Due to Income Exemption^^R^^^^^^^^INCOME EXEMPTION PATCH
+83 ;;^UTILITY(U,$J,"OPT",3947,1,0)
+84 ;;=^^5^5^2930304^^
+85 ;;^UTILITY(U,$J,"OPT",3947,1,1,0)
+86 ;;=This report will print a list of patients and Medication Copayment
+87 ;;^UTILITY(U,$J,"OPT",3947,1,2,0)
+88 ;;=charges that have been canceled due to the income exclusion. Initially