IBINI04J ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(355.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
;;^DIC(355.2,0,"GL")
;;=^IBE(355.2,
;;^DIC("B","TYPE OF INSURANCE COVERAGE",355.2)
;;=
;;^DIC(355.2,"%D",0)
;;=^^8^8^2940214^^^^
;;^DIC(355.2,"%D",1,0)
;;=This file contains the types of coverages that an insurance company is
;;^DIC(355.2,"%D",2,0)
;;=generally associated with. If an insurer is identified with more than
;;^DIC(355.2,"%D",3,0)
;;=one type of coverage then it should be identified as HEALTH INSURANCE as
;;^DIC(355.2,"%D",4,0)
;;=this encompases all.
;;^DIC(355.2,"%D",5,0)
;;=
;;^DIC(355.2,"%D",6,0)
;;=Sites should not add, edit or delete entries from this file.
;;^DIC(355.2,"%D",7,0)
;;=
;;^DIC(355.2,"%D",8,0)
;;=Per VHA Directive 10-93-142, this file definition should not be modified.
;;^DD(355.2,0)
;;=FIELD^^10^3
;;^DD(355.2,0,"DDA")
;;=N
;;^DD(355.2,0,"DT")
;;=2930603
;;^DD(355.2,0,"IX","B",355.2,.01)
;;=
;;^DD(355.2,0,"IX","C",355.2,.02)
;;=
;;^DD(355.2,0,"NM","TYPE OF INSURANCE COVERAGE")
;;=
;;^DD(355.2,0,"PT",36,.13)
;;=
;;^DD(355.2,.01,0)
;;=NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
;;^DD(355.2,.01,1,0)
;;=^.1
;;^DD(355.2,.01,1,1,0)
;;=355.2^B
;;^DD(355.2,.01,1,1,1)
;;=S ^IBE(355.2,"B",$E(X,1,30),DA)=""
;;^DD(355.2,.01,1,1,2)
;;=K ^IBE(355.2,"B",$E(X,1,30),DA)
;;^DD(355.2,.01,3)
;;=This is the name of the type of policy. Answer must be 3-30 characters in length.
;;^DD(355.2,.01,21,0)
;;=^^16^16^2940213^^^^
;;^DD(355.2,.01,21,1,0)
;;=This is name of the type of coverage that an insurance company generally
;;^DD(355.2,.01,21,2,0)
;;=provides. The entries in this file are a limited set of choices
;;^DD(355.2,.01,21,3,0)
;;=that are exported with the IB package. The entries may have special
;;^DD(355.2,.01,21,4,0)
;;=meaning interanally in the billing package.
;;^DD(355.2,.01,21,5,0)
;;=
;;^DD(355.2,.01,21,6,0)
;;=If this insurance carrier provides only one type of coverage then select
;;^DD(355.2,.01,21,7,0)
;;=the entry that best describes this carriers' type of coverage. If this
;;^DD(355.2,.01,21,8,0)
;;=carrier provides more than one type of coverage then select HEALTH
;;^DD(355.2,.01,21,9,0)
;;=INSURANCE. The default answer if left unanswered is Health Insurance.
;;^DD(355.2,.01,21,10,0)
;;=
;;^DD(355.2,.01,21,11,0)
;;=This is useful information when contacting carriers, when creating
;;^DD(355.2,.01,21,12,0)
;;=claims for reimbursement and when estimating if the payment received is
;;^DD(355.2,.01,21,13,0)
;;=appropriate.
;;^DD(355.2,.01,21,14,0)
;;=
;;^DD(355.2,.01,21,15,0)
;;=If this field is answered it may affect choices that can be selected when
;;^DD(355.2,.01,21,16,0)
;;=entering policy or benefit information.
;;^DD(355.2,.01,"DT")
;;=2930603
;;^DD(355.2,.02,0)
;;=ABBREVIATION^F^^0;2^K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>8!($L(X)<2) X
;;^DD(355.2,.02,1,0)
;;=^.1
;;^DD(355.2,.02,1,1,0)
;;=355.2^C
;;^DD(355.2,.02,1,1,1)
;;=S ^IBE(355.2,"C",$E(X,1,30),DA)=""
;;^DD(355.2,.02,1,1,2)
;;=K ^IBE(355.2,"C",$E(X,1,30),DA)
;;^DD(355.2,.02,1,1,"DT")
;;=2930602
;;^DD(355.2,.02,3)
;;=Enter a standard abbreviation. Answer must be 2-8 characters in length.
;;^DD(355.2,.02,21,0)
;;=^^3^3^2930603^^
;;^DD(355.2,.02,21,1,0)
;;=This is the standard abbreviation for this type of coverage. Enter
;;^DD(355.2,.02,21,2,0)
;;=the 2 to 8 character abbreviation. The abbreviation may appear on
;;^DD(355.2,.02,21,3,0)
;;=reports that have limited space available.
;;^DD(355.2,.02,"DT")
;;=2930602
;;^DD(355.2,10,0)
;;=DESCRIPTION^355.21^^10;0
;;^DD(355.2,10,21,0)
;;=^^1^1^2930603^^
IBINI04J ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(355.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 ;;^DIC(355.2,0,"GL")
+2 ;;=^IBE(355.2,
+3 ;;^DIC("B","TYPE OF INSURANCE COVERAGE",355.2)
+4 ;;=
+5 ;;^DIC(355.2,"%D",0)
+6 ;;=^^8^8^2940214^^^^
+7 ;;^DIC(355.2,"%D",1,0)
+8 ;;=This file contains the types of coverages that an insurance company is
+9 ;;^DIC(355.2,"%D",2,0)
+10 ;;=generally associated with. If an insurer is identified with more than
+11 ;;^DIC(355.2,"%D",3,0)
+12 ;;=one type of coverage then it should be identified as HEALTH INSURANCE as
+13 ;;^DIC(355.2,"%D",4,0)
+14 ;;=this encompases all.
+15 ;;^DIC(355.2,"%D",5,0)
+16 ;;=
+17 ;;^DIC(355.2,"%D",6,0)
+18 ;;=Sites should not add, edit or delete entries from this file.
+19 ;;^DIC(355.2,"%D",7,0)
+20 ;;=
+21 ;;^DIC(355.2,"%D",8,0)
+22 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
+23 ;;^DD(355.2,0)
+24 ;;=FIELD^^10^3
+25 ;;^DD(355.2,0,"DDA")
+26 ;;=N
+27 ;;^DD(355.2,0,"DT")
+28 ;;=2930603
+29 ;;^DD(355.2,0,"IX","B",355.2,.01)
+30 ;;=
+31 ;;^DD(355.2,0,"IX","C",355.2,.02)
+32 ;;=
+33 ;;^DD(355.2,0,"NM","TYPE OF INSURANCE COVERAGE")
+34 ;;=
+35 ;;^DD(355.2,0,"PT",36,.13)
+36 ;;=
+37 ;;^DD(355.2,.01,0)
+38 ;;=NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
+39 ;;^DD(355.2,.01,1,0)
+40 ;;=^.1
+41 ;;^DD(355.2,.01,1,1,0)
+42 ;;=355.2^B
+43 ;;^DD(355.2,.01,1,1,1)
+44 ;;=S ^IBE(355.2,"B",$E(X,1,30),DA)=""
+45 ;;^DD(355.2,.01,1,1,2)
+46 ;;=K ^IBE(355.2,"B",$E(X,1,30),DA)
+47 ;;^DD(355.2,.01,3)
+48 ;;=This is the name of the type of policy. Answer must be 3-30 characters in length.
+49 ;;^DD(355.2,.01,21,0)
+50 ;;=^^16^16^2940213^^^^
+51 ;;^DD(355.2,.01,21,1,0)
+52 ;;=This is name of the type of coverage that an insurance company generally
+53 ;;^DD(355.2,.01,21,2,0)
+54 ;;=provides. The entries in this file are a limited set of choices
+55 ;;^DD(355.2,.01,21,3,0)
+56 ;;=that are exported with the IB package. The entries may have special
+57 ;;^DD(355.2,.01,21,4,0)
+58 ;;=meaning interanally in the billing package.
+59 ;;^DD(355.2,.01,21,5,0)
+60 ;;=
+61 ;;^DD(355.2,.01,21,6,0)
+62 ;;=If this insurance carrier provides only one type of coverage then select
+63 ;;^DD(355.2,.01,21,7,0)
+64 ;;=the entry that best describes this carriers' type of coverage. If this
+65 ;;^DD(355.2,.01,21,8,0)
+66 ;;=carrier provides more than one type of coverage then select HEALTH
+67 ;;^DD(355.2,.01,21,9,0)
+68 ;;=INSURANCE. The default answer if left unanswered is Health Insurance.
+69 ;;^DD(355.2,.01,21,10,0)
+70 ;;=
+71 ;;^DD(355.2,.01,21,11,0)
+72 ;;=This is useful information when contacting carriers, when creating
+73 ;;^DD(355.2,.01,21,12,0)
+74 ;;=claims for reimbursement and when estimating if the payment received is
+75 ;;^DD(355.2,.01,21,13,0)
+76 ;;=appropriate.
+77 ;;^DD(355.2,.01,21,14,0)
+78 ;;=
+79 ;;^DD(355.2,.01,21,15,0)
+80 ;;=If this field is answered it may affect choices that can be selected when
+81 ;;^DD(355.2,.01,21,16,0)
+82 ;;=entering policy or benefit information.
+83 ;;^DD(355.2,.01,"DT")
+84 ;;=2930603
+85 ;;^DD(355.2,.02,0)
+86 ;;=ABBREVIATION^F^^0;2^K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>8!($L(X)<2) X
+87 ;;^DD(355.2,.02,1,0)
+88 ;;=^.1
+89 ;;^DD(355.2,.02,1,1,0)
+90 ;;=355.2^C
+91 ;;^DD(355.2,.02,1,1,1)
+92 ;;=S ^IBE(355.2,"C",$E(X,1,30),DA)=""
+93 ;;^DD(355.2,.02,1,1,2)
+94 ;;=K ^IBE(355.2,"C",$E(X,1,30),DA)
+95 ;;^DD(355.2,.02,1,1,"DT")
+96 ;;=2930602
+97 ;;^DD(355.2,.02,3)
+98 ;;=Enter a standard abbreviation. Answer must be 2-8 characters in length.
+99 ;;^DD(355.2,.02,21,0)
+100 ;;=^^3^3^2930603^^
+101 ;;^DD(355.2,.02,21,1,0)
+102 ;;=This is the standard abbreviation for this type of coverage. Enter
+103 ;;^DD(355.2,.02,21,2,0)
+104 ;;=the 2 to 8 character abbreviation. The abbreviation may appear on
+105 ;;^DD(355.2,.02,21,3,0)
+106 ;;=reports that have limited space available.
+107 ;;^DD(355.2,.02,"DT")
+108 ;;=2930602
+109 ;;^DD(355.2,10,0)
+110 ;;=DESCRIPTION^355.21^^10;0
+111 ;;^DD(355.2,10,21,0)
+112 ;;=^^1^1^2930603^^