IBINI069 ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(356.2) 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.2,1.05,1,1,"CREATE VALUE")
;;=S X=+$$INSCO^IBTRC2(DA,$P(^IBT(356.2,DA,1),U,5))
;;^DD(356.2,1.05,1,1,"DELETE VALUE")
;;=@
;;^DD(356.2,1.05,1,1,"FIELD")
;;=#.08
;;^DD(356.2,1.05,2)
;;=S Y(0)=Y S Y=$$TRANS^IBTRC2(DA,Y)
;;^DD(356.2,1.05,2.1)
;;=S Y=$$TRANS^IBTRC2(DA,Y)
;;^DD(356.2,1.05,3)
;;=Select the policy for the insurance company that you contacted.
;;^DD(356.2,1.05,4)
;;=D DDHELP^IBTRC2(DA)
;;^DD(356.2,1.05,5,1,0)
;;=356.2^.05^3
;;^DD(356.2,1.05,21,0)
;;=^^2^2^2940213^^^^
;;^DD(356.2,1.05,21,1,0)
;;=Select the policy for this patient that you are contacting the insurance
;;^DD(356.2,1.05,21,2,0)
;;=company for.
;;^DD(356.2,1.05,23,0)
;;=^^4^4^2940213^^^
;;^DD(356.2,1.05,23,1,0)
;;=This field points to the patient insurance type field in the patient file.
;;^DD(356.2,1.05,23,2,0)
;;=It is used to do look-ups on the ins. type multiple and to display
;;^DD(356.2,1.05,23,3,0)
;;=help. It is needed because a patient may have more than one entry with
;;^DD(356.2,1.05,23,4,0)
;;=the same ins. co. and same policy except for different effective dates.
;;^DD(356.2,1.05,"DT")
;;=2931108
;;^DD(356.2,1.07,0)
;;=DENY ENTIRE ADMISSION^*S^0:NO;1:YES;^1;7^Q
;;^DD(356.2,1.07,3)
;;=
;;^DD(356.2,1.07,4)
;;=D HELP^IBTUTL3(DA)
;;^DD(356.2,1.07,12)
;;=An entire admission can only be authorized or denied once.
;;^DD(356.2,1.07,12.1)
;;=S DIC("S")="I $S(Y:$$DEA^IBTUTL4(DA,Y),1:1)"
;;^DD(356.2,1.07,21,0)
;;=^^8^8^2940127^^^
;;^DD(356.2,1.07,21,1,0)
;;=If the insurance company denies the entire admission for reimbursement
;;^DD(356.2,1.07,21,2,0)
;;=then enter YES. You will then not asked to enter the Care Denied From
;;^DD(356.2,1.07,21,3,0)
;;=and Care Denied To questions for this admission. If you want to enter
;;^DD(356.2,1.07,21,4,0)
;;=the dates care was denied from and to, then answer NO.
;;^DD(356.2,1.07,21,5,0)
;;=
;;^DD(356.2,1.07,21,6,0)
;;=If this question is answered YES, then the days denied for this episode
;;^DD(356.2,1.07,21,7,0)
;;=will be the admission to discharge date and any report will use the portion
;;^DD(356.2,1.07,21,8,0)
;;=of the episode that falls within the date range of the report.
;;^DD(356.2,1.07,"DT")
;;=2940127
;;^DD(356.2,1.08,0)
;;=AUTHORIZE ENTIRE ADMISSION^*S^0:NO;1:YES;^1;8^Q
;;^DD(356.2,1.08,4)
;;=D HELP^IBTUTL3(DA)
;;^DD(356.2,1.08,12)
;;= An entire admission can only be authorized or denied once.
;;^DD(356.2,1.08,12.1)
;;=S DIC("S")="I $S(Y:$$AEA^IBTUTL4(DA,Y),1:1)"
;;^DD(356.2,1.08,21,0)
;;=^^8^8^2940127^^
;;^DD(356.2,1.08,21,1,0)
;;=If the insurance company authorizes the entire admission for reimbursement
;;^DD(356.2,1.08,21,2,0)
;;=then enter YES. You will then not asked to enter the Care Authorized From
;;^DD(356.2,1.08,21,3,0)
;;=and Care Authorized To questions for this admission. If you want to enter
;;^DD(356.2,1.08,21,4,0)
;;=the dates care was authorized from and to, then answer NO.
;;^DD(356.2,1.08,21,5,0)
;;=
;;^DD(356.2,1.08,21,6,0)
;;=If this question is answered YES, then the days authorized for this episode
;;^DD(356.2,1.08,21,7,0)
;;=will be the admission to discharge date and any report will use the portion
;;^DD(356.2,1.08,21,8,0)
;;=of the episode that falls within the date range of the report.
;;^DD(356.2,1.08,"DT")
;;=2940127
;;^DD(356.2,11,0)
;;=COMMENTS^356.211^^11;0
;;^DD(356.2,11,21,0)
;;=^^3^3^2940213^^
;;^DD(356.2,11,21,1,0)
;;=This field is used to store long textual information about the contact.
;;^DD(356.2,11,21,2,0)
;;=This may be used to document specific information that is not captured
IBINI069 ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(356.2)
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.2,1.05,1,1,"CREATE VALUE")
+2 ;;=S X=+$$INSCO^IBTRC2(DA,$P(^IBT(356.2,DA,1),U,5))
+3 ;;^DD(356.2,1.05,1,1,"DELETE VALUE")
+4 ;;=@
+5 ;;^DD(356.2,1.05,1,1,"FIELD")
+6 ;;=#.08
+7 ;;^DD(356.2,1.05,2)
+8 ;;=S Y(0)=Y S Y=$$TRANS^IBTRC2(DA,Y)
+9 ;;^DD(356.2,1.05,2.1)
+10 ;;=S Y=$$TRANS^IBTRC2(DA,Y)
+11 ;;^DD(356.2,1.05,3)
+12 ;;=Select the policy for the insurance company that you contacted.
+13 ;;^DD(356.2,1.05,4)
+14 ;;=D DDHELP^IBTRC2(DA)
+15 ;;^DD(356.2,1.05,5,1,0)
+16 ;;=356.2^.05^3
+17 ;;^DD(356.2,1.05,21,0)
+18 ;;=^^2^2^2940213^^^^
+19 ;;^DD(356.2,1.05,21,1,0)
+20 ;;=Select the policy for this patient that you are contacting the insurance
+21 ;;^DD(356.2,1.05,21,2,0)
+22 ;;=company for.
+23 ;;^DD(356.2,1.05,23,0)
+24 ;;=^^4^4^2940213^^^
+25 ;;^DD(356.2,1.05,23,1,0)
+26 ;;=This field points to the patient insurance type field in the patient file.
+27 ;;^DD(356.2,1.05,23,2,0)
+28 ;;=It is used to do look-ups on the ins. type multiple and to display
+29 ;;^DD(356.2,1.05,23,3,0)
+30 ;;=help. It is needed because a patient may have more than one entry with
+31 ;;^DD(356.2,1.05,23,4,0)
+32 ;;=the same ins. co. and same policy except for different effective dates.
+33 ;;^DD(356.2,1.05,"DT")
+34 ;;=2931108
+35 ;;^DD(356.2,1.07,0)
+36 ;;=DENY ENTIRE ADMISSION^*S^0:NO;1:YES;^1;7^Q
+37 ;;^DD(356.2,1.07,3)
+38 ;;=
+39 ;;^DD(356.2,1.07,4)
+40 ;;=D HELP^IBTUTL3(DA)
+41 ;;^DD(356.2,1.07,12)
+42 ;;=An entire admission can only be authorized or denied once.
+43 ;;^DD(356.2,1.07,12.1)
+44 ;;=S DIC("S")="I $S(Y:$$DEA^IBTUTL4(DA,Y),1:1)"
+45 ;;^DD(356.2,1.07,21,0)
+46 ;;=^^8^8^2940127^^^
+47 ;;^DD(356.2,1.07,21,1,0)
+48 ;;=If the insurance company denies the entire admission for reimbursement
+49 ;;^DD(356.2,1.07,21,2,0)
+50 ;;=then enter YES. You will then not asked to enter the Care Denied From
+51 ;;^DD(356.2,1.07,21,3,0)
+52 ;;=and Care Denied To questions for this admission. If you want to enter
+53 ;;^DD(356.2,1.07,21,4,0)
+54 ;;=the dates care was denied from and to, then answer NO.
+55 ;;^DD(356.2,1.07,21,5,0)
+56 ;;=
+57 ;;^DD(356.2,1.07,21,6,0)
+58 ;;=If this question is answered YES, then the days denied for this episode
+59 ;;^DD(356.2,1.07,21,7,0)
+60 ;;=will be the admission to discharge date and any report will use the portion
+61 ;;^DD(356.2,1.07,21,8,0)
+62 ;;=of the episode that falls within the date range of the report.
+63 ;;^DD(356.2,1.07,"DT")
+64 ;;=2940127
+65 ;;^DD(356.2,1.08,0)
+66 ;;=AUTHORIZE ENTIRE ADMISSION^*S^0:NO;1:YES;^1;8^Q
+67 ;;^DD(356.2,1.08,4)
+68 ;;=D HELP^IBTUTL3(DA)
+69 ;;^DD(356.2,1.08,12)
+70 ;;= An entire admission can only be authorized or denied once.
+71 ;;^DD(356.2,1.08,12.1)
+72 ;;=S DIC("S")="I $S(Y:$$AEA^IBTUTL4(DA,Y),1:1)"
+73 ;;^DD(356.2,1.08,21,0)
+74 ;;=^^8^8^2940127^^
+75 ;;^DD(356.2,1.08,21,1,0)
+76 ;;=If the insurance company authorizes the entire admission for reimbursement
+77 ;;^DD(356.2,1.08,21,2,0)
+78 ;;=then enter YES. You will then not asked to enter the Care Authorized From
+79 ;;^DD(356.2,1.08,21,3,0)
+80 ;;=and Care Authorized To questions for this admission. If you want to enter
+81 ;;^DD(356.2,1.08,21,4,0)
+82 ;;=the dates care was authorized from and to, then answer NO.
+83 ;;^DD(356.2,1.08,21,5,0)
+84 ;;=
+85 ;;^DD(356.2,1.08,21,6,0)
+86 ;;=If this question is answered YES, then the days authorized for this episode
+87 ;;^DD(356.2,1.08,21,7,0)
+88 ;;=will be the admission to discharge date and any report will use the portion
+89 ;;^DD(356.2,1.08,21,8,0)
+90 ;;=of the episode that falls within the date range of the report.
+91 ;;^DD(356.2,1.08,"DT")
+92 ;;=2940127
+93 ;;^DD(356.2,11,0)
+94 ;;=COMMENTS^356.211^^11;0
+95 ;;^DD(356.2,11,21,0)
+96 ;;=^^3^3^2940213^^
+97 ;;^DD(356.2,11,21,1,0)
+98 ;;=This field is used to store long textual information about the contact.
+99 ;;^DD(356.2,11,21,2,0)
+100 ;;=This may be used to document specific information that is not captured