- IBINI06C ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(356.21) 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
- ;;^DIC(356.21,0,"GL")
- ;;=^IBE(356.21,
- ;;^DIC("B","CLAIMS TRACKING DENIAL REASONS",356.21)
- ;;=
- ;;^DIC(356.21,"%D",0)
- ;;=^^9^9^2940214^^^
- ;;^DIC(356.21,"%D",1,0)
- ;;=This file is a list of the standard reasons for denial of a claim. Do
- ;;^DIC(356.21,"%D",2,0)
- ;;=not add to or delete from this file. Editing this file may have significant
- ;;^DIC(356.21,"%D",3,0)
- ;;=impact on the results of the MCCR NDB roll-up of claims tracking
- ;;^DIC(356.21,"%D",4,0)
- ;;=information.
- ;;^DIC(356.21,"%D",5,0)
- ;;=
- ;;^DIC(356.21,"%D",6,0)
- ;;=Do NOT add, edit, or delete entries in this file without instructions
- ;;^DIC(356.21,"%D",7,0)
- ;;=from your ISC.
- ;;^DIC(356.21,"%D",8,0)
- ;;=
- ;;^DIC(356.21,"%D",9,0)
- ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
- ;;^DD(356.21,0)
- ;;=FIELD^^.02^3
- ;;^DD(356.21,0,"DDA")
- ;;=N
- ;;^DD(356.21,0,"DT")
- ;;=2930825
- ;;^DD(356.21,0,"IX","B",356.21,.01)
- ;;=
- ;;^DD(356.21,0,"NM","CLAIMS TRACKING DENIAL REASONS")
- ;;=
- ;;^DD(356.21,0,"PT",356.212,.01)
- ;;=
- ;;^DD(356.21,.001,0)
- ;;=NUMBER^NJ5,0^^ ^K:+X'=X!(X>99999)!(X<1)!(X?.E1"."1N.N) X
- ;;^DD(356.21,.001,3)
- ;;=Type a Number between 1 and 99999, 0 Decimal Digits
- ;;^DD(356.21,.001,21,0)
- ;;=^^2^2^2931128^
- ;;^DD(356.21,.001,21,1,0)
- ;;=This is the number of the entry. You may select the Denial Reason by
- ;;^DD(356.21,.001,21,2,0)
- ;;=name or by number.
- ;;^DD(356.21,.001,"DT")
- ;;=2930610
- ;;^DD(356.21,.01,0)
- ;;=NAME^RF^^0;1^K:$L(X)>60!($L(X)<3)!'(X'?1P.E) X
- ;;^DD(356.21,.01,1,0)
- ;;=^.1
- ;;^DD(356.21,.01,1,1,0)
- ;;=356.21^B
- ;;^DD(356.21,.01,1,1,1)
- ;;=S ^IBE(356.21,"B",$E(X,1,30),DA)=""
- ;;^DD(356.21,.01,1,1,2)
- ;;=K ^IBE(356.21,"B",$E(X,1,30),DA)
- ;;^DD(356.21,.01,3)
- ;;=Answer must be 3-60 characters in length.
- ;;^DD(356.21,.01,21,0)
- ;;=^^2^2^2931128^
- ;;^DD(356.21,.01,21,1,0)
- ;;=This is the name of the denial reason. Select the Denial reason by name
- ;;^DD(356.21,.01,21,2,0)
- ;;=or by number.
- ;;^DD(356.21,.01,"DT")
- ;;=2930825
- ;;^DD(356.21,.02,0)
- ;;=ABBREVIATION^F^^0;2^K:$L(X)>10!($L(X)<2) X
- ;;^DD(356.21,.02,3)
- ;;=Answer must be 2-10 characters in length.
- ;;^DD(356.21,.02,21,0)
- ;;=^^2^2^2931128^
- ;;^DD(356.21,.02,21,1,0)
- ;;=Enter the 2 to 10 character abbreviation for this Denial Reason. The
- ;;^DD(356.21,.02,21,2,0)
- ;;=abbreviation may be used on displays and reports if the name is too long.
- ;;^DD(356.21,.02,"DT")
- ;;=2930610
- IBINI06C ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(356.21)
- 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 ;;^DIC(356.21,0,"GL")
- +2 ;;=^IBE(356.21,
- +3 ;;^DIC("B","CLAIMS TRACKING DENIAL REASONS",356.21)
- +4 ;;=
- +5 ;;^DIC(356.21,"%D",0)
- +6 ;;=^^9^9^2940214^^^
- +7 ;;^DIC(356.21,"%D",1,0)
- +8 ;;=This file is a list of the standard reasons for denial of a claim. Do
- +9 ;;^DIC(356.21,"%D",2,0)
- +10 ;;=not add to or delete from this file. Editing this file may have significant
- +11 ;;^DIC(356.21,"%D",3,0)
- +12 ;;=impact on the results of the MCCR NDB roll-up of claims tracking
- +13 ;;^DIC(356.21,"%D",4,0)
- +14 ;;=information.
- +15 ;;^DIC(356.21,"%D",5,0)
- +16 ;;=
- +17 ;;^DIC(356.21,"%D",6,0)
- +18 ;;=Do NOT add, edit, or delete entries in this file without instructions
- +19 ;;^DIC(356.21,"%D",7,0)
- +20 ;;=from your ISC.
- +21 ;;^DIC(356.21,"%D",8,0)
- +22 ;;=
- +23 ;;^DIC(356.21,"%D",9,0)
- +24 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
- +25 ;;^DD(356.21,0)
- +26 ;;=FIELD^^.02^3
- +27 ;;^DD(356.21,0,"DDA")
- +28 ;;=N
- +29 ;;^DD(356.21,0,"DT")
- +30 ;;=2930825
- +31 ;;^DD(356.21,0,"IX","B",356.21,.01)
- +32 ;;=
- +33 ;;^DD(356.21,0,"NM","CLAIMS TRACKING DENIAL REASONS")
- +34 ;;=
- +35 ;;^DD(356.21,0,"PT",356.212,.01)
- +36 ;;=
- +37 ;;^DD(356.21,.001,0)
- +38 ;;=NUMBER^NJ5,0^^ ^K:+X'=X!(X>99999)!(X<1)!(X?.E1"."1N.N) X
- +39 ;;^DD(356.21,.001,3)
- +40 ;;=Type a Number between 1 and 99999, 0 Decimal Digits
- +41 ;;^DD(356.21,.001,21,0)
- +42 ;;=^^2^2^2931128^
- +43 ;;^DD(356.21,.001,21,1,0)
- +44 ;;=This is the number of the entry. You may select the Denial Reason by
- +45 ;;^DD(356.21,.001,21,2,0)
- +46 ;;=name or by number.
- +47 ;;^DD(356.21,.001,"DT")
- +48 ;;=2930610
- +49 ;;^DD(356.21,.01,0)
- +50 ;;=NAME^RF^^0;1^K:$L(X)>60!($L(X)<3)!'(X'?1P.E) X
- +51 ;;^DD(356.21,.01,1,0)
- +52 ;;=^.1
- +53 ;;^DD(356.21,.01,1,1,0)
- +54 ;;=356.21^B
- +55 ;;^DD(356.21,.01,1,1,1)
- +56 ;;=S ^IBE(356.21,"B",$E(X,1,30),DA)=""
- +57 ;;^DD(356.21,.01,1,1,2)
- +58 ;;=K ^IBE(356.21,"B",$E(X,1,30),DA)
- +59 ;;^DD(356.21,.01,3)
- +60 ;;=Answer must be 3-60 characters in length.
- +61 ;;^DD(356.21,.01,21,0)
- +62 ;;=^^2^2^2931128^
- +63 ;;^DD(356.21,.01,21,1,0)
- +64 ;;=This is the name of the denial reason. Select the Denial reason by name
- +65 ;;^DD(356.21,.01,21,2,0)
- +66 ;;=or by number.
- +67 ;;^DD(356.21,.01,"DT")
- +68 ;;=2930825
- +69 ;;^DD(356.21,.02,0)
- +70 ;;=ABBREVIATION^F^^0;2^K:$L(X)>10!($L(X)<2) X
- +71 ;;^DD(356.21,.02,3)
- +72 ;;=Answer must be 2-10 characters in length.
- +73 ;;^DD(356.21,.02,21,0)
- +74 ;;=^^2^2^2931128^
- +75 ;;^DD(356.21,.02,21,1,0)
- +76 ;;=Enter the 2 to 10 character abbreviation for this Denial Reason. The
- +77 ;;^DD(356.21,.02,21,2,0)
- +78 ;;=abbreviation may be used on displays and reports if the name is too long.
- +79 ;;^DD(356.21,.02,"DT")
- +80 ;;=2930610