IBINI06Z ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(356.6) 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.6,0,"GL")
;;=^IBE(356.6,
;;^DIC("B","CLAIMS TRACKING TYPE",356.6)
;;=
;;^DIC(356.6,"%D",0)
;;=^^8^8^2940214^^^^
;;^DIC(356.6,"%D",1,0)
;;=This file contains the types of events that can be stored in Claims
;;^DIC(356.6,"%D",2,0)
;;=Tracking. It also contains data on how the automated biller is to
;;^DIC(356.6,"%D",3,0)
;;=handle each type of event.
;;^DIC(356.6,"%D",4,0)
;;=
;;^DIC(356.6,"%D",5,0)
;;=Do NOT add, edit, or delete entries in this file without instructions
;;^DIC(356.6,"%D",6,0)
;;=from your ISC.
;;^DIC(356.6,"%D",7,0)
;;=
;;^DIC(356.6,"%D",8,0)
;;=Per VHA Directive 10-93-142, this file definition should not be modified.
;;^DD(356.6,0)
;;=FIELD^^.01^7
;;^DD(356.6,0,"DT")
;;=2940309
;;^DD(356.6,0,"IX","AC",356.6,.08)
;;=
;;^DD(356.6,0,"IX","ACODE",356.6,.03)
;;=
;;^DD(356.6,0,"IX","B",356.6,.01)
;;=
;;^DD(356.6,0,"NM","CLAIMS TRACKING TYPE")
;;=
;;^DD(356.6,0,"PT",356,.18)
;;=
;;^DD(356.6,.01,0)
;;=NAME^RFI^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
;;^DD(356.6,.01,1,0)
;;=^.1
;;^DD(356.6,.01,1,1,0)
;;=356.6^B
;;^DD(356.6,.01,1,1,1)
;;=S ^IBE(356.6,"B",$E(X,1,30),DA)=""
;;^DD(356.6,.01,1,1,2)
;;=K ^IBE(356.6,"B",$E(X,1,30),DA)
;;^DD(356.6,.01,3)
;;=NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION
;;^DD(356.6,.01,21,0)
;;=^^6^6^2940213^^^^
;;^DD(356.6,.01,21,1,0)
;;=This is the name of the type of event that can be stored in Claims Tracking.
;;^DD(356.6,.01,21,2,0)
;;=Only certain types of events or visits are known to Claims Tracking. Adding
;;^DD(356.6,.01,21,3,0)
;;=or deleting entries can have unwanted effects on the IB package. Currently
;;^DD(356.6,.01,21,4,0)
;;=only inpatient, outpatient, prosthetics, and Rx Refill visits are known
;;^DD(356.6,.01,21,5,0)
;;=to IB. Future plans call for adding Fee Basis visits. This is limited
;;^DD(356.6,.01,21,6,0)
;;=to those areas that we currently have legislative authority to bill.
;;^DD(356.6,.01,"DT")
;;=2930803
;;^DD(356.6,.02,0)
;;=ABBREVIATION^F^^0;2^K:$L(X)>8!($L(X)<3) X
;;^DD(356.6,.02,3)
;;=Answer must be 3-8 characters in length.
;;^DD(356.6,.02,21,0)
;;=^^2^2^2931128^
;;^DD(356.6,.02,21,1,0)
;;=Enter the 3-8 character abbreviation for this entry that will be used
;;^DD(356.6,.02,21,2,0)
;;=on display screens and outputs.
;;^DD(356.6,.02,"DT")
;;=2930628
;;^DD(356.6,.03,0)
;;=TYPE CODE^SI^1:INPATIENT CARE;2:OUTPATIENT CARE;3:RX REFILL;4:PROSTHETICS;^0;3^Q
;;^DD(356.6,.03,1,0)
;;=^.1
;;^DD(356.6,.03,1,1,0)
;;=356.6^ACODE
;;^DD(356.6,.03,1,1,1)
;;=S ^IBE(356.6,"ACODE",$E(X,1,30),DA)=""
;;^DD(356.6,.03,1,1,2)
;;=K ^IBE(356.6,"ACODE",$E(X,1,30),DA)
;;^DD(356.6,.03,1,1,"DT")
;;=2930813
;;^DD(356.6,.03,21,0)
;;=^^2^2^2940202^^
;;^DD(356.6,.03,21,1,0)
;;=Enter the correct type code for this entry. This type code is used
;;^DD(356.6,.03,21,2,0)
;;=internally by the Claims Tracking Module. Do not edit this field.
;;^DD(356.6,.03,"DT")
;;=2930813
;;^DD(356.6,.04,0)
;;=AUTOMATE BILLING^S^1:YES;^0;4^Q
;;^DD(356.6,.04,3)
;;=Enter "YES" if this type of entry can be automatically billed.
;;^DD(356.6,.04,21,0)
;;=^^5^5^2931021^^^^
;;^DD(356.6,.04,21,1,0)
;;=This will control the automated creation of bills for each type of care.
;;^DD(356.6,.04,21,2,0)
;;=
;;^DD(356.6,.04,21,3,0)
;;=If this is "Y"es then the Earliest Auto Bill date will be automatically
;;^DD(356.6,.04,21,4,0)
;;=added to billable events. These events can then be added to bills by
;;^DD(356.6,.04,21,5,0)
;;=the automated biller.
IBINI06Z ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(356.6)
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.6,0,"GL")
+2 ;;=^IBE(356.6,
+3 ;;^DIC("B","CLAIMS TRACKING TYPE",356.6)
+4 ;;=
+5 ;;^DIC(356.6,"%D",0)
+6 ;;=^^8^8^2940214^^^^
+7 ;;^DIC(356.6,"%D",1,0)
+8 ;;=This file contains the types of events that can be stored in Claims
+9 ;;^DIC(356.6,"%D",2,0)
+10 ;;=Tracking. It also contains data on how the automated biller is to
+11 ;;^DIC(356.6,"%D",3,0)
+12 ;;=handle each type of event.
+13 ;;^DIC(356.6,"%D",4,0)
+14 ;;=
+15 ;;^DIC(356.6,"%D",5,0)
+16 ;;=Do NOT add, edit, or delete entries in this file without instructions
+17 ;;^DIC(356.6,"%D",6,0)
+18 ;;=from your ISC.
+19 ;;^DIC(356.6,"%D",7,0)
+20 ;;=
+21 ;;^DIC(356.6,"%D",8,0)
+22 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
+23 ;;^DD(356.6,0)
+24 ;;=FIELD^^.01^7
+25 ;;^DD(356.6,0,"DT")
+26 ;;=2940309
+27 ;;^DD(356.6,0,"IX","AC",356.6,.08)
+28 ;;=
+29 ;;^DD(356.6,0,"IX","ACODE",356.6,.03)
+30 ;;=
+31 ;;^DD(356.6,0,"IX","B",356.6,.01)
+32 ;;=
+33 ;;^DD(356.6,0,"NM","CLAIMS TRACKING TYPE")
+34 ;;=
+35 ;;^DD(356.6,0,"PT",356,.18)
+36 ;;=
+37 ;;^DD(356.6,.01,0)
+38 ;;=NAME^RFI^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
+39 ;;^DD(356.6,.01,1,0)
+40 ;;=^.1
+41 ;;^DD(356.6,.01,1,1,0)
+42 ;;=356.6^B
+43 ;;^DD(356.6,.01,1,1,1)
+44 ;;=S ^IBE(356.6,"B",$E(X,1,30),DA)=""
+45 ;;^DD(356.6,.01,1,1,2)
+46 ;;=K ^IBE(356.6,"B",$E(X,1,30),DA)
+47 ;;^DD(356.6,.01,3)
+48 ;;=NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION
+49 ;;^DD(356.6,.01,21,0)
+50 ;;=^^6^6^2940213^^^^
+51 ;;^DD(356.6,.01,21,1,0)
+52 ;;=This is the name of the type of event that can be stored in Claims Tracking.
+53 ;;^DD(356.6,.01,21,2,0)
+54 ;;=Only certain types of events or visits are known to Claims Tracking. Adding
+55 ;;^DD(356.6,.01,21,3,0)
+56 ;;=or deleting entries can have unwanted effects on the IB package. Currently
+57 ;;^DD(356.6,.01,21,4,0)
+58 ;;=only inpatient, outpatient, prosthetics, and Rx Refill visits are known
+59 ;;^DD(356.6,.01,21,5,0)
+60 ;;=to IB. Future plans call for adding Fee Basis visits. This is limited
+61 ;;^DD(356.6,.01,21,6,0)
+62 ;;=to those areas that we currently have legislative authority to bill.
+63 ;;^DD(356.6,.01,"DT")
+64 ;;=2930803
+65 ;;^DD(356.6,.02,0)
+66 ;;=ABBREVIATION^F^^0;2^K:$L(X)>8!($L(X)<3) X
+67 ;;^DD(356.6,.02,3)
+68 ;;=Answer must be 3-8 characters in length.
+69 ;;^DD(356.6,.02,21,0)
+70 ;;=^^2^2^2931128^
+71 ;;^DD(356.6,.02,21,1,0)
+72 ;;=Enter the 3-8 character abbreviation for this entry that will be used
+73 ;;^DD(356.6,.02,21,2,0)
+74 ;;=on display screens and outputs.
+75 ;;^DD(356.6,.02,"DT")
+76 ;;=2930628
+77 ;;^DD(356.6,.03,0)
+78 ;;=TYPE CODE^SI^1:INPATIENT CARE;2:OUTPATIENT CARE;3:RX REFILL;4:PROSTHETICS;^0;3^Q
+79 ;;^DD(356.6,.03,1,0)
+80 ;;=^.1
+81 ;;^DD(356.6,.03,1,1,0)
+82 ;;=356.6^ACODE
+83 ;;^DD(356.6,.03,1,1,1)
+84 ;;=S ^IBE(356.6,"ACODE",$E(X,1,30),DA)=""
+85 ;;^DD(356.6,.03,1,1,2)
+86 ;;=K ^IBE(356.6,"ACODE",$E(X,1,30),DA)
+87 ;;^DD(356.6,.03,1,1,"DT")
+88 ;;=2930813
+89 ;;^DD(356.6,.03,21,0)
+90 ;;=^^2^2^2940202^^
+91 ;;^DD(356.6,.03,21,1,0)
+92 ;;=Enter the correct type code for this entry. This type code is used
+93 ;;^DD(356.6,.03,21,2,0)
+94 ;;=internally by the Claims Tracking Module. Do not edit this field.
+95 ;;^DD(356.6,.03,"DT")
+96 ;;=2930813
+97 ;;^DD(356.6,.04,0)
+98 ;;=AUTOMATE BILLING^S^1:YES;^0;4^Q
+99 ;;^DD(356.6,.04,3)
+100 ;;=Enter "YES" if this type of entry can be automatically billed.
+101 ;;^DD(356.6,.04,21,0)
+102 ;;=^^5^5^2931021^^^^
+103 ;;^DD(356.6,.04,21,1,0)
+104 ;;=This will control the automated creation of bills for each type of care.
+105 ;;^DD(356.6,.04,21,2,0)
+106 ;;=
+107 ;;^DD(356.6,.04,21,3,0)
+108 ;;=If this is "Y"es then the Earliest Auto Bill date will be automatically
+109 ;;^DD(356.6,.04,21,4,0)
+110 ;;=added to billable events. These events can then be added to bills by
+111 ;;^DD(356.6,.04,21,5,0)
+112 ;;=the automated biller.