- IBINI0DF ; ; 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",3354,0)
- ;;=IB BASC TRANSFER^Run Amb. Surg. Update^^R^^^^^^^^INTEGRATED BILLING
- ;;^UTILITY(U,$J,"OPT",3354,1,0)
- ;;=^^2^2^2920722^^^^
- ;;^UTILITY(U,$J,"OPT",3354,1,1,0)
- ;;=Transfer procedures from temporary billing file to the permanent file.
- ;;^UTILITY(U,$J,"OPT",3354,1,2,0)
- ;;=Generally done once a year, after a new HCFA release.
- ;;^UTILITY(U,$J,"OPT",3354,25)
- ;;=IBECPTT
- ;;^UTILITY(U,$J,"OPT",3354,"U")
- ;;=RUN AMB. SURG. UPDATE
- ;;^UTILITY(U,$J,"OPT",3355,0)
- ;;=IB PURGE/BASC TRANSFER CLEANUP^Purge Update File^^R^^XUMGR^^^^^^INTEGRATED BILLING
- ;;^UTILITY(U,$J,"OPT",3355,1,0)
- ;;=^^2^2^2920722^^^^
- ;;^UTILITY(U,$J,"OPT",3355,1,1,0)
- ;;=Delete all CPT entries in the temporary file that have been transferred
- ;;^UTILITY(U,$J,"OPT",3355,1,2,0)
- ;;=to the permanent billing file.
- ;;^UTILITY(U,$J,"OPT",3355,25)
- ;;=PURGE^IBECPTZ
- ;;^UTILITY(U,$J,"OPT",3355,"U")
- ;;=PURGE UPDATE FILE
- ;;^UTILITY(U,$J,"OPT",3356,0)
- ;;=IB BASC TRANSFER ERRORS^List Transfer Errors^^R^^^^^^^^INTEGRATED BILLING
- ;;^UTILITY(U,$J,"OPT",3356,1,0)
- ;;=^^3^3^2920722^^^^
- ;;^UTILITY(U,$J,"OPT",3356,1,1,0)
- ;;=Lists all entries in the temporary BASC file that have not been able to
- ;;^UTILITY(U,$J,"OPT",3356,1,2,0)
- ;;=transfer to the permanent BASC file. This includes only those procedures
- ;;^UTILITY(U,$J,"OPT",3356,1,3,0)
- ;;=that could not transfer due to some error.
- ;;^UTILITY(U,$J,"OPT",3356,25)
- ;;=LIST^IBECPTZ
- ;;^UTILITY(U,$J,"OPT",3356,"U")
- ;;=LIST TRANSFER ERRORS
- ;;^UTILITY(U,$J,"OPT",3360,0)
- ;;=IB BASC PRINT GROUP ENTRY^Build CPT Check-off Sheet^^R^^^^^^^^INTEGRATED BILLING
- ;;^UTILITY(U,$J,"OPT",3360,1,0)
- ;;=^^1^1^2920527^^^^
- ;;^UTILITY(U,$J,"OPT",3360,1,1,0)
- ;;=Enter or edit a clinic's CPT list.
- ;;^UTILITY(U,$J,"OPT",3360,25)
- ;;=IBERSE
- ;;^UTILITY(U,$J,"OPT",3360,"U")
- ;;=BUILD CPT CHECK-OFF SHEET
- ;;^UTILITY(U,$J,"OPT",3361,0)
- ;;=IB OUTPUT BASC FORMS FOR APPT^Print Check-off Sheet for Appointments^^R^^^^^^^^INTEGRATED BILLING
- ;;^UTILITY(U,$J,"OPT",3361,1,0)
- ;;=^^4^4^2920423^^^^
- ;;^UTILITY(U,$J,"OPT",3361,1,1,0)
- ;;=For a given date, print Ambulatory Surgery Check-Off Sheets for individual
- ;;^UTILITY(U,$J,"OPT",3361,1,2,0)
- ;;=appointments or for each appointment in particular clinics.
- ;;^UTILITY(U,$J,"OPT",3361,1,3,0)
- ;;=No Check-Off Sheet will be printed for appointments that are no-shows
- ;;^UTILITY(U,$J,"OPT",3361,1,4,0)
- ;;=or have been cancelled. Requires 132 columns.
- ;;^UTILITY(U,$J,"OPT",3361,25)
- ;;=IBERS
- ;;^UTILITY(U,$J,"OPT",3361,"U")
- ;;=PRINT CHECK-OFF SHEET FOR APPO
- ;;^UTILITY(U,$J,"OPT",3363,0)
- ;;=IB MT PROFILE^Single Patient Category C Billing Profile^^R^^^^^^^^INTEGRATED BILLING
- ;;^UTILITY(U,$J,"OPT",3363,1,0)
- ;;=^^3^3^2920109^^
- ;;^UTILITY(U,$J,"OPT",3363,1,1,0)
- ;;=The Category C Billing Profile may be used to list, for a single patient,
- ;;^UTILITY(U,$J,"OPT",3363,1,2,0)
- ;;=all Means Test/Category C charges which fall within a user-specified
- ;;^UTILITY(U,$J,"OPT",3363,1,3,0)
- ;;=date range.
- ;;^UTILITY(U,$J,"OPT",3363,25)
- ;;=IBOMTP
- ;;^UTILITY(U,$J,"OPT",3363,"U")
- ;;=SINGLE PATIENT CATEGORY C BILL
- ;;^UTILITY(U,$J,"OPT",3364,0)
- ;;=IB MT ESTIMATOR^Estimate Category C Charges for an Admission^^R^^^^^^^^INTEGRATED BILLING
- ;;^UTILITY(U,$J,"OPT",3364,1,0)
- ;;=^^4^4^2920103^
- ;;^UTILITY(U,$J,"OPT",3364,1,1,0)
- ;;=This report is used to estimate the Means Test/Category C charges for
- ;;^UTILITY(U,$J,"OPT",3364,1,2,0)
- ;;=an episode of Hospital or Nursing Home Care, given a proposed length
- ;;^UTILITY(U,$J,"OPT",3364,1,3,0)
- ;;=of stay. The report may also be used to determine the remaining
- IBINI0DF ; ; 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",3354,0)
- +2 ;;=IB BASC TRANSFER^Run Amb. Surg. Update^^R^^^^^^^^INTEGRATED BILLING
- +3 ;;^UTILITY(U,$J,"OPT",3354,1,0)
- +4 ;;=^^2^2^2920722^^^^
- +5 ;;^UTILITY(U,$J,"OPT",3354,1,1,0)
- +6 ;;=Transfer procedures from temporary billing file to the permanent file.
- +7 ;;^UTILITY(U,$J,"OPT",3354,1,2,0)
- +8 ;;=Generally done once a year, after a new HCFA release.
- +9 ;;^UTILITY(U,$J,"OPT",3354,25)
- +10 ;;=IBECPTT
- +11 ;;^UTILITY(U,$J,"OPT",3354,"U")
- +12 ;;=RUN AMB. SURG. UPDATE
- +13 ;;^UTILITY(U,$J,"OPT",3355,0)
- +14 ;;=IB PURGE/BASC TRANSFER CLEANUP^Purge Update File^^R^^XUMGR^^^^^^INTEGRATED BILLING
- +15 ;;^UTILITY(U,$J,"OPT",3355,1,0)
- +16 ;;=^^2^2^2920722^^^^
- +17 ;;^UTILITY(U,$J,"OPT",3355,1,1,0)
- +18 ;;=Delete all CPT entries in the temporary file that have been transferred
- +19 ;;^UTILITY(U,$J,"OPT",3355,1,2,0)
- +20 ;;=to the permanent billing file.
- +21 ;;^UTILITY(U,$J,"OPT",3355,25)
- +22 ;;=PURGE^IBECPTZ
- +23 ;;^UTILITY(U,$J,"OPT",3355,"U")
- +24 ;;=PURGE UPDATE FILE
- +25 ;;^UTILITY(U,$J,"OPT",3356,0)
- +26 ;;=IB BASC TRANSFER ERRORS^List Transfer Errors^^R^^^^^^^^INTEGRATED BILLING
- +27 ;;^UTILITY(U,$J,"OPT",3356,1,0)
- +28 ;;=^^3^3^2920722^^^^
- +29 ;;^UTILITY(U,$J,"OPT",3356,1,1,0)
- +30 ;;=Lists all entries in the temporary BASC file that have not been able to
- +31 ;;^UTILITY(U,$J,"OPT",3356,1,2,0)
- +32 ;;=transfer to the permanent BASC file. This includes only those procedures
- +33 ;;^UTILITY(U,$J,"OPT",3356,1,3,0)
- +34 ;;=that could not transfer due to some error.
- +35 ;;^UTILITY(U,$J,"OPT",3356,25)
- +36 ;;=LIST^IBECPTZ
- +37 ;;^UTILITY(U,$J,"OPT",3356,"U")
- +38 ;;=LIST TRANSFER ERRORS
- +39 ;;^UTILITY(U,$J,"OPT",3360,0)
- +40 ;;=IB BASC PRINT GROUP ENTRY^Build CPT Check-off Sheet^^R^^^^^^^^INTEGRATED BILLING
- +41 ;;^UTILITY(U,$J,"OPT",3360,1,0)
- +42 ;;=^^1^1^2920527^^^^
- +43 ;;^UTILITY(U,$J,"OPT",3360,1,1,0)
- +44 ;;=Enter or edit a clinic's CPT list.
- +45 ;;^UTILITY(U,$J,"OPT",3360,25)
- +46 ;;=IBERSE
- +47 ;;^UTILITY(U,$J,"OPT",3360,"U")
- +48 ;;=BUILD CPT CHECK-OFF SHEET
- +49 ;;^UTILITY(U,$J,"OPT",3361,0)
- +50 ;;=IB OUTPUT BASC FORMS FOR APPT^Print Check-off Sheet for Appointments^^R^^^^^^^^INTEGRATED BILLING
- +51 ;;^UTILITY(U,$J,"OPT",3361,1,0)
- +52 ;;=^^4^4^2920423^^^^
- +53 ;;^UTILITY(U,$J,"OPT",3361,1,1,0)
- +54 ;;=For a given date, print Ambulatory Surgery Check-Off Sheets for individual
- +55 ;;^UTILITY(U,$J,"OPT",3361,1,2,0)
- +56 ;;=appointments or for each appointment in particular clinics.
- +57 ;;^UTILITY(U,$J,"OPT",3361,1,3,0)
- +58 ;;=No Check-Off Sheet will be printed for appointments that are no-shows
- +59 ;;^UTILITY(U,$J,"OPT",3361,1,4,0)
- +60 ;;=or have been cancelled. Requires 132 columns.
- +61 ;;^UTILITY(U,$J,"OPT",3361,25)
- +62 ;;=IBERS
- +63 ;;^UTILITY(U,$J,"OPT",3361,"U")
- +64 ;;=PRINT CHECK-OFF SHEET FOR APPO
- +65 ;;^UTILITY(U,$J,"OPT",3363,0)
- +66 ;;=IB MT PROFILE^Single Patient Category C Billing Profile^^R^^^^^^^^INTEGRATED BILLING
- +67 ;;^UTILITY(U,$J,"OPT",3363,1,0)
- +68 ;;=^^3^3^2920109^^
- +69 ;;^UTILITY(U,$J,"OPT",3363,1,1,0)
- +70 ;;=The Category C Billing Profile may be used to list, for a single patient,
- +71 ;;^UTILITY(U,$J,"OPT",3363,1,2,0)
- +72 ;;=all Means Test/Category C charges which fall within a user-specified
- +73 ;;^UTILITY(U,$J,"OPT",3363,1,3,0)
- +74 ;;=date range.
- +75 ;;^UTILITY(U,$J,"OPT",3363,25)
- +76 ;;=IBOMTP
- +77 ;;^UTILITY(U,$J,"OPT",3363,"U")
- +78 ;;=SINGLE PATIENT CATEGORY C BILL
- +79 ;;^UTILITY(U,$J,"OPT",3364,0)
- +80 ;;=IB MT ESTIMATOR^Estimate Category C Charges for an Admission^^R^^^^^^^^INTEGRATED BILLING
- +81 ;;^UTILITY(U,$J,"OPT",3364,1,0)
- +82 ;;=^^4^4^2920103^
- +83 ;;^UTILITY(U,$J,"OPT",3364,1,1,0)
- +84 ;;=This report is used to estimate the Means Test/Category C charges for
- +85 ;;^UTILITY(U,$J,"OPT",3364,1,2,0)
- +86 ;;=an episode of Hospital or Nursing Home Care, given a proposed length
- +87 ;;^UTILITY(U,$J,"OPT",3364,1,3,0)
- +88 ;;=of stay. The report may also be used to determine the remaining