- IBINI056 ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(355.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(355.6,0,"GL")
- ;;=^IBE(355.6,
- ;;^DIC("B","INSURANCE RIDERS",355.6)
- ;;=
- ;;^DIC(355.6,"%D",0)
- ;;=^^7^7^2940214^^^^
- ;;^DIC(355.6,"%D",1,0)
- ;;=This file contains a listing of Insurance Riders that can be purchased
- ;;^DIC(355.6,"%D",2,0)
- ;;=as add on coverage to a group plan. The software does nothing special
- ;;^DIC(355.6,"%D",3,0)
- ;;=with these riders. The listing may be added to locally and be assigned
- ;;^DIC(355.6,"%D",4,0)
- ;;=to patients as Policy riders. This information is strictly for display
- ;;^DIC(355.6,"%D",5,0)
- ;;=and tracking purposes only.
- ;;^DIC(355.6,"%D",6,0)
- ;;=
- ;;^DIC(355.6,"%D",7,0)
- ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
- ;;^DD(355.6,0)
- ;;=FIELD^^11^2
- ;;^DD(355.6,0,"DDA")
- ;;=N
- ;;^DD(355.6,0,"IX","B",355.6,.01)
- ;;=
- ;;^DD(355.6,0,"NM","INSURANCE RIDERS")
- ;;=
- ;;^DD(355.6,0,"PT",355.7,.01)
- ;;=
- ;;^DD(355.6,.01,0)
- ;;=NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
- ;;^DD(355.6,.01,1,0)
- ;;=^.1
- ;;^DD(355.6,.01,1,1,0)
- ;;=355.6^B
- ;;^DD(355.6,.01,1,1,1)
- ;;=S ^IBE(355.6,"B",$E(X,1,30),DA)=""
- ;;^DD(355.6,.01,1,1,2)
- ;;=K ^IBE(355.6,"B",$E(X,1,30),DA)
- ;;^DD(355.6,.01,3)
- ;;=Answer must be 3-30 characters in length.
- ;;^DD(355.6,.01,21,0)
- ;;=^^3^3^2931129^
- ;;^DD(355.6,.01,21,1,0)
- ;;=This is the name of the Rider. The entries in this file are generic
- ;;^DD(355.6,.01,21,2,0)
- ;;=riders that are commonly purchased as add-on insurance to a group plan.
- ;;^DD(355.6,.01,21,3,0)
- ;;=Many plans allow the purchase of add-on riders while many do not.
- ;;^DD(355.6,.01,"DT")
- ;;=2931129
- ;;^DD(355.6,11,0)
- ;;=DESCRIPTION^355.611^^11;0
- ;;^DD(355.6,11,21,0)
- ;;=^^1^1^2931129^
- ;;^DD(355.6,11,21,1,0)
- ;;=This is a description of the riders.
- ;;^DD(355.611,0)
- ;;=DESCRIPTION SUB-FIELD^^.01^1
- ;;^DD(355.611,0,"NM","DESCRIPTION")
- ;;=
- ;;^DD(355.611,0,"UP")
- ;;=355.6
- ;;^DD(355.611,.01,0)
- ;;=DESCRIPTION^W^^0;1^Q
- ;;^DD(355.611,.01,"DT")
- ;;=2931129
- IBINI056 ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(355.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(355.6,0,"GL")
- +2 ;;=^IBE(355.6,
- +3 ;;^DIC("B","INSURANCE RIDERS",355.6)
- +4 ;;=
- +5 ;;^DIC(355.6,"%D",0)
- +6 ;;=^^7^7^2940214^^^^
- +7 ;;^DIC(355.6,"%D",1,0)
- +8 ;;=This file contains a listing of Insurance Riders that can be purchased
- +9 ;;^DIC(355.6,"%D",2,0)
- +10 ;;=as add on coverage to a group plan. The software does nothing special
- +11 ;;^DIC(355.6,"%D",3,0)
- +12 ;;=with these riders. The listing may be added to locally and be assigned
- +13 ;;^DIC(355.6,"%D",4,0)
- +14 ;;=to patients as Policy riders. This information is strictly for display
- +15 ;;^DIC(355.6,"%D",5,0)
- +16 ;;=and tracking purposes only.
- +17 ;;^DIC(355.6,"%D",6,0)
- +18 ;;=
- +19 ;;^DIC(355.6,"%D",7,0)
- +20 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
- +21 ;;^DD(355.6,0)
- +22 ;;=FIELD^^11^2
- +23 ;;^DD(355.6,0,"DDA")
- +24 ;;=N
- +25 ;;^DD(355.6,0,"IX","B",355.6,.01)
- +26 ;;=
- +27 ;;^DD(355.6,0,"NM","INSURANCE RIDERS")
- +28 ;;=
- +29 ;;^DD(355.6,0,"PT",355.7,.01)
- +30 ;;=
- +31 ;;^DD(355.6,.01,0)
- +32 ;;=NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
- +33 ;;^DD(355.6,.01,1,0)
- +34 ;;=^.1
- +35 ;;^DD(355.6,.01,1,1,0)
- +36 ;;=355.6^B
- +37 ;;^DD(355.6,.01,1,1,1)
- +38 ;;=S ^IBE(355.6,"B",$E(X,1,30),DA)=""
- +39 ;;^DD(355.6,.01,1,1,2)
- +40 ;;=K ^IBE(355.6,"B",$E(X,1,30),DA)
- +41 ;;^DD(355.6,.01,3)
- +42 ;;=Answer must be 3-30 characters in length.
- +43 ;;^DD(355.6,.01,21,0)
- +44 ;;=^^3^3^2931129^
- +45 ;;^DD(355.6,.01,21,1,0)
- +46 ;;=This is the name of the Rider. The entries in this file are generic
- +47 ;;^DD(355.6,.01,21,2,0)
- +48 ;;=riders that are commonly purchased as add-on insurance to a group plan.
- +49 ;;^DD(355.6,.01,21,3,0)
- +50 ;;=Many plans allow the purchase of add-on riders while many do not.
- +51 ;;^DD(355.6,.01,"DT")
- +52 ;;=2931129
- +53 ;;^DD(355.6,11,0)
- +54 ;;=DESCRIPTION^355.611^^11;0
- +55 ;;^DD(355.6,11,21,0)
- +56 ;;=^^1^1^2931129^
- +57 ;;^DD(355.6,11,21,1,0)
- +58 ;;=This is a description of the riders.
- +59 ;;^DD(355.611,0)
- +60 ;;=DESCRIPTION SUB-FIELD^^.01^1
- +61 ;;^DD(355.611,0,"NM","DESCRIPTION")
- +62 ;;=
- +63 ;;^DD(355.611,0,"UP")
- +64 ;;=355.6
- +65 ;;^DD(355.611,.01,0)
- +66 ;;=DESCRIPTION^W^^0;1^Q
- +67 ;;^DD(355.611,.01,"DT")
- +68 ;;=2931129