GENERAL DESCRIPTION |
The IIV (Insurance Identification and Verification)
enhancement patch IB*2.0*184, performs a direct file references to the CLINIC
EXCLUSION (43.04,.01) cross-reference, ^DG(43,DA(1),"DGPREC","B",CLNC) and
also the ELIGIBILITY EXCLUSION (43.08,.01)cross-reference, ^DG(43,DA(1),
"DGPREE","B",ELG) of the MAS PARAMETERS File (#43). These references
are made as part of the future appointment data extract (#2 - in routine
IBCNEDE2),to determine whether or not future visits should be excluded
from the IIV extract.
|
GLOBAL REFERENCE |
GLOBAL REFERENCE |
FIELD NUMBER |
43.04,.01 |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
LOCATION |
1 |
Read w/Fileman |
This cross-reference is used to check whether a
particular clinic should be excluded from the data extracts:
Usage by IBCNEDE2
From: IBCNEDE2
I $D(^DG(43,1,"DGPREC","B",CLNC)) S OK=0
(if this clinic is found in the exclusion list, then set
a flag to exclude)
|
CLINIC EXCLUSION |
.04,1 |
|
43.08,.01 |
FIELD NUMBER |
ACCESS |
FIELD DESCRIPTION |
FIELD NAME |
LOCATION |
1 |
Read w/Fileman |
This cross-reference is used to check whether a
particular eligibility should be excluded from the data extracts:
Usage by IBCNEDE2
From: IBCNEDE2
I $D(^DG(43,1,"DGPREE","B",ELG)) S OK=0
(if ELG is found in the exclusion list, then set a flag
to exclude)
|
ELIGIBILITY EXCLUSION |
.08,.01 |
|
|