Table Detail Report
RC_D_RACE_COMPOSITE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Revenue Cycle Dimension Race Composite |
Definition: | The Race Composite Dimension will be a new dimension table, that stores the unique list of race combinations |
Table Type: | REFERENCE |
Column Detail - RC_D_RACE_COMPOSITE
Column Name | Type | Null? | Definition |
---|---|---|---|
FIRST_PROCESS_DT_TM | DATETIME | N | The date/time that the first ETL process started that created this record. |
LAST_PROCESS_DT_TM | DATETIME | N | The date/time that the last ETL process started that updated this record. |
RACE_COMPOSITE | VARCHAR(2000) | N | The Race Composite is an alphabetical list of each race a person identifies as. |
RC_D_RACE_COMPOSITE_ID | DOUBLE | N | Unique generated number that identifies a single row on the RC_D_RACE_COMPOSITE table. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - RC_D_RACE_COMPOSITE
Parent Column in RC_D_RACE_COMPOSITE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | RC_D_RACE_COMPOSITE_ID | RC_F_DAILY_CENSUS | RC_D_RACE_COMPOSITE_ID |
RC_F_DAILY_CENSUS_SMRY | RC_D_RACE_COMPOSITE_ID | ||
RC_F_MONTHLY_CENSUS_SMRY | RC_D_RACE_COMPOSITE_ID |
RC_D_SEX
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Revenue Cycle Dimension Sex |
Definition: | Contains the sex of the patient (i.e., male, female, unknown). |
Table Type: | REFERENCE |
Column Detail - RC_D_SEX
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
BEG_EFFECTIVE_DT_TM | DATETIME | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
END_EFFECTIVE_DT_TM | DATETIME | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
FIRST_PROCESS_DT_TM | DATETIME | N | The date/time that the first ETL process started that created this record. |
LAST_PROCESS_DT_TM | DATETIME | N | The date/time that the last ETL process started that updated this record. |
MILL_SEX_CD | DOUBLE | N | This identifies the sex code on the millennium table from which this row was derived. |
RC_D_SEX_ID | DOUBLE | N | Uniquely identifies information about the gender of the person. |
SEX_TXT | VARCHAR(40) | Y | Contains the gender of the person (i.e., male, female, unknown). |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - RC_D_SEX
Parent Column in RC_D_SEX (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | RC_D_SEX_ID | RC_F_DAILY_CENSUS | RC_D_SEX_ID |
RC_F_DAILY_CENSUS_SMRY | RC_D_SEX_ID | ||
RC_F_MONTHLY_CENSUS_SMRY | RC_D_SEX_ID |
RC_D_TIER_GROUP
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Revenue Cycle Dimension Tier Group |
Definition: | Contains tiers that charges have the ability to post to. |
Table Type: | REFERENCE |
Column Detail - RC_D_TIER_GROUP
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
BEG_EFFECTIVE_DT_TM | DATETIME | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
END_EFFECTIVE_DT_TM | DATETIME | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
FIRST_PROCESS_DT_TM | DATETIME | N | The date/time that the first ETL process started that created this record. |
LAST_PROCESS_DT_TM | DATETIME | N | The date/time that the last ETL process started that updated this record. |
MILL_TIER_GROUP_CD | DOUBLE | N | Uniquely identifies the related tier group code in the Millennium database. |
RC_D_TIER_GROUP_ID | DOUBLE | N | Uniquely identifies tiers that charges have the ability to post to. |
TIER_GROUP_NAME | VARCHAR(40) | N | The name of the tier to which the charge has the ability to post. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - RC_D_TIER_GROUP
Parent Column in RC_D_TIER_GROUP (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | RC_D_TIER_GROUP_ID | RC_F_DAILY_CDM_SMRY | RC_D_TIER_GROUP_ID |
RC_F_DAILY_TRANS_SMRY | RC_D_TIER_GROUP_ID | ||
RC_F_DLY_CHRG_ASSOC_SMRY | RC_D_TIER_GROUP_ID | ||
RC_F_MONTHLY_CDM_SMRY | RC_D_TIER_GROUP_ID | ||
RC_F_MONTHLY_TRANS_SMRY | RC_D_TIER_GROUP_ID | ||
RC_F_MTH_CHRG_ASSOC_SMRY | RC_D_TIER_GROUP_ID | ||
RC_F_REVENUE | RC_D_TIER_GROUP_ID |
RC_D_TRANSACTION_ALIAS
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Revenue Cycle Dimension Transaction Alias |
Definition: | This table contains transaction alias information such as transaction alias and transaction type. |
Table Type: | REFERENCE |
Column Detail - RC_D_TRANSACTION_ALIAS
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
BEG_EFFECTIVE_DT_TM | DATETIME | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
END_EFFECTIVE_DT_TM | DATETIME | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
FIRST_PROCESS_DT_TM | DATETIME | N | The date/time that the first ETL process started that created this record. |
LAST_PROCESS_DT_TM | DATETIME | N | The date/time that the last ETL process started that updated this record. |
MILL_LOGICAL_DOMAIN_ID | DOUBLE | N | Uniquely identifies the logical domain to which the row data belongs. |
MILL_TRANSACTION_ALIAS_ID | DOUBLE | N | Uniquely identifies the Millennium transaction alias from which this fact row was derived. |
RC_D_TRANSACTION_ALIAS_ID | DOUBLE | N | Uniquely identifies transaction alias information. |
TRANSACTION_ALIAS | VARCHAR(40) | N | The ProFit alias associated with the transaction alias. |
TRANSACTION_REASON | VARCHAR(40) | N | The transaction reason associated with the transaction alias (i.e. Bankruptcy, Bad Debt Recovery, Patient Payment). |
TRANSACTION_SUB_TYPE | VARCHAR(40) | N | The transaction sub type associated with the transaction alias (i.e. Commercial Insurance payment, Refund Payment). |
TRANSACTION_TYPE | VARCHAR(40) | N | The transaction type associated with the transaction alias (i.e. Adjustment, Charge, Payment). |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - RC_D_TRANSACTION_ALIAS
Parent Column in RC_D_TRANSACTION_ALIAS (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | RC_D_TRANSACTION_ALIAS_ID | RC_F_ADJUSTMENT | RC_D_TRANSACTION_ALIAS_ID |
RC_F_CASH | RC_D_TRANSACTION_ALIAS_ID | ||
RC_F_DAILY_TRANS_SMRY | RC_D_TRANSACTION_ALIAS_ID | ||
RC_F_GENERAL_AR_BAL_TRANS | RC_D_TRANSACTION_ALIAS_ID | ||
RC_F_MONTHLY_TRANS_SMRY | RC_D_TRANSACTION_ALIAS_ID | ||
RC_F_NON_AR_BALANCE_TRANS | RC_D_TRANSACTION_ALIAS_ID | ||
RC_F_REVENUE | RC_D_TRANSACTION_ALIAS_ID |
RC_D_TRANSACTION_BATCH
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Revenue Cycle Dimension Transaction Batch |
Definition: | This table contains transaction batch information such as batch alias and batch description. |
Table Type: | ACTIVITY |
Column Detail - RC_D_TRANSACTION_BATCH
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
BATCH_ALIAS | VARCHAR(40) | N | The user-defined batch alias for the associated transaction batch. |
BATCH_DESCRIPTION | VARCHAR(100) | N | The description associated with the transaction batch. |
BATCH_TYPE | VARCHAR(40) | N | Defines the type of batch, for example: EDI, Cash Drawer, IMAcs, etc. |
BEG_EFFECTIVE_DT_TM | DATETIME | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
END_EFFECTIVE_DT_TM | DATETIME | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
FIRST_PROCESS_DT_TM | DATETIME | N | The date/time that the first ETL process started that created this record. |
LAST_PROCESS_DT_TM | DATETIME | N | The date/time that the last ETL process started that updated this record. |
MILL_BATCH_TRANS_ID | DOUBLE | N | Uniquely identifies the Millennium batch transaction from which this data was derived. |
MILL_LOGICAL_DOMAIN_ID | DOUBLE | N | Uniquely identifies the logical domain to which the row data belongs. |
RC_D_TRANSACTION_BATCH_ID | DOUBLE | N | Uniquely identifies transaction batch information such as batch alias and batch description. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - RC_D_TRANSACTION_BATCH
Parent Column in RC_D_TRANSACTION_BATCH (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | RC_D_TRANSACTION_BATCH_ID | RC_F_ADJUSTMENT | RC_D_TRANSACTION_BATCH_ID |
RC_F_CASH | RC_D_TRANSACTION_BATCH_ID | ||
RC_F_DENIAL | RC_D_TRANSACTION_BATCH_ID | ||
RC_F_GENERAL_AR_BAL_TRANS | RC_D_TRANSACTION_BATCH_ID | ||
RC_F_NON_AR_BALANCE_TRANS | RC_D_TRANSACTION_BATCH_ID |