IBINI06P ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQR(356.4) 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,356.4,57,0)
;;=OTHER REASON IDENTIFIED^8.02^^8^2
;;^UTILITY(U,$J,356.4,57,1,0)
;;=^^2^2^2940201^^^
;;^UTILITY(U,$J,356.4,57,1,1,0)
;;=If you have been unable to identify any reasons from this list, please
;;^UTILITY(U,$J,356.4,57,1,2,0)
;;=use 8.02, Other reason identified.
;;^UTILITY(U,$J,356.4,58,0)
;;=OTHER (PRACTITIONER ISSUES)^5.05^^5^1
;;^UTILITY(U,$J,356.4,58,1,0)
;;=^^1^1^2940201^^^^
;;^UTILITY(U,$J,356.4,58,1,1,0)
;;=Other (Specify in comments section)
;;^UTILITY(U,$J,356.4,59,0)
;;=PREMATURE APPROPRIATE ADMISSION^11.03^^3^2
;;^UTILITY(U,$J,356.4,59,1,0)
;;=^^3^3^2940201^^^^
;;^UTILITY(U,$J,356.4,59,1,1,0)
;;=Premature admission (Procedures scheduled after admission day, or Patient
;;^UTILITY(U,$J,356.4,59,1,2,0)
;;=admitted on Friday and not evaluated until Monday {Procedure to be done
;;^UTILITY(U,$J,356.4,59,1,3,0)
;;=is an appropriate inpatient admission})
;;^UTILITY(U,$J,356.4,60,0)
;;=PREMATURE INAPPROPRIATE ADMISSION^11.04^^3^2
;;^UTILITY(U,$J,356.4,60,1,0)
;;=^^3^3^2940201^^
;;^UTILITY(U,$J,356.4,60,1,1,0)
;;=Premature admission (Procedures scheduled after admission day, or
;;^UTILITY(U,$J,356.4,60,1,2,0)
;;=Patient admitted on Friday and not evaluated until Monday {Procedure
;;^UTILITY(U,$J,356.4,60,1,3,0)
;;=to be done is not an appropriate inpatient admission})
;;^UTILITY(U,$J,356.4,61,0)
;;=PHYSICIAN CHOSE ACUTE CARE^15.06^^5^2
;;^UTILITY(U,$J,356.4,61,1,0)
;;=^^3^3^2940201^^
;;^UTILITY(U,$J,356.4,61,1,1,0)
;;=Physician chose to keep in acute care though care and service could
;;^UTILITY(U,$J,356.4,61,1,2,0)
;;=be rendered safely and effectively (causing no harm/potential harm
;;^UTILITY(U,$J,356.4,61,1,3,0)
;;=to patient) in an alternate setting (No medical Justification given)
;;^UTILITY(U,$J,356.4,62,0)
;;=MONITORING ORDERS DO NOT REFLECT ACUITY^15.07^^5^2
;;^UTILITY(U,$J,356.4,62,1,0)
;;=^^2^2^2940201^^^
;;^UTILITY(U,$J,356.4,62,1,1,0)
;;=Monitoring orders do not reflect acuity as indicated by SI criteria
;;^UTILITY(U,$J,356.4,62,1,2,0)
;;=and does not meed Discharge screens
;;^UTILITY(U,$J,356.4,63,0)
;;=NO DOCUMENTED PLAN OF TREATMENT (NON-ADM WEEK)^15.05^^5^2
;;^UTILITY(U,$J,356.4,63,1,0)
;;=^^2^2^2940201^^
;;^UTILITY(U,$J,356.4,63,1,1,0)
;;=No documented plan of active treatment or evaluation of patient
;;^UTILITY(U,$J,356.4,63,1,2,0)
;;=(Non-Administrative Week)
;;^UTILITY(U,$J,356.4,64,0)
;;=OTHER (OTHER FACTORS)^16.01^^8^2
;;^UTILITY(U,$J,356.4,64,1,0)
;;=^^1^1^2940201^
;;^UTILITY(U,$J,356.4,64,1,1,0)
;;=Other (Specify in comments Section)
IBINI06P ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQR(356.4)
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 ;;^UTILITY(U,$J,356.4,57,0)
+2 ;;=OTHER REASON IDENTIFIED^8.02^^8^2
+3 ;;^UTILITY(U,$J,356.4,57,1,0)
+4 ;;=^^2^2^2940201^^^
+5 ;;^UTILITY(U,$J,356.4,57,1,1,0)
+6 ;;=If you have been unable to identify any reasons from this list, please
+7 ;;^UTILITY(U,$J,356.4,57,1,2,0)
+8 ;;=use 8.02, Other reason identified.
+9 ;;^UTILITY(U,$J,356.4,58,0)
+10 ;;=OTHER (PRACTITIONER ISSUES)^5.05^^5^1
+11 ;;^UTILITY(U,$J,356.4,58,1,0)
+12 ;;=^^1^1^2940201^^^^
+13 ;;^UTILITY(U,$J,356.4,58,1,1,0)
+14 ;;=Other (Specify in comments section)
+15 ;;^UTILITY(U,$J,356.4,59,0)
+16 ;;=PREMATURE APPROPRIATE ADMISSION^11.03^^3^2
+17 ;;^UTILITY(U,$J,356.4,59,1,0)
+18 ;;=^^3^3^2940201^^^^
+19 ;;^UTILITY(U,$J,356.4,59,1,1,0)
+20 ;;=Premature admission (Procedures scheduled after admission day, or Patient
+21 ;;^UTILITY(U,$J,356.4,59,1,2,0)
+22 ;;=admitted on Friday and not evaluated until Monday {Procedure to be done
+23 ;;^UTILITY(U,$J,356.4,59,1,3,0)
+24 ;;=is an appropriate inpatient admission})
+25 ;;^UTILITY(U,$J,356.4,60,0)
+26 ;;=PREMATURE INAPPROPRIATE ADMISSION^11.04^^3^2
+27 ;;^UTILITY(U,$J,356.4,60,1,0)
+28 ;;=^^3^3^2940201^^
+29 ;;^UTILITY(U,$J,356.4,60,1,1,0)
+30 ;;=Premature admission (Procedures scheduled after admission day, or
+31 ;;^UTILITY(U,$J,356.4,60,1,2,0)
+32 ;;=Patient admitted on Friday and not evaluated until Monday {Procedure
+33 ;;^UTILITY(U,$J,356.4,60,1,3,0)
+34 ;;=to be done is not an appropriate inpatient admission})
+35 ;;^UTILITY(U,$J,356.4,61,0)
+36 ;;=PHYSICIAN CHOSE ACUTE CARE^15.06^^5^2
+37 ;;^UTILITY(U,$J,356.4,61,1,0)
+38 ;;=^^3^3^2940201^^
+39 ;;^UTILITY(U,$J,356.4,61,1,1,0)
+40 ;;=Physician chose to keep in acute care though care and service could
+41 ;;^UTILITY(U,$J,356.4,61,1,2,0)
+42 ;;=be rendered safely and effectively (causing no harm/potential harm
+43 ;;^UTILITY(U,$J,356.4,61,1,3,0)
+44 ;;=to patient) in an alternate setting (No medical Justification given)
+45 ;;^UTILITY(U,$J,356.4,62,0)
+46 ;;=MONITORING ORDERS DO NOT REFLECT ACUITY^15.07^^5^2
+47 ;;^UTILITY(U,$J,356.4,62,1,0)
+48 ;;=^^2^2^2940201^^^
+49 ;;^UTILITY(U,$J,356.4,62,1,1,0)
+50 ;;=Monitoring orders do not reflect acuity as indicated by SI criteria
+51 ;;^UTILITY(U,$J,356.4,62,1,2,0)
+52 ;;=and does not meed Discharge screens
+53 ;;^UTILITY(U,$J,356.4,63,0)
+54 ;;=NO DOCUMENTED PLAN OF TREATMENT (NON-ADM WEEK)^15.05^^5^2
+55 ;;^UTILITY(U,$J,356.4,63,1,0)
+56 ;;=^^2^2^2940201^^
+57 ;;^UTILITY(U,$J,356.4,63,1,1,0)
+58 ;;=No documented plan of active treatment or evaluation of patient
+59 ;;^UTILITY(U,$J,356.4,63,1,2,0)
+60 ;;=(Non-Administrative Week)
+61 ;;^UTILITY(U,$J,356.4,64,0)
+62 ;;=OTHER (OTHER FACTORS)^16.01^^8^2
+63 ;;^UTILITY(U,$J,356.4,64,1,0)
+64 ;;=^^1^1^2940201^
+65 ;;^UTILITY(U,$J,356.4,64,1,1,0)
+66 ;;=Other (Specify in comments Section)