V_EHI_CVG_BEN_ACCUM_AT
Description:
This table is used to track account-level benefit accumulation totals.

Primary Key
Column Name Ordinal Position
COVERAGE_ID 1
BUCKET_ID 2
ROLL_PERIOD_KEY 3

Column Information
Name Type Discontinued?
1 COVERAGE_ID NUMERIC No
This column stores the ID of the coverage record.
2 BUCKET_ID NUMERIC No
This is the bucket ID this row corresponds to.
3 BUCKET_ID_BUCKET_NAME VARCHAR No
The name of the bucket.
4 ROLL_PERIOD_KEY VARCHAR No
This column stores a unique key that is used to identify the data row.
5 ROLL_PRD_START NUMERIC No
This column contains a numeric representation of the roll period start date for the bucket. A bucket's roll period start value is dependent on the roll period type. For buckets with a roll type of Calendar Year, this column contains the 4-digit year of the roll period. For buckets with a roll type of Number of Days, this column contains a numeric representation (a DAT value) of the date of the first service. For buckets with a roll type of No Roll, this column contains 99999. For buckets with a roll type of Contract Year, this column contains the 4-digit year of the contract. For buckets with a roll type of Admission, this column contains a numeric representation (a DTE value) of the admission date. For buckets with a roll type of Calendar Week, this column contains a numeric representation (a DAT value) of the first day of the weekly roll period. For buckets with a roll type of Calendar Month, this column contains a numeric representation (a DAT value) of the first day of the monthly roll period.
6 ROLL_PRD_END NUMERIC No
Contains the roll period end date for the bucket. It is only populated for admission roll period buckets.
7 BUCKET_ROLL_PERIOD_C_NAME VARCHAR No
The type of roll period the bucket uses.
May contain organization-specific values: No
Category Entries:
Calendar Year
Number of Days
No Roll
Contract Year
Admission
Calendar Week
Calendar Month
8 CALC_ROLL_PRD_START_DATE DATETIME No
Except for the cases described next, this column stores the roll period start date of the bucket. For no roll buckets (BUCKET_ROLL_PERIOD_C = 3), 12/31/1840 is stored since there is technically no roll period. For contract year buckets (BUCKET_ROLL_PERIOD_C = 4), NULL is stored since the roll period depends on employer group build that can change overtime.
9 CALC_ROLL_PRD_END_DATE DATETIME No
Except for the cases described next, this column stores the roll period end date of the bucket. For no roll buckets (BUCKET_ROLL_PERIOD_C = 3), 09/27/2173 is stored since there is technically no roll period. For contract year buckets (BUCKET_ROLL_PERIOD_C = 4), NULL is stored since the roll period depends on employer group build that can change overtime.
10 ROLL_PRD_START_YEAR INTEGER No
For all bucket types, stores the start year of the roll period. For no roll buckets, 1840 is stored since there is technically no roll period. This column is most useful for calculating the roll period of contract year buckets.
11 BEN_AMOUNT NUMERIC No
This is the total amount currently in the bucket for this row (i.e. this coverage, patient, bucket, and roll period combination).
12 TX_TOTAL_KEY VARCHAR No
Uniquely identifies the coverage, bucket, and roll period this transaction applies to. This value simplifies joins to BEN_ACCUMULATION_HX_ACCT, although the COVERAGE_ID column must still be included in the join.