IBINI04I ; ; 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,57,10,1,0)
;;=Prescription only coverage.
;;^UTILITY(U,$J,355.1,58,0)
;;=MENTAL HEALTH ONLY^MH^12
;;^UTILITY(U,$J,355.1,59,0)
;;=HOSPITAL-MEDICAL INSURANCE^HMI^1
;;^UTILITY(U,$J,355.1,59,10,0)
;;=^^3^3^2940111^
;;^UTILITY(U,$J,355.1,59,10,1,0)
;;=A term used to indicate protection that provides benefits toward
;;^UTILITY(U,$J,355.1,59,10,2,0)
;;=the cost of any or all of the numerous health care services normally
;;^UTILITY(U,$J,355.1,59,10,3,0)
;;=covered under various health insurance plans.
;;^UTILITY(U,$J,355.1,60,0)
;;=CHAMPUS SUPPLEMENTAL^CS^1
;;^UTILITY(U,$J,355.1,60,10,0)
;;=^^3^3^2940209^
;;^UTILITY(U,$J,355.1,60,10,1,0)
;;=Insurance for patients who are retirees from the service. All
;;^UTILITY(U,$J,355.1,60,10,2,0)
;;=automatically receive CHAMPUS, and may select the supplemental
;;^UTILITY(U,$J,355.1,60,10,3,0)
;;=policy of their choice.
IBINI04I ; ; 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,57,10,1,0)
+2 ;;=Prescription only coverage.
+3 ;;^UTILITY(U,$J,355.1,58,0)
+4 ;;=MENTAL HEALTH ONLY^MH^12
+5 ;;^UTILITY(U,$J,355.1,59,0)
+6 ;;=HOSPITAL-MEDICAL INSURANCE^HMI^1
+7 ;;^UTILITY(U,$J,355.1,59,10,0)
+8 ;;=^^3^3^2940111^
+9 ;;^UTILITY(U,$J,355.1,59,10,1,0)
+10 ;;=A term used to indicate protection that provides benefits toward
+11 ;;^UTILITY(U,$J,355.1,59,10,2,0)
+12 ;;=the cost of any or all of the numerous health care services normally
+13 ;;^UTILITY(U,$J,355.1,59,10,3,0)
+14 ;;=covered under various health insurance plans.
+15 ;;^UTILITY(U,$J,355.1,60,0)
+16 ;;=CHAMPUS SUPPLEMENTAL^CS^1
+17 ;;^UTILITY(U,$J,355.1,60,10,0)
+18 ;;=^^3^3^2940209^
+19 ;;^UTILITY(U,$J,355.1,60,10,1,0)
+20 ;;=Insurance for patients who are retirees from the service. All
+21 ;;^UTILITY(U,$J,355.1,60,10,2,0)
+22 ;;=automatically receive CHAMPUS, and may select the supplemental
+23 ;;^UTILITY(U,$J,355.1,60,10,3,0)
+24 ;;=policy of their choice.