IBINI06A ; ; 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,11,21,3,0)
;;=in other fields or to pass along pertinent information to other users.
;;^DD(356.2,12,0)
;;=REASONS FOR DENIAL^356.212PA^^12;0
;;^DD(356.2,12,21,0)
;;=^^2^2^2940202^^
;;^DD(356.2,12,21,1,0)
;;=If this contact was a denial, this is the reason(s) for denial. More
;;^DD(356.2,12,21,2,0)
;;=than one reason may be selected from the available choices.
;;^DD(356.2,13,0)
;;=PENALTY^356.213SA^^13;0
;;^DD(356.2,13,21,0)
;;=^^2^2^2940213^^
;;^DD(356.2,13,21,1,0)
;;=If the action taken by an insurance company was to assess a penalty,
;;^DD(356.2,13,21,2,0)
;;=then this is the reason for the penalty.
;;^DD(356.2,14,0)
;;=APPROVE ON APPEAL FROM^356.214DA^^14;0
;;^DD(356.2,14,21,0)
;;=^^3^3^2940213^^^
;;^DD(356.2,14,21,1,0)
;;=Enter the dates that were approved for payment after an appeal. If the
;;^DD(356.2,14,21,2,0)
;;=appeal was partially or fully approved enter the dates that this appeal
;;^DD(356.2,14,21,3,0)
;;=was approved from.
;;^DD(356.211,0)
;;=COMMENTS SUB-FIELD^^.01^1
;;^DD(356.211,0,"NM","COMMENTS")
;;=
;;^DD(356.211,0,"UP")
;;=356.2
;;^DD(356.211,.01,0)
;;=COMMENTS^W^^0;1^Q
;;^DD(356.211,.01,21,0)
;;=^^3^3^2940213^^
;;^DD(356.211,.01,21,1,0)
;;=This field is used to store long textual information about the contact.
;;^DD(356.211,.01,21,2,0)
;;=This may be used to document specific information that is not captured
;;^DD(356.211,.01,21,3,0)
;;=in other fields or to pass along pertinent information to other users.
;;^DD(356.211,.01,"DT")
;;=2930610
;;^DD(356.212,0)
;;=REASONS FOR DENIAL SUB-FIELD^^.01^1
;;^DD(356.212,0,"IX","B",356.212,.01)
;;=
;;^DD(356.212,0,"NM","REASONS FOR DENIAL")
;;=
;;^DD(356.212,0,"UP")
;;=356.2
;;^DD(356.212,.01,0)
;;=REASONS FOR DENIAL^MP356.21'^IBE(356.21,^0;1^Q
;;^DD(356.212,.01,1,0)
;;=^.1
;;^DD(356.212,.01,1,1,0)
;;=356.212^B
;;^DD(356.212,.01,1,1,1)
;;=S ^IBT(356.2,DA(1),12,"B",$E(X,1,30),DA)=""
;;^DD(356.212,.01,1,1,2)
;;=K ^IBT(356.2,DA(1),12,"B",$E(X,1,30),DA)
;;^DD(356.212,.01,21,0)
;;=^^2^2^2940202^^^
;;^DD(356.212,.01,21,1,0)
;;=If this contact was a denial, this is the reason(s) for denial. More
;;^DD(356.212,.01,21,2,0)
;;=than one reason may be selected from the available choices.
;;^DD(356.212,.01,"DT")
;;=2930610
;;^DD(356.213,0)
;;=PENALTY SUB-FIELD^^.02^2
;;^DD(356.213,0,"DT")
;;=2940125
;;^DD(356.213,0,"IX","B",356.213,.01)
;;=
;;^DD(356.213,0,"NM","PENALTY")
;;=
;;^DD(356.213,0,"UP")
;;=356.2
;;^DD(356.213,.01,0)
;;=PENALTY^MS^1:NO PRE ADMISSION CERTIFICATION;2:UNTIMELY PRE ADMISSION CERTIFICATION;3:VA A NON-PROVIDER;^0;1^Q
;;^DD(356.213,.01,1,0)
;;=^.1
;;^DD(356.213,.01,1,1,0)
;;=356.213^B
;;^DD(356.213,.01,1,1,1)
;;=S ^IBT(356.2,DA(1),13,"B",$E(X,1,30),DA)=""
;;^DD(356.213,.01,1,1,2)
;;=K ^IBT(356.2,DA(1),13,"B",$E(X,1,30),DA)
;;^DD(356.213,.01,21,0)
;;=^^2^2^2940213^^^
;;^DD(356.213,.01,21,1,0)
;;=If the action taken by an insurance company was to assess a penalty,
;;^DD(356.213,.01,21,2,0)
;;=then this is the reason for the penalty.
;;^DD(356.213,.01,"DT")
;;=2940125
;;^DD(356.213,.02,0)
;;=AMOUNT OF PENALTY^NJ9,2^^0;2^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>999999)!(X<0) X
;;^DD(356.213,.02,3)
;;=Type a Dollar Amount between 0 and 999999, 2 Decimal Digits
;;^DD(356.213,.02,21,0)
;;=^^2^2^2940213^^
;;^DD(356.213,.02,21,1,0)
;;=If the action taken by an insurance company was to assess a penalty,
;;^DD(356.213,.02,21,2,0)
;;=this is the amount of the penalty assessed.
;;^DD(356.213,.02,"DT")
;;=2930806
IBINI06A ; ; 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,11,21,3,0)
+2 ;;=in other fields or to pass along pertinent information to other users.
+3 ;;^DD(356.2,12,0)
+4 ;;=REASONS FOR DENIAL^356.212PA^^12;0
+5 ;;^DD(356.2,12,21,0)
+6 ;;=^^2^2^2940202^^
+7 ;;^DD(356.2,12,21,1,0)
+8 ;;=If this contact was a denial, this is the reason(s) for denial. More
+9 ;;^DD(356.2,12,21,2,0)
+10 ;;=than one reason may be selected from the available choices.
+11 ;;^DD(356.2,13,0)
+12 ;;=PENALTY^356.213SA^^13;0
+13 ;;^DD(356.2,13,21,0)
+14 ;;=^^2^2^2940213^^
+15 ;;^DD(356.2,13,21,1,0)
+16 ;;=If the action taken by an insurance company was to assess a penalty,
+17 ;;^DD(356.2,13,21,2,0)
+18 ;;=then this is the reason for the penalty.
+19 ;;^DD(356.2,14,0)
+20 ;;=APPROVE ON APPEAL FROM^356.214DA^^14;0
+21 ;;^DD(356.2,14,21,0)
+22 ;;=^^3^3^2940213^^^
+23 ;;^DD(356.2,14,21,1,0)
+24 ;;=Enter the dates that were approved for payment after an appeal. If the
+25 ;;^DD(356.2,14,21,2,0)
+26 ;;=appeal was partially or fully approved enter the dates that this appeal
+27 ;;^DD(356.2,14,21,3,0)
+28 ;;=was approved from.
+29 ;;^DD(356.211,0)
+30 ;;=COMMENTS SUB-FIELD^^.01^1
+31 ;;^DD(356.211,0,"NM","COMMENTS")
+32 ;;=
+33 ;;^DD(356.211,0,"UP")
+34 ;;=356.2
+35 ;;^DD(356.211,.01,0)
+36 ;;=COMMENTS^W^^0;1^Q
+37 ;;^DD(356.211,.01,21,0)
+38 ;;=^^3^3^2940213^^
+39 ;;^DD(356.211,.01,21,1,0)
+40 ;;=This field is used to store long textual information about the contact.
+41 ;;^DD(356.211,.01,21,2,0)
+42 ;;=This may be used to document specific information that is not captured
+43 ;;^DD(356.211,.01,21,3,0)
+44 ;;=in other fields or to pass along pertinent information to other users.
+45 ;;^DD(356.211,.01,"DT")
+46 ;;=2930610
+47 ;;^DD(356.212,0)
+48 ;;=REASONS FOR DENIAL SUB-FIELD^^.01^1
+49 ;;^DD(356.212,0,"IX","B",356.212,.01)
+50 ;;=
+51 ;;^DD(356.212,0,"NM","REASONS FOR DENIAL")
+52 ;;=
+53 ;;^DD(356.212,0,"UP")
+54 ;;=356.2
+55 ;;^DD(356.212,.01,0)
+56 ;;=REASONS FOR DENIAL^MP356.21'^IBE(356.21,^0;1^Q
+57 ;;^DD(356.212,.01,1,0)
+58 ;;=^.1
+59 ;;^DD(356.212,.01,1,1,0)
+60 ;;=356.212^B
+61 ;;^DD(356.212,.01,1,1,1)
+62 ;;=S ^IBT(356.2,DA(1),12,"B",$E(X,1,30),DA)=""
+63 ;;^DD(356.212,.01,1,1,2)
+64 ;;=K ^IBT(356.2,DA(1),12,"B",$E(X,1,30),DA)
+65 ;;^DD(356.212,.01,21,0)
+66 ;;=^^2^2^2940202^^^
+67 ;;^DD(356.212,.01,21,1,0)
+68 ;;=If this contact was a denial, this is the reason(s) for denial. More
+69 ;;^DD(356.212,.01,21,2,0)
+70 ;;=than one reason may be selected from the available choices.
+71 ;;^DD(356.212,.01,"DT")
+72 ;;=2930610
+73 ;;^DD(356.213,0)
+74 ;;=PENALTY SUB-FIELD^^.02^2
+75 ;;^DD(356.213,0,"DT")
+76 ;;=2940125
+77 ;;^DD(356.213,0,"IX","B",356.213,.01)
+78 ;;=
+79 ;;^DD(356.213,0,"NM","PENALTY")
+80 ;;=
+81 ;;^DD(356.213,0,"UP")
+82 ;;=356.2
+83 ;;^DD(356.213,.01,0)
+84 ;;=PENALTY^MS^1:NO PRE ADMISSION CERTIFICATION;2:UNTIMELY PRE ADMISSION CERTIFICATION;3:VA A NON-PROVIDER;^0;1^Q
+85 ;;^DD(356.213,.01,1,0)
+86 ;;=^.1
+87 ;;^DD(356.213,.01,1,1,0)
+88 ;;=356.213^B
+89 ;;^DD(356.213,.01,1,1,1)
+90 ;;=S ^IBT(356.2,DA(1),13,"B",$E(X,1,30),DA)=""
+91 ;;^DD(356.213,.01,1,1,2)
+92 ;;=K ^IBT(356.2,DA(1),13,"B",$E(X,1,30),DA)
+93 ;;^DD(356.213,.01,21,0)
+94 ;;=^^2^2^2940213^^^
+95 ;;^DD(356.213,.01,21,1,0)
+96 ;;=If the action taken by an insurance company was to assess a penalty,
+97 ;;^DD(356.213,.01,21,2,0)
+98 ;;=then this is the reason for the penalty.
+99 ;;^DD(356.213,.01,"DT")
+100 ;;=2940125
+101 ;;^DD(356.213,.02,0)
+102 ;;=AMOUNT OF PENALTY^NJ9,2^^0;2^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>999999)!(X<0) X
+103 ;;^DD(356.213,.02,3)
+104 ;;=Type a Dollar Amount between 0 and 999999, 2 Decimal Digits
+105 ;;^DD(356.213,.02,21,0)
+106 ;;=^^2^2^2940213^^
+107 ;;^DD(356.213,.02,21,1,0)
+108 ;;=If the action taken by an insurance company was to assess a penalty,
+109 ;;^DD(356.213,.02,21,2,0)
+110 ;;=this is the amount of the penalty assessed.
+111 ;;^DD(356.213,.02,"DT")
+112 ;;=2930806