IBINI01S ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(350.41) 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(350.41,0,"GL")
;;=^IBE(350.41,
;;^DIC("B","UPDATE BILLABLE AMBULATORY SURGICAL CODE",350.41)
;;=
;;^DIC(350.41,"%D",0)
;;=^^8^8^2940214^^^^
;;^DIC(350.41,"%D",1,0)
;;=Contains updates to the ambulatory surgery procedures that can be billed.
;;^DIC(350.41,"%D",2,0)
;;=The data comes from HCFA in a WP file that is uploaded and entered into
;;^DIC(350.41,"%D",3,0)
;;=this file, generally once a year.
;;^DIC(350.41,"%D",4,0)
;;=The new billing procedures or billing group updates are activated only after
;;^DIC(350.41,"%D",5,0)
;;=the data in this file is transferred to 350.4. This file should be empty
;;^DIC(350.41,"%D",6,0)
;;=except during the loading and transferring of the HCFA updates.
;;^DIC(350.41,"%D",7,0)
;;=
;;^DIC(350.41,"%D",8,0)
;;=Per VHA Directive 10-93-142, this file definition should not be modified.
;;^DD(350.41,0)
;;=FIELD^^.08^8
;;^DD(350.41,0,"DDA")
;;=N
;;^DD(350.41,0,"DT")
;;=2911125
;;^DD(350.41,0,"ID",.02)
;;=W " ",$E($P(^(0),U,2),4,5)_"-"_$E($P(^(0),U,2),6,7)_"-"_$E($P(^(0),U,2),2,3)
;;^DD(350.41,0,"IX","B",350.41,.01)
;;=
;;^DD(350.41,0,"NM","UPDATE BILLABLE AMBULATORY SURGICAL CODE")
;;=
;;^DD(350.41,.01,0)
;;=PROCEDURE^RP81'^ICPT(^0;1^Q
;;^DD(350.41,.01,1,0)
;;=^.1
;;^DD(350.41,.01,1,1,0)
;;=350.41^B
;;^DD(350.41,.01,1,1,1)
;;=S ^IBE(350.41,"B",$E(X,1,30),DA)=""
;;^DD(350.41,.01,1,1,2)
;;=K ^IBE(350.41,"B",$E(X,1,30),DA)
;;^DD(350.41,.01,3)
;;=
;;^DD(350.41,.01,21,0)
;;=^^4^4^2911113^^^^
;;^DD(350.41,.01,21,1,0)
;;=The ambulatory procedure to be added to or updated in 350.4.
;;^DD(350.41,.01,21,2,0)
;;=It is not necessary that this procedure already have entries in either 350.4 or
;;^DD(350.41,.01,21,3,0)
;;=409.71 but it is required that the procedure already be active
;;^DD(350.41,.01,21,4,0)
;;=in 81.
;;^DD(350.41,.01,"DT")
;;=2911113
;;^DD(350.41,.02,0)
;;=DATE EFFECTIVE^RD^^0;2^S %DT="EX" D ^%DT S X=Y K:Y<1 X
;;^DD(350.41,.02,21,0)
;;=^^1^1^2911113^
;;^DD(350.41,.02,21,1,0)
;;=The date that this procedure entry becomes effective for billing.
;;^DD(350.41,.02,"DT")
;;=2911113
;;^DD(350.41,.03,0)
;;=OLD RATE GROUP^P350.1'^IBE(350.1,^0;3^Q
;;^DD(350.41,.03,21,0)
;;=^^2^2^2911113^
;;^DD(350.41,.03,21,1,0)
;;=This is the rate group that the procedure belongs to before this entry
;;^DD(350.41,.03,21,2,0)
;;=is activated, as defined by the HCFA document.
;;^DD(350.41,.03,"DT")
;;=2911113
;;^DD(350.41,.04,0)
;;=NEW RATE GROUP^P350.1'^IBE(350.1,^0;4^Q
;;^DD(350.41,.04,21,0)
;;=^^1^1^2911113^
;;^DD(350.41,.04,21,1,0)
;;=The rate group for this procedure after this entry is activated.
;;^DD(350.41,.04,"DT")
;;=2911113
;;^DD(350.41,.05,0)
;;=DATE LOADED^D^^0;5^S %DT="EX" D ^%DT S X=Y K:Y<1 X
;;^DD(350.41,.05,21,0)
;;=^^1^1^2920415^^
;;^DD(350.41,.05,21,1,0)
;;=The date the HCFA information was loaded into this file.
;;^DD(350.41,.05,"DT")
;;=2911113
;;^DD(350.41,.06,0)
;;=UPDATE ACTION^S^1:CREATED;2:ACTIVATED;3:CHANGED GROUPS;4:DEACTIVATED;^0;6^Q
;;^DD(350.41,.06,3)
;;=
;;^DD(350.41,.06,21,0)
;;=^^1^1^2911113^^
;;^DD(350.41,.06,21,1,0)
;;=The result caused by this entry on the procedure.
;;^DD(350.41,.06,"DT")
;;=2911113
;;^DD(350.41,.07,0)
;;=STATUS^S^0:NOT TRANSFERED;1:TRANSFERED;^0;7^Q
;;^DD(350.41,.07,21,0)
;;=^^3^3^2940209^^
;;^DD(350.41,.07,21,1,0)
;;=A flag indicating if this entry has been successfully transferred to the
;;^DD(350.41,.07,21,2,0)
;;=billing file 350.4 (and therefore activated). If this is null then the
;;^DD(350.41,.07,21,3,0)
;;=transfer program has not yet processed this procedure (entry).
IBINI01S ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(350.41)
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(350.41,0,"GL")
+2 ;;=^IBE(350.41,
+3 ;;^DIC("B","UPDATE BILLABLE AMBULATORY SURGICAL CODE",350.41)
+4 ;;=
+5 ;;^DIC(350.41,"%D",0)
+6 ;;=^^8^8^2940214^^^^
+7 ;;^DIC(350.41,"%D",1,0)
+8 ;;=Contains updates to the ambulatory surgery procedures that can be billed.
+9 ;;^DIC(350.41,"%D",2,0)
+10 ;;=The data comes from HCFA in a WP file that is uploaded and entered into
+11 ;;^DIC(350.41,"%D",3,0)
+12 ;;=this file, generally once a year.
+13 ;;^DIC(350.41,"%D",4,0)
+14 ;;=The new billing procedures or billing group updates are activated only after
+15 ;;^DIC(350.41,"%D",5,0)
+16 ;;=the data in this file is transferred to 350.4. This file should be empty
+17 ;;^DIC(350.41,"%D",6,0)
+18 ;;=except during the loading and transferring of the HCFA updates.
+19 ;;^DIC(350.41,"%D",7,0)
+20 ;;=
+21 ;;^DIC(350.41,"%D",8,0)
+22 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
+23 ;;^DD(350.41,0)
+24 ;;=FIELD^^.08^8
+25 ;;^DD(350.41,0,"DDA")
+26 ;;=N
+27 ;;^DD(350.41,0,"DT")
+28 ;;=2911125
+29 ;;^DD(350.41,0,"ID",.02)
+30 ;;=W " ",$E($P(^(0),U,2),4,5)_"-"_$E($P(^(0),U,2),6,7)_"-"_$E($P(^(0),U,2),2,3)
+31 ;;^DD(350.41,0,"IX","B",350.41,.01)
+32 ;;=
+33 ;;^DD(350.41,0,"NM","UPDATE BILLABLE AMBULATORY SURGICAL CODE")
+34 ;;=
+35 ;;^DD(350.41,.01,0)
+36 ;;=PROCEDURE^RP81'^ICPT(^0;1^Q
+37 ;;^DD(350.41,.01,1,0)
+38 ;;=^.1
+39 ;;^DD(350.41,.01,1,1,0)
+40 ;;=350.41^B
+41 ;;^DD(350.41,.01,1,1,1)
+42 ;;=S ^IBE(350.41,"B",$E(X,1,30),DA)=""
+43 ;;^DD(350.41,.01,1,1,2)
+44 ;;=K ^IBE(350.41,"B",$E(X,1,30),DA)
+45 ;;^DD(350.41,.01,3)
+46 ;;=
+47 ;;^DD(350.41,.01,21,0)
+48 ;;=^^4^4^2911113^^^^
+49 ;;^DD(350.41,.01,21,1,0)
+50 ;;=The ambulatory procedure to be added to or updated in 350.4.
+51 ;;^DD(350.41,.01,21,2,0)
+52 ;;=It is not necessary that this procedure already have entries in either 350.4 or
+53 ;;^DD(350.41,.01,21,3,0)
+54 ;;=409.71 but it is required that the procedure already be active
+55 ;;^DD(350.41,.01,21,4,0)
+56 ;;=in 81.
+57 ;;^DD(350.41,.01,"DT")
+58 ;;=2911113
+59 ;;^DD(350.41,.02,0)
+60 ;;=DATE EFFECTIVE^RD^^0;2^S %DT="EX" D ^%DT S X=Y K:Y<1 X
+61 ;;^DD(350.41,.02,21,0)
+62 ;;=^^1^1^2911113^
+63 ;;^DD(350.41,.02,21,1,0)
+64 ;;=The date that this procedure entry becomes effective for billing.
+65 ;;^DD(350.41,.02,"DT")
+66 ;;=2911113
+67 ;;^DD(350.41,.03,0)
+68 ;;=OLD RATE GROUP^P350.1'^IBE(350.1,^0;3^Q
+69 ;;^DD(350.41,.03,21,0)
+70 ;;=^^2^2^2911113^
+71 ;;^DD(350.41,.03,21,1,0)
+72 ;;=This is the rate group that the procedure belongs to before this entry
+73 ;;^DD(350.41,.03,21,2,0)
+74 ;;=is activated, as defined by the HCFA document.
+75 ;;^DD(350.41,.03,"DT")
+76 ;;=2911113
+77 ;;^DD(350.41,.04,0)
+78 ;;=NEW RATE GROUP^P350.1'^IBE(350.1,^0;4^Q
+79 ;;^DD(350.41,.04,21,0)
+80 ;;=^^1^1^2911113^
+81 ;;^DD(350.41,.04,21,1,0)
+82 ;;=The rate group for this procedure after this entry is activated.
+83 ;;^DD(350.41,.04,"DT")
+84 ;;=2911113
+85 ;;^DD(350.41,.05,0)
+86 ;;=DATE LOADED^D^^0;5^S %DT="EX" D ^%DT S X=Y K:Y<1 X
+87 ;;^DD(350.41,.05,21,0)
+88 ;;=^^1^1^2920415^^
+89 ;;^DD(350.41,.05,21,1,0)
+90 ;;=The date the HCFA information was loaded into this file.
+91 ;;^DD(350.41,.05,"DT")
+92 ;;=2911113
+93 ;;^DD(350.41,.06,0)
+94 ;;=UPDATE ACTION^S^1:CREATED;2:ACTIVATED;3:CHANGED GROUPS;4:DEACTIVATED;^0;6^Q
+95 ;;^DD(350.41,.06,3)
+96 ;;=
+97 ;;^DD(350.41,.06,21,0)
+98 ;;=^^1^1^2911113^^
+99 ;;^DD(350.41,.06,21,1,0)
+100 ;;=The result caused by this entry on the procedure.
+101 ;;^DD(350.41,.06,"DT")
+102 ;;=2911113
+103 ;;^DD(350.41,.07,0)
+104 ;;=STATUS^S^0:NOT TRANSFERED;1:TRANSFERED;^0;7^Q
+105 ;;^DD(350.41,.07,21,0)
+106 ;;=^^3^3^2940209^^
+107 ;;^DD(350.41,.07,21,1,0)
+108 ;;=A flag indicating if this entry has been successfully transferred to the
+109 ;;^DD(350.41,.07,21,2,0)
+110 ;;=billing file 350.4 (and therefore activated). If this is null then the
+111 ;;^DD(350.41,.07,21,3,0)
+112 ;;=transfer program has not yet processed this procedure (entry).