IBINI04E ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQR(355.1) 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
;;^UTILITY(U,$J,355.1)
;;=^IBE(355.1,
;;^UTILITY(U,$J,355.1,0)
;;=TYPE OF PLAN^355.1I^60^38
;;^UTILITY(U,$J,355.1,1,0)
;;=ACCIDENT AND HEALTH INSURANCE^ACCIDENT^1
;;^UTILITY(U,$J,355.1,1,10,0)
;;=^^2^2^2930603^
;;^UTILITY(U,$J,355.1,1,10,1,0)
;;=Insurance under which benefits are payable in case of disease,
;;^UTILITY(U,$J,355.1,1,10,2,0)
;;=accidental injury, or accidental death.
;;^UTILITY(U,$J,355.1,2,0)
;;=AVIATION TRIP INSURANCE^AVIATION^1
;;^UTILITY(U,$J,355.1,2,10,0)
;;=
;;^UTILITY(U,$J,355.1,2,10,1,0)
;;=A short-term policy protecting individuals as passengers on scheduled
;;^UTILITY(U,$J,355.1,2,10,2,0)
;;=airline flights. It is generally obtained at airports.
;;^UTILITY(U,$J,355.1,3,0)
;;=BLUE CROSS/BLUE SHIELD^BCBS^1
;;^UTILITY(U,$J,355.1,3,10,0)
;;=^^4^4^2930603^
;;^UTILITY(U,$J,355.1,3,10,1,0)
;;=An independent, not-for-profit membership corporation providing
;;^UTILITY(U,$J,355.1,3,10,2,0)
;;=protection against the costs of hospital care (Blue Cross) and
;;^UTILITY(U,$J,355.1,3,10,3,0)
;;=against the costs of surgery and other items of medical care
;;^UTILITY(U,$J,355.1,3,10,4,0)
;;=(Blue Shield).
;;^UTILITY(U,$J,355.1,5,0)
;;=CATASTROPHIC INSURANCE^CI^1
;;^UTILITY(U,$J,355.1,5,10,0)
;;=
;;^UTILITY(U,$J,355.1,5,10,1,0)
;;=Insurance against catastrophic illness.
;;^UTILITY(U,$J,355.1,6,0)
;;=CHAMPUS^CPS^7
;;^UTILITY(U,$J,355.1,6,10,0)
;;=^^4^4^2940111^
;;^UTILITY(U,$J,355.1,6,10,1,0)
;;=A government-sponsored program that provides hospital and medical
;;^UTILITY(U,$J,355.1,6,10,2,0)
;;=services for dependents of active service, retired service personnel
;;^UTILITY(U,$J,355.1,6,10,3,0)
;;=and their dependents, and dependents of deceased members who died in
;;^UTILITY(U,$J,355.1,6,10,4,0)
;;=active duty.
;;^UTILITY(U,$J,355.1,7,0)
;;=COINSURANCE^COINS^1
;;^UTILITY(U,$J,355.1,7,10,0)
;;=
;;^UTILITY(U,$J,355.1,7,10,1,0)
;;=A plan under which the insured and the insurer share hospital and
;;^UTILITY(U,$J,355.1,7,10,2,0)
;;=medical expenses resulting from illness or injury. Sometimes seen in
;;^UTILITY(U,$J,355.1,7,10,3,0)
;;=major medical insurance.
;;^UTILITY(U,$J,355.1,8,0)
;;=COMPREHENSIVE MAJOR MEDICAL^CMM^1
;;^UTILITY(U,$J,355.1,8,10,0)
;;=
;;^UTILITY(U,$J,355.1,8,10,1,0)
;;=A policy designed to give the protection offered by both a basic
;;^UTILITY(U,$J,355.1,8,10,2,0)
;;=and a major medical health insurance policy.
;;^UTILITY(U,$J,355.1,9,0)
;;=DENTAL INSURANCE^DENIN^2
;;^UTILITY(U,$J,355.1,9,10,0)
;;=
;;^UTILITY(U,$J,355.1,9,10,1,0)
;;=A form of insurance that provides protectio against the costs of
;;^UTILITY(U,$J,355.1,9,10,2,0)
;;=diagnostic and preventive dental care as well as oral surgery,
;;^UTILITY(U,$J,355.1,9,10,3,0)
;;=restorative procedures, and therapeutic dental care.
;;^UTILITY(U,$J,355.1,12,0)
;;=DUAL COVERAGE^DC
;;^UTILITY(U,$J,355.1,12,10,0)
;;=
;;^UTILITY(U,$J,355.1,12,10,1,0)
;;=A plan under which the insured has health insurance coverage from
;;^UTILITY(U,$J,355.1,12,10,2,0)
;;=more than one carrier.
;;^UTILITY(U,$J,355.1,18,0)
;;=HEALTH MAINTENANCE ORGANIZ^HMO^1
;;^UTILITY(U,$J,355.1,18,10,0)
;;=^^5^5^2940105^
;;^UTILITY(U,$J,355.1,18,10,1,0)
;;=An organization that provides for a wide range of comprehensive
;;^UTILITY(U,$J,355.1,18,10,2,0)
;;=health care services for a specified group at a fixed periodic
;;^UTILITY(U,$J,355.1,18,10,3,0)
;;=payment. An HMO can be sponsored by the government, medical schools,
;;^UTILITY(U,$J,355.1,18,10,4,0)
;;=hospitals, employers, labor unions, consumer groups, insurance
IBINI04E ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQR(355.1)
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 ;;^UTILITY(U,$J,355.1)
+2 ;;=^IBE(355.1,
+3 ;;^UTILITY(U,$J,355.1,0)
+4 ;;=TYPE OF PLAN^355.1I^60^38
+5 ;;^UTILITY(U,$J,355.1,1,0)
+6 ;;=ACCIDENT AND HEALTH INSURANCE^ACCIDENT^1
+7 ;;^UTILITY(U,$J,355.1,1,10,0)
+8 ;;=^^2^2^2930603^
+9 ;;^UTILITY(U,$J,355.1,1,10,1,0)
+10 ;;=Insurance under which benefits are payable in case of disease,
+11 ;;^UTILITY(U,$J,355.1,1,10,2,0)
+12 ;;=accidental injury, or accidental death.
+13 ;;^UTILITY(U,$J,355.1,2,0)
+14 ;;=AVIATION TRIP INSURANCE^AVIATION^1
+15 ;;^UTILITY(U,$J,355.1,2,10,0)
+16 ;;=
+17 ;;^UTILITY(U,$J,355.1,2,10,1,0)
+18 ;;=A short-term policy protecting individuals as passengers on scheduled
+19 ;;^UTILITY(U,$J,355.1,2,10,2,0)
+20 ;;=airline flights. It is generally obtained at airports.
+21 ;;^UTILITY(U,$J,355.1,3,0)
+22 ;;=BLUE CROSS/BLUE SHIELD^BCBS^1
+23 ;;^UTILITY(U,$J,355.1,3,10,0)
+24 ;;=^^4^4^2930603^
+25 ;;^UTILITY(U,$J,355.1,3,10,1,0)
+26 ;;=An independent, not-for-profit membership corporation providing
+27 ;;^UTILITY(U,$J,355.1,3,10,2,0)
+28 ;;=protection against the costs of hospital care (Blue Cross) and
+29 ;;^UTILITY(U,$J,355.1,3,10,3,0)
+30 ;;=against the costs of surgery and other items of medical care
+31 ;;^UTILITY(U,$J,355.1,3,10,4,0)
+32 ;;=(Blue Shield).
+33 ;;^UTILITY(U,$J,355.1,5,0)
+34 ;;=CATASTROPHIC INSURANCE^CI^1
+35 ;;^UTILITY(U,$J,355.1,5,10,0)
+36 ;;=
+37 ;;^UTILITY(U,$J,355.1,5,10,1,0)
+38 ;;=Insurance against catastrophic illness.
+39 ;;^UTILITY(U,$J,355.1,6,0)
+40 ;;=CHAMPUS^CPS^7
+41 ;;^UTILITY(U,$J,355.1,6,10,0)
+42 ;;=^^4^4^2940111^
+43 ;;^UTILITY(U,$J,355.1,6,10,1,0)
+44 ;;=A government-sponsored program that provides hospital and medical
+45 ;;^UTILITY(U,$J,355.1,6,10,2,0)
+46 ;;=services for dependents of active service, retired service personnel
+47 ;;^UTILITY(U,$J,355.1,6,10,3,0)
+48 ;;=and their dependents, and dependents of deceased members who died in
+49 ;;^UTILITY(U,$J,355.1,6,10,4,0)
+50 ;;=active duty.
+51 ;;^UTILITY(U,$J,355.1,7,0)
+52 ;;=COINSURANCE^COINS^1
+53 ;;^UTILITY(U,$J,355.1,7,10,0)
+54 ;;=
+55 ;;^UTILITY(U,$J,355.1,7,10,1,0)
+56 ;;=A plan under which the insured and the insurer share hospital and
+57 ;;^UTILITY(U,$J,355.1,7,10,2,0)
+58 ;;=medical expenses resulting from illness or injury. Sometimes seen in
+59 ;;^UTILITY(U,$J,355.1,7,10,3,0)
+60 ;;=major medical insurance.
+61 ;;^UTILITY(U,$J,355.1,8,0)
+62 ;;=COMPREHENSIVE MAJOR MEDICAL^CMM^1
+63 ;;^UTILITY(U,$J,355.1,8,10,0)
+64 ;;=
+65 ;;^UTILITY(U,$J,355.1,8,10,1,0)
+66 ;;=A policy designed to give the protection offered by both a basic
+67 ;;^UTILITY(U,$J,355.1,8,10,2,0)
+68 ;;=and a major medical health insurance policy.
+69 ;;^UTILITY(U,$J,355.1,9,0)
+70 ;;=DENTAL INSURANCE^DENIN^2
+71 ;;^UTILITY(U,$J,355.1,9,10,0)
+72 ;;=
+73 ;;^UTILITY(U,$J,355.1,9,10,1,0)
+74 ;;=A form of insurance that provides protectio against the costs of
+75 ;;^UTILITY(U,$J,355.1,9,10,2,0)
+76 ;;=diagnostic and preventive dental care as well as oral surgery,
+77 ;;^UTILITY(U,$J,355.1,9,10,3,0)
+78 ;;=restorative procedures, and therapeutic dental care.
+79 ;;^UTILITY(U,$J,355.1,12,0)
+80 ;;=DUAL COVERAGE^DC
+81 ;;^UTILITY(U,$J,355.1,12,10,0)
+82 ;;=
+83 ;;^UTILITY(U,$J,355.1,12,10,1,0)
+84 ;;=A plan under which the insured has health insurance coverage from
+85 ;;^UTILITY(U,$J,355.1,12,10,2,0)
+86 ;;=more than one carrier.
+87 ;;^UTILITY(U,$J,355.1,18,0)
+88 ;;=HEALTH MAINTENANCE ORGANIZ^HMO^1
+89 ;;^UTILITY(U,$J,355.1,18,10,0)
+90 ;;=^^5^5^2940105^
+91 ;;^UTILITY(U,$J,355.1,18,10,1,0)
+92 ;;=An organization that provides for a wide range of comprehensive
+93 ;;^UTILITY(U,$J,355.1,18,10,2,0)
+94 ;;=health care services for a specified group at a fixed periodic
+95 ;;^UTILITY(U,$J,355.1,18,10,3,0)
+96 ;;=payment. An HMO can be sponsored by the government, medical schools,
+97 ;;^UTILITY(U,$J,355.1,18,10,4,0)
+98 ;;=hospitals, employers, labor unions, consumer groups, insurance