IBINI04M ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQR(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
;;^UTILITY(U,$J,355.2,8,10,0)
;;=^^3^3^2930603^
;;^UTILITY(U,$J,355.2,8,10,1,0)
;;=A form of health insurance that provides periodic payments to replace
;;^UTILITY(U,$J,355.2,8,10,2,0)
;;=income when the insured is unable to work as a result of illness,
;;^UTILITY(U,$J,355.2,8,10,3,0)
;;=injury or disease.
;;^UTILITY(U,$J,355.2,9,0)
;;=HEALTH MAINTENANCE ORG.^HMO
;;^UTILITY(U,$J,355.2,9,10,0)
;;=^^5^5^2940105^^
;;^UTILITY(U,$J,355.2,9,10,1,0)
;;=An organization that provides a wide range of comprehensive health
;;^UTILITY(U,$J,355.2,9,10,2,0)
;;=care services for a specified group at a fixed periodic payment.
;;^UTILITY(U,$J,355.2,9,10,3,0)
;;=An HMO can be sponsored by the government, medical schools,
;;^UTILITY(U,$J,355.2,9,10,4,0)
;;=hospitals, employers, labor unions, consumer groups, insurance companies,
;;^UTILITY(U,$J,355.2,9,10,5,0)
;;=or hospital-medical plans.
;;^UTILITY(U,$J,355.2,10,0)
;;=MEDICAID^MCD
;;^UTILITY(U,$J,355.2,10,10,0)
;;=^^4^4^2930604^^
;;^UTILITY(U,$J,355.2,10,10,1,0)
;;=A plan sponsored jointly by the federal and state governments for
;;^UTILITY(U,$J,355.2,10,10,2,0)
;;=people eligible for public assistance and some other low-income people.
;;^UTILITY(U,$J,355.2,10,10,3,0)
;;=Coverage and benefits vary widely from state to state. In California,
;;^UTILITY(U,$J,355.2,10,10,4,0)
;;=this program is known as Medi-Cal.
;;^UTILITY(U,$J,355.2,13,0)
;;=WORKERS' COMPENSATION^WC
;;^UTILITY(U,$J,355.2,13,10,0)
;;=^^2^2^2930603^
;;^UTILITY(U,$J,355.2,13,10,1,0)
;;=A contract that insures a person against on-the-job injury or illness.
;;^UTILITY(U,$J,355.2,13,10,2,0)
;;=The employer pays the premium for his or her employees.
;;^UTILITY(U,$J,355.2,14,0)
;;=MEDI-CAL^MCL
;;^UTILITY(U,$J,355.2,14,10,0)
;;=^^1^1^2930603^
;;^UTILITY(U,$J,355.2,14,10,1,0)
;;=California's version of the nationwide program known as Medicaid.
;;^UTILITY(U,$J,355.2,15,0)
;;=INDEMNITY^IN
;;^UTILITY(U,$J,355.2,15,10,0)
;;=^^2^2^2940226^^
;;^UTILITY(U,$J,355.2,15,10,1,0)
;;=A form of health insurance that provides periodic payments when the
;;^UTILITY(U,$J,355.2,15,10,2,0)
;;=insured is disabled and in the hospital.
;;^UTILITY(U,$J,355.2,16,0)
;;=MENTAL HEALTH ONLY^MHO
;;^UTILITY(U,$J,355.2,16,10,0)
;;=^^1^1^2940105^
;;^UTILITY(U,$J,355.2,16,10,1,0)
;;= A form of health insurance that provides mental health benefits only.
;;^UTILITY(U,$J,355.2,17,0)
;;=PRESCRIPTION ONLY^PO
;;^UTILITY(U,$J,355.2,17,10,0)
;;=^^1^1^2940105^
;;^UTILITY(U,$J,355.2,17,10,1,0)
;;=A form of health insurance that provides prescription benefits only.
;;^UTILITY(U,$J,355.2,18,0)
;;=SUBSTANCE ABUSE ONLY^SAO
;;^UTILITY(U,$J,355.2,18,10,0)
;;=^^1^1^2940105^
;;^UTILITY(U,$J,355.2,18,10,1,0)
;;=A form of health insurance that provides drug/alcohol abuse benefits only.
;;^UTILITY(U,$J,355.2,19,0)
;;=TORT/FEASOR^TF
;;^UTILITY(U,$J,355.2,19,10,0)
;;=^^2^2^2940105^
;;^UTILITY(U,$J,355.2,19,10,1,0)
;;=A form of health insurance that pays for injuries resulting from a third
;;^UTILITY(U,$J,355.2,19,10,2,0)
;;=party's negligence.
IBINI04M ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQR(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 ;;^UTILITY(U,$J,355.2,8,10,0)
+2 ;;=^^3^3^2930603^
+3 ;;^UTILITY(U,$J,355.2,8,10,1,0)
+4 ;;=A form of health insurance that provides periodic payments to replace
+5 ;;^UTILITY(U,$J,355.2,8,10,2,0)
+6 ;;=income when the insured is unable to work as a result of illness,
+7 ;;^UTILITY(U,$J,355.2,8,10,3,0)
+8 ;;=injury or disease.
+9 ;;^UTILITY(U,$J,355.2,9,0)
+10 ;;=HEALTH MAINTENANCE ORG.^HMO
+11 ;;^UTILITY(U,$J,355.2,9,10,0)
+12 ;;=^^5^5^2940105^^
+13 ;;^UTILITY(U,$J,355.2,9,10,1,0)
+14 ;;=An organization that provides a wide range of comprehensive health
+15 ;;^UTILITY(U,$J,355.2,9,10,2,0)
+16 ;;=care services for a specified group at a fixed periodic payment.
+17 ;;^UTILITY(U,$J,355.2,9,10,3,0)
+18 ;;=An HMO can be sponsored by the government, medical schools,
+19 ;;^UTILITY(U,$J,355.2,9,10,4,0)
+20 ;;=hospitals, employers, labor unions, consumer groups, insurance companies,
+21 ;;^UTILITY(U,$J,355.2,9,10,5,0)
+22 ;;=or hospital-medical plans.
+23 ;;^UTILITY(U,$J,355.2,10,0)
+24 ;;=MEDICAID^MCD
+25 ;;^UTILITY(U,$J,355.2,10,10,0)
+26 ;;=^^4^4^2930604^^
+27 ;;^UTILITY(U,$J,355.2,10,10,1,0)
+28 ;;=A plan sponsored jointly by the federal and state governments for
+29 ;;^UTILITY(U,$J,355.2,10,10,2,0)
+30 ;;=people eligible for public assistance and some other low-income people.
+31 ;;^UTILITY(U,$J,355.2,10,10,3,0)
+32 ;;=Coverage and benefits vary widely from state to state. In California,
+33 ;;^UTILITY(U,$J,355.2,10,10,4,0)
+34 ;;=this program is known as Medi-Cal.
+35 ;;^UTILITY(U,$J,355.2,13,0)
+36 ;;=WORKERS' COMPENSATION^WC
+37 ;;^UTILITY(U,$J,355.2,13,10,0)
+38 ;;=^^2^2^2930603^
+39 ;;^UTILITY(U,$J,355.2,13,10,1,0)
+40 ;;=A contract that insures a person against on-the-job injury or illness.
+41 ;;^UTILITY(U,$J,355.2,13,10,2,0)
+42 ;;=The employer pays the premium for his or her employees.
+43 ;;^UTILITY(U,$J,355.2,14,0)
+44 ;;=MEDI-CAL^MCL
+45 ;;^UTILITY(U,$J,355.2,14,10,0)
+46 ;;=^^1^1^2930603^
+47 ;;^UTILITY(U,$J,355.2,14,10,1,0)
+48 ;;=California's version of the nationwide program known as Medicaid.
+49 ;;^UTILITY(U,$J,355.2,15,0)
+50 ;;=INDEMNITY^IN
+51 ;;^UTILITY(U,$J,355.2,15,10,0)
+52 ;;=^^2^2^2940226^^
+53 ;;^UTILITY(U,$J,355.2,15,10,1,0)
+54 ;;=A form of health insurance that provides periodic payments when the
+55 ;;^UTILITY(U,$J,355.2,15,10,2,0)
+56 ;;=insured is disabled and in the hospital.
+57 ;;^UTILITY(U,$J,355.2,16,0)
+58 ;;=MENTAL HEALTH ONLY^MHO
+59 ;;^UTILITY(U,$J,355.2,16,10,0)
+60 ;;=^^1^1^2940105^
+61 ;;^UTILITY(U,$J,355.2,16,10,1,0)
+62 ;;= A form of health insurance that provides mental health benefits only.
+63 ;;^UTILITY(U,$J,355.2,17,0)
+64 ;;=PRESCRIPTION ONLY^PO
+65 ;;^UTILITY(U,$J,355.2,17,10,0)
+66 ;;=^^1^1^2940105^
+67 ;;^UTILITY(U,$J,355.2,17,10,1,0)
+68 ;;=A form of health insurance that provides prescription benefits only.
+69 ;;^UTILITY(U,$J,355.2,18,0)
+70 ;;=SUBSTANCE ABUSE ONLY^SAO
+71 ;;^UTILITY(U,$J,355.2,18,10,0)
+72 ;;=^^1^1^2940105^
+73 ;;^UTILITY(U,$J,355.2,18,10,1,0)
+74 ;;=A form of health insurance that provides drug/alcohol abuse benefits only.
+75 ;;^UTILITY(U,$J,355.2,19,0)
+76 ;;=TORT/FEASOR^TF
+77 ;;^UTILITY(U,$J,355.2,19,10,0)
+78 ;;=^^2^2^2940105^
+79 ;;^UTILITY(U,$J,355.2,19,10,1,0)
+80 ;;=A form of health insurance that pays for injuries resulting from a third
+81 ;;^UTILITY(U,$J,355.2,19,10,2,0)
+82 ;;=party's negligence.