IBINI0DJ ; ; 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",3377,1,1,0)
;;=Allows inquiry to the Category C patients number of inpatient days
;;^UTILITY(U,$J,"OPT",3377,1,2,0)
;;=and amounts billed.
;;^UTILITY(U,$J,"OPT",3377,25)
;;=IBOBCRT
;;^UTILITY(U,$J,"OPT",3377,"U")
;;=PATIENT BILLING CLOCK INQUIRY
;;^UTILITY(U,$J,"OPT",3378,0)
;;=IB CANCEL/EDIT/ADD CHARGES^Cancel/Edit/Add Patient Charges^^R^^IB AUTHORIZE^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3378,1,0)
;;=^^2^2^2920205^^^
;;^UTILITY(U,$J,"OPT",3378,1,1,0)
;;=This option will allow the user to directly cancel, edit, or add
;;^UTILITY(U,$J,"OPT",3378,1,2,0)
;;=to patient charges.
;;^UTILITY(U,$J,"OPT",3378,25)
;;=IBECEA
;;^UTILITY(U,$J,"OPT",3378,"U")
;;=CANCEL/EDIT/ADD PATIENT CHARGE
;;^UTILITY(U,$J,"OPT",3380,0)
;;=IB OUTPUT VETS BY DISCH^Veterans w/Insurance and Discharges^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3380,1,0)
;;=^^1^1^2930712^^^^
;;^UTILITY(U,$J,"OPT",3380,1,1,0)
;;=List of Veteran discharges by division that are billable.
;;^UTILITY(U,$J,"OPT",3380,25)
;;=INPDIS^IBCONSC
;;^UTILITY(U,$J,"OPT",3380,"U")
;;=VETERANS W/INSURANCE AND DISCH
;;^UTILITY(U,$J,"OPT",3381,0)
;;=IB BACKGRND VET DISCHS W/INS^Background Vet. Patients with Discharges and Ins^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3381,1,0)
;;=^^2^2^2940207^
;;^UTILITY(U,$J,"OPT",3381,1,1,0)
;;=This option may be set to be queued once per week to run and generate
;;^UTILITY(U,$J,"OPT",3381,1,2,0)
;;=a list of Veterans with Insurance and Discharges.
;;^UTILITY(U,$J,"OPT",3381,25)
;;=EN^IBCONS1
;;^UTILITY(U,$J,"OPT",3381,"U")
;;=BACKGROUND VET. PATIENTS WITH
;;^UTILITY(U,$J,"OPT",3382,0)
;;=IB OUTPUT CONTINUOUS PATIENTS^Patient Currently Cont. Hospitalized since 1986^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3382,1,0)
;;=^^2^2^2920304^^^
;;^UTILITY(U,$J,"OPT",3382,1,1,0)
;;=This option is a list of current inpatients continuously hospitalized
;;^UTILITY(U,$J,"OPT",3382,1,2,0)
;;=at the same level of care since 1986.
;;^UTILITY(U,$J,"OPT",3382,25)
;;=IBOBCR6
;;^UTILITY(U,$J,"OPT",3382,"U")
;;=PATIENT CURRENTLY CONT. HOSPIT
;;^UTILITY(U,$J,"OPT",3383,0)
;;=IB OUTPUT MOST COMMON OPT CPT^Most Commonly used Outpatient CPT Codes^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3383,1,0)
;;=^^3^3^2920312^^^^
;;^UTILITY(U,$J,"OPT",3383,1,1,0)
;;=This option will list the most common Ambulatory Procedures and
;;^UTILITY(U,$J,"OPT",3383,1,2,0)
;;=Ambulatory Surgeries performed in a date range for a given set of clinics.
;;^UTILITY(U,$J,"OPT",3383,1,3,0)
;;=This can be used to help build the CPT Check-off Sheets.
;;^UTILITY(U,$J,"OPT",3383,25)
;;=IBOCNC
;;^UTILITY(U,$J,"OPT",3383,"U")
;;=MOST COMMONLY USED OUTPATIENT
;;^UTILITY(U,$J,"OPT",3384,0)
;;=IB OUTPUT INPTS WITHOUT INS^Inpatients w/Unknown or Expired Insurance^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3384,1,0)
;;=^^3^3^2920604^^^
;;^UTILITY(U,$J,"OPT",3384,1,1,0)
;;=This option will produce a list of either current inpatients or admissions
;;^UTILITY(U,$J,"OPT",3384,1,2,0)
;;=for a date range where the patient has either unknown insurance or the
;;^UTILITY(U,$J,"OPT",3384,1,3,0)
;;=insurance is expired.
;;^UTILITY(U,$J,"OPT",3384,25)
;;=IBOUNP4
;;^UTILITY(U,$J,"OPT",3384,"U")
;;=INPATIENTS W/UNKNOWN OR EXPIRE
;;^UTILITY(U,$J,"OPT",3385,0)
;;=IB OUTPUT OPTS WITHOUT INS^Outpatients w/Unknown or Expired Insurance^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",3385,1,0)
;;=^^2^2^2920604^^^
;;^UTILITY(U,$J,"OPT",3385,1,1,0)
;;=This report will produce a list of patients for clinic appointments
IBINI0DJ ; ; 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",3377,1,1,0)
+2 ;;=Allows inquiry to the Category C patients number of inpatient days
+3 ;;^UTILITY(U,$J,"OPT",3377,1,2,0)
+4 ;;=and amounts billed.
+5 ;;^UTILITY(U,$J,"OPT",3377,25)
+6 ;;=IBOBCRT
+7 ;;^UTILITY(U,$J,"OPT",3377,"U")
+8 ;;=PATIENT BILLING CLOCK INQUIRY
+9 ;;^UTILITY(U,$J,"OPT",3378,0)
+10 ;;=IB CANCEL/EDIT/ADD CHARGES^Cancel/Edit/Add Patient Charges^^R^^IB AUTHORIZE^^^^^^INTEGRATED BILLING
+11 ;;^UTILITY(U,$J,"OPT",3378,1,0)
+12 ;;=^^2^2^2920205^^^
+13 ;;^UTILITY(U,$J,"OPT",3378,1,1,0)
+14 ;;=This option will allow the user to directly cancel, edit, or add
+15 ;;^UTILITY(U,$J,"OPT",3378,1,2,0)
+16 ;;=to patient charges.
+17 ;;^UTILITY(U,$J,"OPT",3378,25)
+18 ;;=IBECEA
+19 ;;^UTILITY(U,$J,"OPT",3378,"U")
+20 ;;=CANCEL/EDIT/ADD PATIENT CHARGE
+21 ;;^UTILITY(U,$J,"OPT",3380,0)
+22 ;;=IB OUTPUT VETS BY DISCH^Veterans w/Insurance and Discharges^^R^^^^^^^^INTEGRATED BILLING
+23 ;;^UTILITY(U,$J,"OPT",3380,1,0)
+24 ;;=^^1^1^2930712^^^^
+25 ;;^UTILITY(U,$J,"OPT",3380,1,1,0)
+26 ;;=List of Veteran discharges by division that are billable.
+27 ;;^UTILITY(U,$J,"OPT",3380,25)
+28 ;;=INPDIS^IBCONSC
+29 ;;^UTILITY(U,$J,"OPT",3380,"U")
+30 ;;=VETERANS W/INSURANCE AND DISCH
+31 ;;^UTILITY(U,$J,"OPT",3381,0)
+32 ;;=IB BACKGRND VET DISCHS W/INS^Background Vet. Patients with Discharges and Ins^^R^^^^^^^^INTEGRATED BILLING
+33 ;;^UTILITY(U,$J,"OPT",3381,1,0)
+34 ;;=^^2^2^2940207^
+35 ;;^UTILITY(U,$J,"OPT",3381,1,1,0)
+36 ;;=This option may be set to be queued once per week to run and generate
+37 ;;^UTILITY(U,$J,"OPT",3381,1,2,0)
+38 ;;=a list of Veterans with Insurance and Discharges.
+39 ;;^UTILITY(U,$J,"OPT",3381,25)
+40 ;;=EN^IBCONS1
+41 ;;^UTILITY(U,$J,"OPT",3381,"U")
+42 ;;=BACKGROUND VET. PATIENTS WITH
+43 ;;^UTILITY(U,$J,"OPT",3382,0)
+44 ;;=IB OUTPUT CONTINUOUS PATIENTS^Patient Currently Cont. Hospitalized since 1986^^R^^^^^^^^INTEGRATED BILLING
+45 ;;^UTILITY(U,$J,"OPT",3382,1,0)
+46 ;;=^^2^2^2920304^^^
+47 ;;^UTILITY(U,$J,"OPT",3382,1,1,0)
+48 ;;=This option is a list of current inpatients continuously hospitalized
+49 ;;^UTILITY(U,$J,"OPT",3382,1,2,0)
+50 ;;=at the same level of care since 1986.
+51 ;;^UTILITY(U,$J,"OPT",3382,25)
+52 ;;=IBOBCR6
+53 ;;^UTILITY(U,$J,"OPT",3382,"U")
+54 ;;=PATIENT CURRENTLY CONT. HOSPIT
+55 ;;^UTILITY(U,$J,"OPT",3383,0)
+56 ;;=IB OUTPUT MOST COMMON OPT CPT^Most Commonly used Outpatient CPT Codes^^R^^^^^^^^INTEGRATED BILLING
+57 ;;^UTILITY(U,$J,"OPT",3383,1,0)
+58 ;;=^^3^3^2920312^^^^
+59 ;;^UTILITY(U,$J,"OPT",3383,1,1,0)
+60 ;;=This option will list the most common Ambulatory Procedures and
+61 ;;^UTILITY(U,$J,"OPT",3383,1,2,0)
+62 ;;=Ambulatory Surgeries performed in a date range for a given set of clinics.
+63 ;;^UTILITY(U,$J,"OPT",3383,1,3,0)
+64 ;;=This can be used to help build the CPT Check-off Sheets.
+65 ;;^UTILITY(U,$J,"OPT",3383,25)
+66 ;;=IBOCNC
+67 ;;^UTILITY(U,$J,"OPT",3383,"U")
+68 ;;=MOST COMMONLY USED OUTPATIENT
+69 ;;^UTILITY(U,$J,"OPT",3384,0)
+70 ;;=IB OUTPUT INPTS WITHOUT INS^Inpatients w/Unknown or Expired Insurance^^R^^^^^^^^INTEGRATED BILLING
+71 ;;^UTILITY(U,$J,"OPT",3384,1,0)
+72 ;;=^^3^3^2920604^^^
+73 ;;^UTILITY(U,$J,"OPT",3384,1,1,0)
+74 ;;=This option will produce a list of either current inpatients or admissions
+75 ;;^UTILITY(U,$J,"OPT",3384,1,2,0)
+76 ;;=for a date range where the patient has either unknown insurance or the
+77 ;;^UTILITY(U,$J,"OPT",3384,1,3,0)
+78 ;;=insurance is expired.
+79 ;;^UTILITY(U,$J,"OPT",3384,25)
+80 ;;=IBOUNP4
+81 ;;^UTILITY(U,$J,"OPT",3384,"U")
+82 ;;=INPATIENTS W/UNKNOWN OR EXPIRE
+83 ;;^UTILITY(U,$J,"OPT",3385,0)
+84 ;;=IB OUTPUT OPTS WITHOUT INS^Outpatients w/Unknown or Expired Insurance^^R^^^^^^^^INTEGRATED BILLING
+85 ;;^UTILITY(U,$J,"OPT",3385,1,0)
+86 ;;=^^2^2^2920604^^^
+87 ;;^UTILITY(U,$J,"OPT",3385,1,1,0)
+88 ;;=This report will produce a list of patients for clinic appointments