Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/INTEGRATED_BILLING-IB-PRQ--IBD--IBQ--PRQS/IBCNRDV.m

    r628 r636  
    1 IBCNRDV ;OAKFO/ELZ - INSURANCE INFORMATION EXCHANGE VIA RDV ;27-MAR-03
    2  ;;2.0;INTEGRATED BILLING;**214,231,361,371**;21-MAR-94;Build 57
     1IBCNRDV ;OAKFO/ELZ - INSURANCE INFORMATION EXCHANGE VIA RDV;27-MAR-03
     2 ;;2.0;INTEGRATED BILLING;**214,231,361**;21-MAR-94;Build 9
    33 ;;Per VHA Directive 2004-038, this routine should not be modified.
    44 ;
     
    9494 S IBD(0)=$G(IBY(0))
    9595 ;
    96  ; where n starts at 1 and increments to 7 for each insurance company
     96 ; where n starts at 1 and increments 6 for each insurance company
    9797 ; IBD(n) = 355.33, zero node format
    9898 ; IBD(n+1) = 355.33, 20 node format
     
    101101 ; IBD(n+4) = 355.33, 60 node format
    102102 ; IBD(n+5) = 355.33, 61 node format
    103  ; IBD(n+6) = 355.33, 62 node format
    104103 ;
    105104 S IBP="|"
     
    107106 . S IBZ=$P($G(IBY(IBI,+IBT)),"^",$P(IBT,IBP,2)) ; set the existing data
    108107 . I $L($P(IBT,IBP,6)) X $P(IBT,IBP,6) ; output transform
    109  . S $P(IBD(IBI-1*7+$P(IBT,IBP,3)),"^",$P(IBT,IBP,4))=IBZ ; set data IBD
     108 . S $P(IBD(IBI-1*6+$P(IBT,IBP,3)),"^",$P(IBT,IBP,4))=IBZ ; set data IBD
    110109 Q
    111110 ;
     
    141140 ;;4|1|5|10|60.1;primary care provider
    142141 ;;4|2|5|11|60.11;primary provider phone
    143  ;;5|1|7|1|62.01;patient id
    144142 ;;355.3|2|4|1|40.01;is this a group policy
    145143 ;;355.3|3|4|2|40.02;group name
Note: See TracChangeset for help on using the changeset viewer.