|
Name |
Type |
Discontinued? |
|
1 |
COVERAGE_ID |
NUMERIC |
No |
|
|
|
The unique identifier of the coverage record. |
|
|
2 |
PAT_BUCKET_COMBO |
VARCHAR |
No |
|
|
|
Only used as part of the primary key (not useful for reporting purposes). Makes the patient ID part of the primary key, but still allows patient ID to be null. Patient ID is null for account level buckets. |
|
|
3 |
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. |
|
|
4 |
PAT_ID |
VARCHAR |
No |
|
|
|
The ID of the patient this row corresponds to. The value is null if the row is an account bucket. |
|
|
5 |
BUCKET_ID |
NUMERIC |
No |
|
|
|
The unique ID of the benefit bucket this row corresponds to. |
|
|
6 |
BUCKET_ID_BUCKET_NAME |
VARCHAR |
No |
|
|
|
|
7 |
SYS_ADJ_BEN_AMOUNT |
NUMERIC |
No |
|
|
|
This is the system adjusted total amount of the bucket. Negative adjustments are stored as positive values. For example, if the bucket amount is -100, this column will store 100. |
|
|
8 |
ROLL_PRD_END |
NUMERIC |
No |
|
|
|
Contains the roll period end date for the bucket. Only populated for admission roll period buckets. |
|
|
9 |
BEN_ACCUM_UNIQ_KEY |
VARCHAR |
No |
|
|
|
This column is only used as part of the primary key and is not useful for reporting purposes. |
|
|
10 |
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 |
|
|
11 |
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. |
|
|
12 |
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. |
|
|
13 |
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. |
|
|
14 |
PAT_BKT_TX_TOTAL_KEY |
VARCHAR |
No |
|
|
|
Stores a string that uniquely identifies the coverage, patient, bucket, and roll period this transaction applies to. It is only populated for patient-level buckets. The coverage ID must still be included in the join. |
|
|