Name | Value |
---|---|
NAME | N-RENDERING INSTITUTION |
SECURITY LEVEL | NATIONAL,NO EDIT |
TYPE OF ELEMENT | EXTRACTED VIA CODE |
ELEMENT CATEGORY | INDIVIDUAL ELEMENT |
BASE FILE | BILL/CLAIMS |
EXTRACT CODE | N IBZ,Z S Z=IBXIEN D F^IBCEF("N-NON VA FACILITY","IBZ",,Z) S:$G(IBZ) IBXDATA=+IBZ_U_1 I '$G(IBZ) D F^IBCEF("N-BILLING SITE",,,Z) S IBXDATA=+IBXDATA_U_$S($P(IBXDATA,U,4)'=1:"",1:"0")_U_$$FAC^IBCEU3(Z)_U_($$WNRBILL^IBEFUNC(Z)&($$FT^IBCEF(Z)=2)) |
DESCRIPTION | Check first for a non-VA provider. If none, use the billing site (can be main VA facility or a remote VA site) for bill entry IBXIEN. Returns the ien of the remote site or non-VA provider from the institution file in the first '^' piece of IBXDATA and a 0 or 1 in piece 2 to indicate it was a remote site (0) or outside facility (1). The third ^ piece contains a 1 if the bills are generated by another facility other than the rendering one. The fourth ^ piece is 1 if the bill is for MEDICARE WNR and the bill form is a HCFA 1500. |