IBINI05Q ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(356.1) 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(356.1,.04,21,3,0)
;;=category for this review.
;;^DD(356.1,.04,"DT")
;;=2930719
;;^DD(356.1,.05,0)
;;=INTENSITY OF SERVICE^*P356.3'^IBE(356.3,^0;5^S DIC("S")="I $P(^(0),U,2)=2" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
;;^DD(356.1,.05,12)
;;=Only categories for general units may be selected!
;;^DD(356.1,.05,12.1)
;;=S DIC("S")="I $P(^(0),U,2)=2"
;;^DD(356.1,.05,21,0)
;;=^^3^3^2940213^^
;;^DD(356.1,.05,21,1,0)
;;=Enter the Intensity of Service (IS) category that best describes the
;;^DD(356.1,.05,21,2,0)
;;=criteria met for continued stay days of care. Select the PRIMARY
;;^DD(356.1,.05,21,3,0)
;;=category for this review.
;;^DD(356.1,.05,"DT")
;;=2930719
;;^DD(356.1,.06,0)
;;=CRITERIA MET IN 24 HOURS^S^1:YES;0:NO;^0;6^Q
;;^DD(356.1,.06,21,0)
;;=^^4^4^2940213^^
;;^DD(356.1,.06,21,1,0)
;;=For Pre-certification Reviews and Urgent Admission reviews enter if the
;;^DD(356.1,.06,21,2,0)
;;=patient met IS or SI criteria for acute admissions within 24 hours of
;;^DD(356.1,.06,21,3,0)
;;=admission. If the criteria was not met, then selection of a REASON
;;^DD(356.1,.06,21,4,0)
;;=FOR NON-ACUTE ADMISSIONS will be required.
;;^DD(356.1,.07,0)
;;=SPECIALTY FOR REVIEW^P45.7'^DIC(45.7,^0;7^Q
;;^DD(356.1,.07,1,0)
;;=^.1
;;^DD(356.1,.07,1,1,0)
;;=356.1^ASPC
;;^DD(356.1,.07,1,1,1)
;;=S ^IBT(356.1,"ASPC",$E(X,1,30),DA)=""
;;^DD(356.1,.07,1,1,2)
;;=K ^IBT(356.1,"ASPC",$E(X,1,30),DA)
;;^DD(356.1,.07,1,1,"DT")
;;=2930716
;;^DD(356.1,.07,21,0)
;;=^^3^3^2940216^^^^
;;^DD(356.1,.07,21,1,0)
;;=Enter the specialty that is treating the patient for this review.
;;^DD(356.1,.07,21,2,0)
;;=Normally this will automatically be retrieved from the admission/transfer
;;^DD(356.1,.07,21,3,0)
;;=records and you will only need to confirm.
;;^DD(356.1,.07,"DT")
;;=2940216
;;^DD(356.1,.08,0)
;;=SPECIALIZED UNIT SI^*P356.3'^IBE(356.3,^0;8^S DIC("S")="I $P(^(0),U,2)=1" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
;;^DD(356.1,.08,12)
;;=Only categories for special units may be selected!
;;^DD(356.1,.08,12.1)
;;=S DIC("S")="I $P(^(0),U,2)=1"
;;^DD(356.1,.08,21,0)
;;=^^8^8^2940213^^^^
;;^DD(356.1,.08,21,1,0)
;;=Enter the Severity of Illness (SI) category that best describes the
;;^DD(356.1,.08,21,2,0)
;;=criteria met for continued stay days of care. Select the PRIMARY
;;^DD(356.1,.08,21,3,0)
;;=category for this review.
;;^DD(356.1,.08,21,4,0)
;;=
;;^DD(356.1,.08,21,5,0)
;;=For patients in specialized units the SI categories are different
;;^DD(356.1,.08,21,6,0)
;;=than for non-specialized units. The definition of specialized
;;^DD(356.1,.08,21,7,0)
;;=units for interqual is different than what we normally consider
;;^DD(356.1,.08,21,8,0)
;;=intensive care units.
;;^DD(356.1,.08,22)
;;=
;;^DD(356.1,.08,"DT")
;;=2930719
;;^DD(356.1,.09,0)
;;=SPECIALIZED UNIT IS^*P356.3'^IBE(356.3,^0;9^S DIC("S")="I $P(^(0),U,2)=1" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
;;^DD(356.1,.09,12)
;;=Only categories for special units may be selected!
;;^DD(356.1,.09,12.1)
;;=S DIC("S")="I $P(^(0),U,2)=1"
;;^DD(356.1,.09,21,0)
;;=^^8^8^2940213^^
;;^DD(356.1,.09,21,1,0)
;;=Enter the Intensity of Service (IS) category that best describes the
;;^DD(356.1,.09,21,2,0)
;;=criteria met for continued stay days of care. Select the PRIMARY
;;^DD(356.1,.09,21,3,0)
;;=category for this review.
;;^DD(356.1,.09,21,4,0)
;;=
;;^DD(356.1,.09,21,5,0)
;;=For patient in specialized units the IS categories are different
;;^DD(356.1,.09,21,6,0)
;;=than for non-specialized units. The definition of specialized
IBINI05Q ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(356.1)
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(356.1,.04,21,3,0)
+2 ;;=category for this review.
+3 ;;^DD(356.1,.04,"DT")
+4 ;;=2930719
+5 ;;^DD(356.1,.05,0)
+6 ;;=INTENSITY OF SERVICE^*P356.3'^IBE(356.3,^0;5^S DIC("S")="I $P(^(0),U,2)=2" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
+7 ;;^DD(356.1,.05,12)
+8 ;;=Only categories for general units may be selected!
+9 ;;^DD(356.1,.05,12.1)
+10 ;;=S DIC("S")="I $P(^(0),U,2)=2"
+11 ;;^DD(356.1,.05,21,0)
+12 ;;=^^3^3^2940213^^
+13 ;;^DD(356.1,.05,21,1,0)
+14 ;;=Enter the Intensity of Service (IS) category that best describes the
+15 ;;^DD(356.1,.05,21,2,0)
+16 ;;=criteria met for continued stay days of care. Select the PRIMARY
+17 ;;^DD(356.1,.05,21,3,0)
+18 ;;=category for this review.
+19 ;;^DD(356.1,.05,"DT")
+20 ;;=2930719
+21 ;;^DD(356.1,.06,0)
+22 ;;=CRITERIA MET IN 24 HOURS^S^1:YES;0:NO;^0;6^Q
+23 ;;^DD(356.1,.06,21,0)
+24 ;;=^^4^4^2940213^^
+25 ;;^DD(356.1,.06,21,1,0)
+26 ;;=For Pre-certification Reviews and Urgent Admission reviews enter if the
+27 ;;^DD(356.1,.06,21,2,0)
+28 ;;=patient met IS or SI criteria for acute admissions within 24 hours of
+29 ;;^DD(356.1,.06,21,3,0)
+30 ;;=admission. If the criteria was not met, then selection of a REASON
+31 ;;^DD(356.1,.06,21,4,0)
+32 ;;=FOR NON-ACUTE ADMISSIONS will be required.
+33 ;;^DD(356.1,.07,0)
+34 ;;=SPECIALTY FOR REVIEW^P45.7'^DIC(45.7,^0;7^Q
+35 ;;^DD(356.1,.07,1,0)
+36 ;;=^.1
+37 ;;^DD(356.1,.07,1,1,0)
+38 ;;=356.1^ASPC
+39 ;;^DD(356.1,.07,1,1,1)
+40 ;;=S ^IBT(356.1,"ASPC",$E(X,1,30),DA)=""
+41 ;;^DD(356.1,.07,1,1,2)
+42 ;;=K ^IBT(356.1,"ASPC",$E(X,1,30),DA)
+43 ;;^DD(356.1,.07,1,1,"DT")
+44 ;;=2930716
+45 ;;^DD(356.1,.07,21,0)
+46 ;;=^^3^3^2940216^^^^
+47 ;;^DD(356.1,.07,21,1,0)
+48 ;;=Enter the specialty that is treating the patient for this review.
+49 ;;^DD(356.1,.07,21,2,0)
+50 ;;=Normally this will automatically be retrieved from the admission/transfer
+51 ;;^DD(356.1,.07,21,3,0)
+52 ;;=records and you will only need to confirm.
+53 ;;^DD(356.1,.07,"DT")
+54 ;;=2940216
+55 ;;^DD(356.1,.08,0)
+56 ;;=SPECIALIZED UNIT SI^*P356.3'^IBE(356.3,^0;8^S DIC("S")="I $P(^(0),U,2)=1" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
+57 ;;^DD(356.1,.08,12)
+58 ;;=Only categories for special units may be selected!
+59 ;;^DD(356.1,.08,12.1)
+60 ;;=S DIC("S")="I $P(^(0),U,2)=1"
+61 ;;^DD(356.1,.08,21,0)
+62 ;;=^^8^8^2940213^^^^
+63 ;;^DD(356.1,.08,21,1,0)
+64 ;;=Enter the Severity of Illness (SI) category that best describes the
+65 ;;^DD(356.1,.08,21,2,0)
+66 ;;=criteria met for continued stay days of care. Select the PRIMARY
+67 ;;^DD(356.1,.08,21,3,0)
+68 ;;=category for this review.
+69 ;;^DD(356.1,.08,21,4,0)
+70 ;;=
+71 ;;^DD(356.1,.08,21,5,0)
+72 ;;=For patients in specialized units the SI categories are different
+73 ;;^DD(356.1,.08,21,6,0)
+74 ;;=than for non-specialized units. The definition of specialized
+75 ;;^DD(356.1,.08,21,7,0)
+76 ;;=units for interqual is different than what we normally consider
+77 ;;^DD(356.1,.08,21,8,0)
+78 ;;=intensive care units.
+79 ;;^DD(356.1,.08,22)
+80 ;;=
+81 ;;^DD(356.1,.08,"DT")
+82 ;;=2930719
+83 ;;^DD(356.1,.09,0)
+84 ;;=SPECIALIZED UNIT IS^*P356.3'^IBE(356.3,^0;9^S DIC("S")="I $P(^(0),U,2)=1" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
+85 ;;^DD(356.1,.09,12)
+86 ;;=Only categories for special units may be selected!
+87 ;;^DD(356.1,.09,12.1)
+88 ;;=S DIC("S")="I $P(^(0),U,2)=1"
+89 ;;^DD(356.1,.09,21,0)
+90 ;;=^^8^8^2940213^^
+91 ;;^DD(356.1,.09,21,1,0)
+92 ;;=Enter the Intensity of Service (IS) category that best describes the
+93 ;;^DD(356.1,.09,21,2,0)
+94 ;;=criteria met for continued stay days of care. Select the PRIMARY
+95 ;;^DD(356.1,.09,21,3,0)
+96 ;;=category for this review.
+97 ;;^DD(356.1,.09,21,4,0)
+98 ;;=
+99 ;;^DD(356.1,.09,21,5,0)
+100 ;;=For patient in specialized units the IS categories are different
+101 ;;^DD(356.1,.09,21,6,0)
+102 ;;=than for non-specialized units. The definition of specialized