Table Detail Report
RC_TIMELINE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Revenue cycle Timeline |
| Definition: | Stores the information about the activities applied on a person |
| Table Type: | ACTIVITY |
Column Detail - RC_TIMELINE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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. |
| ACTIVE_STATUS_CD | NUMBER | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| ACTIVITY_CREATED_DT_TM | DATE | Y | The date and time the activity was added. |
| ACTIVITY_CREATED_PRSNL_ID | NUMBER | N | Identifies the person who has applied the activity. |
| ACTIVITY_TYPE_CD | NUMBER | N | This will be used to identify the type of activity. For example, statement cycle change, balance status changed, move charges, workflow, etc. |
| APPLIED_TO_CD | NUMBER | N | This will carry the type of entity to which this activity is associated . Example : ENCOUNTER, PERSON etc . |
| APPLIED_TO_TXT | VC2(200) | Y | This will contain a concatenated string with the entity details. |
| CHILD_PARENT_ENTITY_ID | NUMBER | N | The entity of the comment/activity undergone in a financial combine/uncombine |
| CHILD_PARENT_ENTITY_NAME | VC2(30) | N | The entity of the comment/activity undergone in a financial combine/uncombine. |
| COMMENT_CLOB | LONG | Y | User entered comments which need to be displayed in the comment section. |
| DESCRIPTION_TXT | VC2(1500) | Y | Textual description of the activity applied. |
| PARENT_ENTITY_ID | NUMBER | N | The idnentifier fo the entity to which the activity is applied. |
| PARENT_ENTITY_NAME | VC2(30) | N | The name of the entity of the comment/activity |
| PRIORITY_NBR | NUMBER | Y | This will be the importance level of the comment. |
| RC_TIMELINE_ID | NUMBER | N | Unique generated number that identifies a single row on the RC_TIMELINE table. |
| SOLUTION_CD | NUMBER | N | This will carry solution names like Registtration, Scheduling, HIM, Care Management, CPA |
| SOURCE_REFERENCE_IDENT | VC2(64) | Y | The identifier for the source system from which the activity is applied. |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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. |
| WORKFLOW_CATEGORY_CD | NUMBER | Y | Contains the value of the workflow model type. |
Relationship Detail - RC_TIMELINE
| Child Column in RC_TIMELINE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ACTIVITY_CREATED_PRSNL_ID | PRSNL | PERSON_ID |
RC_TIMELINE_MIGRATION
| Column Section | Top of Page |
Table-level Detail
| Description: | Revenue Cycle Timeline Migration |
| Definition: | The table stores the entities for which migration has taken place. |
| Table Type: | ACTIVITY |
Column Detail - RC_TIMELINE_MIGRATION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| FAILURE_CNT | NUMBER | Y | This field indicates how many times the data migration had failed for a patient. |
| FAILURE_REASON_TEXT | LONG | Y | This field stores the failure reason for the data migration. |
| MIGRATION_IND | NUMBER | N | This will contain information whether migration is completed or not. |
| MIGRATION_LEVEL_NBR | NUMBER | N | This column defines the level of the migration for a parent_entity_id and solution_cd. |
| PARENT_ENTITY_ID | NUMBER | N | The identifier of the entity for which migration has taken place. |
| PARENT_ENTITY_NAME | VC2(30) | N | The name of the related parent entity. |
| RC_TIMELINE_MIGRATION_ID | NUMBER | N | Unique generated number that identifies a single row on the RC_TIMELINE_MIGRATION table. |
| SOLUTION_CD | NUMBER | N | This will carry solution names like Registration, Scheduling, HIM, Care Management, CPA |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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. |
RC_TIMELINE_MIGRATION_LEVEL
| Column Section | Top of Page |
Table-level Detail
| Description: | Revenue Cycle Timeline Migration Level |
| Definition: | The table stores reference information about the migration level. |
| Table Type: | REFERENCE |
Column Detail - RC_TIMELINE_MIGRATION_LEVEL
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVITY_TYPE_CD | NUMBER | N | This will be used to identify the type of activity. for example, statement cycle changes, balance status changes, move charges, workflow, etc. |
| COMPLETE_IND | NUMBER | N | Indicates if the migration has been completed for the solution_cd and activity_type_cd combination. Defaults to 0 and must be set to 1 to indicate completion. |
| CREATED_DT_TM | DATE | Y | The date and time this row was created. |
| MIGRATION_LEVEL_NBR | NUMBER | N | This column indicates the migration level for solution_cd and activity_type_cd that were migrated together. |
| RC_TIMELINE_MIGRATION_LEVEL_ID | NUMBER | N | Unique generated number that identifies a single row on the rc_timeline_migration_level table. |
| SOLUTION_CD | NUMBER | N | This will carry solution names like registration, scheduling, HIM, care management, CPA. |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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. |
SELECTED_CRITERIA
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Selected Criteria |
| Definition: | Selected Criteria |
| Table Type: | REFERENCE |
Column Detail - SELECTED_CRITERIA
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | Y | 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. |
| ACTIVE_STATUS_CD | NUMBER | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | Y | 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 | DATE | Y | 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. |
| EVALUATOR_TXT | VC2(250) | Y | Evaluator Text |
| EVALUATOR_TYPE | FLOAT | Y | Evaluator Text |
| ORDER_SEQ | NUMBER | Y | Sequence Criteria that was originally entered |
| PFT_TASK_CRITERIA_ID | NUMBER | N | ProFit Task Criteria Identifier |
| SELECTED_CRITERIA_ID | NUMBER | N | Selected Criteria |
| SELECTED_TASK_ID | NUMBER | N | Foreign key to the selected task table |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - SELECTED_CRITERIA
| Child Column in SELECTED_CRITERIA(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SELECTED_TASK_ID | SELECTED_TASK | SELECTED_TASK_ID |
| PFT_TASK_CRITERIA_ID | TASK_CRITERIA | PFT_TASK_CRITERIA_ID |
SELECTED_TASK
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Selected Task |
| Definition: | Selected Task |
| Table Type: | REFERENCE |
Column Detail - SELECTED_TASK
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | Y | 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. |
| ACTIVE_STATUS_CD | NUMBER | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | Y | 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 | DATE | Y | 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. |
| MAX_ITEMS | NUMBER | Y | The maximum number of items to return back for workflow |
| PFT_TASK_ID | NUMBER | N | ProFit Task ID |
| PUSH_PULL_IND | NUMBER | Y | Indicates whether this task is pull(1) or push(0) |
| SELECTED_TASK_ID | NUMBER | N | Foreign key to the selected task table |
| SELECTED_TASK_NAME | VC2(250) | Y | Selected Task Name |
| TASK_OWNER_CD | NUMBER | N | Defines who owns this task |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - SELECTED_TASK
| Child Column in SELECTED_TASK(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PFT_TASK_ID | TASK_AVAILABLE | PFT_TASK_ID |
| Parent Column in SELECTED_TASK (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | SELECTED_TASK_ID | PFT_SEL_TASK_R | SELECTED_TASK_ID |
| PFT_SUB_TYPE_SECURITY | SELECTED_TASK_ID | ||
| SELECTED_CRITERIA | SELECTED_TASK_ID |