- IBINI02T ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(350.9) 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
- ;;^DD(350.9,6.01,21,8,0)
- ;;=does not affect the entries that may be added to claims tracking using
- ;;^DD(350.9,6.01,21,9,0)
- ;;=the add tracking entry action on the main claims tracking screen.
- ;;^DD(350.9,6.01,"DT")
- ;;=2930804
- ;;^DD(350.9,6.02,0)
- ;;=INPATIENT CLAIMS TRACKING^S^0:OFF;1:INSURED AND UR ONLY;2:ALL PATIENTS;^6;2^Q
- ;;^DD(350.9,6.02,21,0)
- ;;=^^13^13^2940209^^^^
- ;;^DD(350.9,6.02,21,1,0)
- ;;=This field determines what inpatients will automatically be added to
- ;;^DD(350.9,6.02,21,2,0)
- ;;=the claims tracking module. If this parameter is set to "OFF" then
- ;;^DD(350.9,6.02,21,3,0)
- ;;=no new patients will be added. If this is set to "INSURED AND UR ONLY"
- ;;^DD(350.9,6.02,21,4,0)
- ;;=then only the insured patients and random sample patients will be added.
- ;;^DD(350.9,6.02,21,5,0)
- ;;=If this is set to "ALL PATIENTS" then a record of all admissions will
- ;;^DD(350.9,6.02,21,6,0)
- ;;=be created.
- ;;^DD(350.9,6.02,21,7,0)
- ;;=
- ;;^DD(350.9,6.02,21,8,0)
- ;;=If a patient is not insured then each record will be so annotated
- ;;^DD(350.9,6.02,21,9,0)
- ;;=automatically on creation and no follow-up will be required. The
- ;;^DD(350.9,6.02,21,10,0)
- ;;=advantage of tracking all patients is that you can determine the
- ;;^DD(350.9,6.02,21,11,0)
- ;;=percentage of billable cases and make necessary adjustments if the
- ;;^DD(350.9,6.02,21,12,0)
- ;;=patients are later found to have insurance. The disadvantage is that
- ;;^DD(350.9,6.02,21,13,0)
- ;;=additional capacity is used.
- ;;^DD(350.9,6.02,"DT")
- ;;=2930804
- ;;^DD(350.9,6.03,0)
- ;;=OUTPATIENT CLAIMS TRACKING^S^0:OFF;1:INSURED ONLY;2:ALL PATIENTS;^6;3^Q
- ;;^DD(350.9,6.03,3)
- ;;=
- ;;^DD(350.9,6.03,21,0)
- ;;=^^8^8^2940130^^
- ;;^DD(350.9,6.03,21,1,0)
- ;;=This field determines if outpatient visit dates will automatically be
- ;;^DD(350.9,6.03,21,2,0)
- ;;=entered into the claims tracking module. If this is answered "OFF"
- ;;^DD(350.9,6.03,21,3,0)
- ;;=then no entries will be entered. If this is answered "INSURED ONLY"
- ;;^DD(350.9,6.03,21,4,0)
- ;;=then only outpatient visits for insured patients will be added.
- ;;^DD(350.9,6.03,21,5,0)
- ;;=If this parameter is set to ALL PATIENTS then the outpatient visits
- ;;^DD(350.9,6.03,21,6,0)
- ;;=for all patients will be added to claims tracking.
- ;;^DD(350.9,6.03,21,7,0)
- ;;=
- ;;^DD(350.9,6.03,21,8,0)
- ;;=Initially we recommend this parameter be set to INSURED ONLY.
- ;;^DD(350.9,6.03,"DT")
- ;;=2930804
- ;;^DD(350.9,6.04,0)
- ;;=PRESCRIPTION CLAIMS TRACKING^S^0:OFF;1:INSURED ONLY;2:ALL PATIENTS;^6;4^Q
- ;;^DD(350.9,6.04,3)
- ;;=
- ;;^DD(350.9,6.04,21,0)
- ;;=^^11^11^2940130^^
- ;;^DD(350.9,6.04,21,1,0)
- ;;=This field determines if prescriptions will automatically be entered
- ;;^DD(350.9,6.04,21,2,0)
- ;;=into the claims tracking module. If this is answered "OFF" then
- ;;^DD(350.9,6.04,21,3,0)
- ;;=no prescriptions or refills will be entered. If this is answered
- ;;^DD(350.9,6.04,21,4,0)
- ;;="INSURED ONLY", then only prescriptions and refills will be added if
- ;;^DD(350.9,6.04,21,5,0)
- ;;=the patient is insured. If all is choose then an entry for all
- ;;^DD(350.9,6.04,21,6,0)
- ;;=prescriptions will be entered.
- ;;^DD(350.9,6.04,21,7,0)
- ;;=
- ;;^DD(350.9,6.04,21,8,0)
- ;;=If a prescription or refill does not appear to be billable, that is it
- ;;^DD(350.9,6.04,21,9,0)
- ;;=may be for SC care, or there is a visit date associated with that
- ;;^DD(350.9,6.04,21,10,0)
- ;;=prescription or refill, this will be so noted in the reason not billable.
- ;;^DD(350.9,6.04,21,11,0)
- ;;=
- ;;^DD(350.9,6.04,"DT")
- ;;=2930804
- IBINI02T ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(350.9)
- QUIT
- 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 ;;^DD(350.9,6.01,21,8,0)
- +2 ;;=does not affect the entries that may be added to claims tracking using
- +3 ;;^DD(350.9,6.01,21,9,0)
- +4 ;;=the add tracking entry action on the main claims tracking screen.
- +5 ;;^DD(350.9,6.01,"DT")
- +6 ;;=2930804
- +7 ;;^DD(350.9,6.02,0)
- +8 ;;=INPATIENT CLAIMS TRACKING^S^0:OFF;1:INSURED AND UR ONLY;2:ALL PATIENTS;^6;2^Q
- +9 ;;^DD(350.9,6.02,21,0)
- +10 ;;=^^13^13^2940209^^^^
- +11 ;;^DD(350.9,6.02,21,1,0)
- +12 ;;=This field determines what inpatients will automatically be added to
- +13 ;;^DD(350.9,6.02,21,2,0)
- +14 ;;=the claims tracking module. If this parameter is set to "OFF" then
- +15 ;;^DD(350.9,6.02,21,3,0)
- +16 ;;=no new patients will be added. If this is set to "INSURED AND UR ONLY"
- +17 ;;^DD(350.9,6.02,21,4,0)
- +18 ;;=then only the insured patients and random sample patients will be added.
- +19 ;;^DD(350.9,6.02,21,5,0)
- +20 ;;=If this is set to "ALL PATIENTS" then a record of all admissions will
- +21 ;;^DD(350.9,6.02,21,6,0)
- +22 ;;=be created.
- +23 ;;^DD(350.9,6.02,21,7,0)
- +24 ;;=
- +25 ;;^DD(350.9,6.02,21,8,0)
- +26 ;;=If a patient is not insured then each record will be so annotated
- +27 ;;^DD(350.9,6.02,21,9,0)
- +28 ;;=automatically on creation and no follow-up will be required. The
- +29 ;;^DD(350.9,6.02,21,10,0)
- +30 ;;=advantage of tracking all patients is that you can determine the
- +31 ;;^DD(350.9,6.02,21,11,0)
- +32 ;;=percentage of billable cases and make necessary adjustments if the
- +33 ;;^DD(350.9,6.02,21,12,0)
- +34 ;;=patients are later found to have insurance. The disadvantage is that
- +35 ;;^DD(350.9,6.02,21,13,0)
- +36 ;;=additional capacity is used.
- +37 ;;^DD(350.9,6.02,"DT")
- +38 ;;=2930804
- +39 ;;^DD(350.9,6.03,0)
- +40 ;;=OUTPATIENT CLAIMS TRACKING^S^0:OFF;1:INSURED ONLY;2:ALL PATIENTS;^6;3^Q
- +41 ;;^DD(350.9,6.03,3)
- +42 ;;=
- +43 ;;^DD(350.9,6.03,21,0)
- +44 ;;=^^8^8^2940130^^
- +45 ;;^DD(350.9,6.03,21,1,0)
- +46 ;;=This field determines if outpatient visit dates will automatically be
- +47 ;;^DD(350.9,6.03,21,2,0)
- +48 ;;=entered into the claims tracking module. If this is answered "OFF"
- +49 ;;^DD(350.9,6.03,21,3,0)
- +50 ;;=then no entries will be entered. If this is answered "INSURED ONLY"
- +51 ;;^DD(350.9,6.03,21,4,0)
- +52 ;;=then only outpatient visits for insured patients will be added.
- +53 ;;^DD(350.9,6.03,21,5,0)
- +54 ;;=If this parameter is set to ALL PATIENTS then the outpatient visits
- +55 ;;^DD(350.9,6.03,21,6,0)
- +56 ;;=for all patients will be added to claims tracking.
- +57 ;;^DD(350.9,6.03,21,7,0)
- +58 ;;=
- +59 ;;^DD(350.9,6.03,21,8,0)
- +60 ;;=Initially we recommend this parameter be set to INSURED ONLY.
- +61 ;;^DD(350.9,6.03,"DT")
- +62 ;;=2930804
- +63 ;;^DD(350.9,6.04,0)
- +64 ;;=PRESCRIPTION CLAIMS TRACKING^S^0:OFF;1:INSURED ONLY;2:ALL PATIENTS;^6;4^Q
- +65 ;;^DD(350.9,6.04,3)
- +66 ;;=
- +67 ;;^DD(350.9,6.04,21,0)
- +68 ;;=^^11^11^2940130^^
- +69 ;;^DD(350.9,6.04,21,1,0)
- +70 ;;=This field determines if prescriptions will automatically be entered
- +71 ;;^DD(350.9,6.04,21,2,0)
- +72 ;;=into the claims tracking module. If this is answered "OFF" then
- +73 ;;^DD(350.9,6.04,21,3,0)
- +74 ;;=no prescriptions or refills will be entered. If this is answered
- +75 ;;^DD(350.9,6.04,21,4,0)
- +76 ;;="INSURED ONLY", then only prescriptions and refills will be added if
- +77 ;;^DD(350.9,6.04,21,5,0)
- +78 ;;=the patient is insured. If all is choose then an entry for all
- +79 ;;^DD(350.9,6.04,21,6,0)
- +80 ;;=prescriptions will be entered.
- +81 ;;^DD(350.9,6.04,21,7,0)
- +82 ;;=
- +83 ;;^DD(350.9,6.04,21,8,0)
- +84 ;;=If a prescription or refill does not appear to be billable, that is it
- +85 ;;^DD(350.9,6.04,21,9,0)
- +86 ;;=may be for SC care, or there is a visit date associated with that
- +87 ;;^DD(350.9,6.04,21,10,0)
- +88 ;;=prescription or refill, this will be so noted in the reason not billable.
- +89 ;;^DD(350.9,6.04,21,11,0)
- +90 ;;=
- +91 ;;^DD(350.9,6.04,"DT")
- +92 ;;=2930804