- IBINI04L ; ; 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)
- ;;=^IBE(355.2,
- ;;^UTILITY(U,$J,355.2,0)
- ;;=TYPE OF INSURANCE COVERAGE^355.2^19^17
- ;;^UTILITY(U,$J,355.2,1,0)
- ;;=HEALTH INSURANCE^HI
- ;;^UTILITY(U,$J,355.2,1,10,0)
- ;;=^^3^3^2930603^
- ;;^UTILITY(U,$J,355.2,1,10,1,0)
- ;;=The insurance company is generally associated with more than one type
- ;;^UTILITY(U,$J,355.2,1,10,2,0)
- ;;=of coverage. The term "HEALTH INSURANCE" encompasses all of the
- ;;^UTILITY(U,$J,355.2,1,10,3,0)
- ;;=company's types of coverage.
- ;;^UTILITY(U,$J,355.2,2,0)
- ;;=MEDICARE^MCR
- ;;^UTILITY(U,$J,355.2,2,10,0)
- ;;=^^6^6^2930603^
- ;;^UTILITY(U,$J,355.2,2,10,1,0)
- ;;=The hospital insurance system and supplementary medical insurance for
- ;;^UTILITY(U,$J,355.2,2,10,2,0)
- ;;=those over 65 created by the 1965 Amendments to the Social Security
- ;;^UTILITY(U,$J,355.2,2,10,3,0)
- ;;=Act and operated under the provisions of the act. Benefits are also
- ;;^UTILITY(U,$J,355.2,2,10,4,0)
- ;;=extended to certain disabled people (e.g., totally disabled or blind)
- ;;^UTILITY(U,$J,355.2,2,10,5,0)
- ;;=as well as coverage and payment for those requiring kidney dialysis
- ;;^UTILITY(U,$J,355.2,2,10,6,0)
- ;;=and kidney transplant services.
- ;;^UTILITY(U,$J,355.2,3,0)
- ;;=MEDIGAP^MGP
- ;;^UTILITY(U,$J,355.2,3,10,0)
- ;;=^^2^2^2930603^
- ;;^UTILITY(U,$J,355.2,3,10,1,0)
- ;;=Supplemental insurance designed to fill in some, though never all,
- ;;^UTILITY(U,$J,355.2,3,10,2,0)
- ;;=of the gaps in Medicare's coverage. Also known as Medifill.
- ;;^UTILITY(U,$J,355.2,4,0)
- ;;=BLUE CROSS^BC
- ;;^UTILITY(U,$J,355.2,4,10,0)
- ;;=^^3^3^2930604^^
- ;;^UTILITY(U,$J,355.2,4,10,1,0)
- ;;=An independent, not-for-profit membership corporation providing
- ;;^UTILITY(U,$J,355.2,4,10,2,0)
- ;;=protection against the costs of hospital care and, in some policies,
- ;;^UTILITY(U,$J,355.2,4,10,3,0)
- ;;=protection against the costs of surgical and professional care.
- ;;^UTILITY(U,$J,355.2,5,0)
- ;;=BLUE SHIELD^BS
- ;;^UTILITY(U,$J,355.2,5,10,0)
- ;;=^^4^4^2930604^^
- ;;^UTILITY(U,$J,355.2,5,10,1,0)
- ;;=An independent, not-for-profit membership association providing
- ;;^UTILITY(U,$J,355.2,5,10,2,0)
- ;;=protection against the costs of surgery and other items of medical
- ;;^UTILITY(U,$J,355.2,5,10,3,0)
- ;;=care. Some policies also offer protection against the costs of
- ;;^UTILITY(U,$J,355.2,5,10,4,0)
- ;;=hospital care.
- ;;^UTILITY(U,$J,355.2,6,0)
- ;;=CHAMPUS^CHS
- ;;^UTILITY(U,$J,355.2,6,10,0)
- ;;=^^5^5^2930604^^
- ;;^UTILITY(U,$J,355.2,6,10,1,0)
- ;;=The Civilian Health and Medical Program of the Uniformed Services.
- ;;^UTILITY(U,$J,355.2,6,10,2,0)
- ;;=This government-sponsored program provides hospital and medical
- ;;^UTILITY(U,$J,355.2,6,10,3,0)
- ;;=services for dependents of active service personnel, retired service
- ;;^UTILITY(U,$J,355.2,6,10,4,0)
- ;;=personnel and their dependents, and dependents of members who died
- ;;^UTILITY(U,$J,355.2,6,10,5,0)
- ;;=in active duty.
- ;;^UTILITY(U,$J,355.2,7,0)
- ;;=CHAMPVA^CHV
- ;;^UTILITY(U,$J,355.2,7,10,0)
- ;;=^^5^5^2940105^^
- ;;^UTILITY(U,$J,355.2,7,10,1,0)
- ;;=The Civilian Health and Medical Program of the Veterans Administration.
- ;;^UTILITY(U,$J,355.2,7,10,2,0)
- ;;=The Veterans Administration shares the medical bills of spouses and
- ;;^UTILITY(U,$J,355.2,7,10,3,0)
- ;;=children of veterans with total, permanent, service-connected
- ;;^UTILITY(U,$J,355.2,7,10,4,0)
- ;;=disabilities or of the surviving spouses and children of veterans who
- ;;^UTILITY(U,$J,355.2,7,10,5,0)
- ;;=died as a result of service-connected disabilities.
- ;;^UTILITY(U,$J,355.2,8,0)
- ;;=DISABILITY INCOME INSURANCE^DII
- IBINI04L ; ; 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)
- +2 ;;=^IBE(355.2,
- +3 ;;^UTILITY(U,$J,355.2,0)
- +4 ;;=TYPE OF INSURANCE COVERAGE^355.2^19^17
- +5 ;;^UTILITY(U,$J,355.2,1,0)
- +6 ;;=HEALTH INSURANCE^HI
- +7 ;;^UTILITY(U,$J,355.2,1,10,0)
- +8 ;;=^^3^3^2930603^
- +9 ;;^UTILITY(U,$J,355.2,1,10,1,0)
- +10 ;;=The insurance company is generally associated with more than one type
- +11 ;;^UTILITY(U,$J,355.2,1,10,2,0)
- +12 ;;=of coverage. The term "HEALTH INSURANCE" encompasses all of the
- +13 ;;^UTILITY(U,$J,355.2,1,10,3,0)
- +14 ;;=company's types of coverage.
- +15 ;;^UTILITY(U,$J,355.2,2,0)
- +16 ;;=MEDICARE^MCR
- +17 ;;^UTILITY(U,$J,355.2,2,10,0)
- +18 ;;=^^6^6^2930603^
- +19 ;;^UTILITY(U,$J,355.2,2,10,1,0)
- +20 ;;=The hospital insurance system and supplementary medical insurance for
- +21 ;;^UTILITY(U,$J,355.2,2,10,2,0)
- +22 ;;=those over 65 created by the 1965 Amendments to the Social Security
- +23 ;;^UTILITY(U,$J,355.2,2,10,3,0)
- +24 ;;=Act and operated under the provisions of the act. Benefits are also
- +25 ;;^UTILITY(U,$J,355.2,2,10,4,0)
- +26 ;;=extended to certain disabled people (e.g., totally disabled or blind)
- +27 ;;^UTILITY(U,$J,355.2,2,10,5,0)
- +28 ;;=as well as coverage and payment for those requiring kidney dialysis
- +29 ;;^UTILITY(U,$J,355.2,2,10,6,0)
- +30 ;;=and kidney transplant services.
- +31 ;;^UTILITY(U,$J,355.2,3,0)
- +32 ;;=MEDIGAP^MGP
- +33 ;;^UTILITY(U,$J,355.2,3,10,0)
- +34 ;;=^^2^2^2930603^
- +35 ;;^UTILITY(U,$J,355.2,3,10,1,0)
- +36 ;;=Supplemental insurance designed to fill in some, though never all,
- +37 ;;^UTILITY(U,$J,355.2,3,10,2,0)
- +38 ;;=of the gaps in Medicare's coverage. Also known as Medifill.
- +39 ;;^UTILITY(U,$J,355.2,4,0)
- +40 ;;=BLUE CROSS^BC
- +41 ;;^UTILITY(U,$J,355.2,4,10,0)
- +42 ;;=^^3^3^2930604^^
- +43 ;;^UTILITY(U,$J,355.2,4,10,1,0)
- +44 ;;=An independent, not-for-profit membership corporation providing
- +45 ;;^UTILITY(U,$J,355.2,4,10,2,0)
- +46 ;;=protection against the costs of hospital care and, in some policies,
- +47 ;;^UTILITY(U,$J,355.2,4,10,3,0)
- +48 ;;=protection against the costs of surgical and professional care.
- +49 ;;^UTILITY(U,$J,355.2,5,0)
- +50 ;;=BLUE SHIELD^BS
- +51 ;;^UTILITY(U,$J,355.2,5,10,0)
- +52 ;;=^^4^4^2930604^^
- +53 ;;^UTILITY(U,$J,355.2,5,10,1,0)
- +54 ;;=An independent, not-for-profit membership association providing
- +55 ;;^UTILITY(U,$J,355.2,5,10,2,0)
- +56 ;;=protection against the costs of surgery and other items of medical
- +57 ;;^UTILITY(U,$J,355.2,5,10,3,0)
- +58 ;;=care. Some policies also offer protection against the costs of
- +59 ;;^UTILITY(U,$J,355.2,5,10,4,0)
- +60 ;;=hospital care.
- +61 ;;^UTILITY(U,$J,355.2,6,0)
- +62 ;;=CHAMPUS^CHS
- +63 ;;^UTILITY(U,$J,355.2,6,10,0)
- +64 ;;=^^5^5^2930604^^
- +65 ;;^UTILITY(U,$J,355.2,6,10,1,0)
- +66 ;;=The Civilian Health and Medical Program of the Uniformed Services.
- +67 ;;^UTILITY(U,$J,355.2,6,10,2,0)
- +68 ;;=This government-sponsored program provides hospital and medical
- +69 ;;^UTILITY(U,$J,355.2,6,10,3,0)
- +70 ;;=services for dependents of active service personnel, retired service
- +71 ;;^UTILITY(U,$J,355.2,6,10,4,0)
- +72 ;;=personnel and their dependents, and dependents of members who died
- +73 ;;^UTILITY(U,$J,355.2,6,10,5,0)
- +74 ;;=in active duty.
- +75 ;;^UTILITY(U,$J,355.2,7,0)
- +76 ;;=CHAMPVA^CHV
- +77 ;;^UTILITY(U,$J,355.2,7,10,0)
- +78 ;;=^^5^5^2940105^^
- +79 ;;^UTILITY(U,$J,355.2,7,10,1,0)
- +80 ;;=The Civilian Health and Medical Program of the Veterans Administration.
- +81 ;;^UTILITY(U,$J,355.2,7,10,2,0)
- +82 ;;=The Veterans Administration shares the medical bills of spouses and
- +83 ;;^UTILITY(U,$J,355.2,7,10,3,0)
- +84 ;;=children of veterans with total, permanent, service-connected
- +85 ;;^UTILITY(U,$J,355.2,7,10,4,0)
- +86 ;;=disabilities or of the surviving spouses and children of veterans who
- +87 ;;^UTILITY(U,$J,355.2,7,10,5,0)
- +88 ;;=died as a result of service-connected disabilities.
- +89 ;;^UTILITY(U,$J,355.2,8,0)
- +90 ;;=DISABILITY INCOME INSURANCE^DII