Table Detail Report
PFT_CHRG_GRP_RPRCS_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Profit Charge Group Reprocess History |
| Definition: | Stores historical balances information along with encounter details that were reprocessed through WTP server. |
| Table Type: | ACTIVITY |
Column Detail - PFT_CHRG_GRP_RPRCS_HIST
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BALANCE_STATUS_TXT | VC2(40) | Y | State of the balance at a particular instance of time |
| BATCH_REPROCESSING_STATUS_FLAG | NUMBER | N | Batch reprocessing status as pending,In Progress, Error and Completed. |
| BENEFIT_ORDER_ID | NUMBER | N | System defined unique identifier of a benefit order. |
| BILLING_ENTITY_ID | NUMBER | N | Uniquely identifies the related Billing Entity. |
| BILLING_ENTITY_NAME | VC2(50) | Y | Allows for the billing entity to have a different name than the organization that it is related to. |
| BT_CONDITION_ID | NUMBER | N | Uniquely identifies each bill template condition. |
| CHARGE_GROUP_AMT | FLOAT | Y | The current amount due for this that particular balance. |
| CHARGE_GROUP_NAME | VC2(200) | Y | Contains the name of a particular bill template condition. |
| CREATED_ID | NUMBER | N | Uniquely identifies the related personnel who created the record. |
| ENCOUNTER_ALIAS_NAME | VC2(215) | Y | Stores the financial encounter's alias which will be used to identify the financial encounter. |
| ENCOUNTER_BALANCE_AMT | FLOAT | Y | Balance related to a profit encounter. |
| ENCOUNTER_STATUS_TXT | VC2(40) | Y | Encounter status identifies the state of a particular encounter type from the time it is initiated until it is complete. (i.e., temporary, preliminary, active, discharged (complete), cancelled). |
| ENCOUNTER_TYPE_TXT | VC2(40) | Y | Categorizes the encounter into a logical group or type. examples may include inpatient, outpatient, etc. |
| FAILURE_REASON_FLAG | NUMBER | Y | If the reprocess fail, this column displays reason why it failed. |
| HEALTH_PLAN_NAME | VC2(100) | Y | Name of the related health plan. |
| LOGICAL_DOMAIN_ID | NUMBER | N | The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table. |
| PFT_CHRG_GRP_RPRCS_HIST_ID | NUMBER | N | System Generated Number Used to Uniquely Identify a Row on PFT_CHRG_GRP_RPRCS_HIST. |
| PFT_ENCNTR_ID | NUMBER | N | Uniquely identifies the related profit encounter record |
| REPORT_FILE_NAME | VC2(100) | Y | Contains file name where for reporting need after reprocess. |
| REPROCESSING_STATUS_FLAG | NUMBER | Y | Reprocessing status for each balance like Failure or Success. |
| SLICE_GRP_VALUE | NUMBER | N | Load balancing slice number for reprocess using WTP |
| 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. |
| USER_BATCH_GRP_VALUE | NUMBER | N | User based batch number for reprocess |
Relationship Detail - PFT_CHRG_GRP_RPRCS_HIST
| Child Column in PFT_CHRG_GRP_RPRCS_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | BENEFIT_ORDER_ID | BENEFIT_ORDER | BENEFIT_ORDER_ID |
| BT_CONDITION_ID | BT_CONDITION | BT_CONDITION_ID | |
| LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID | |
| PFT_ENCNTR_ID | PFT_ENCNTR | PFT_ENCNTR_ID | |
| CREATED_ID | PRSNL | PERSON_ID |
PFT_CLAIM_RULE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | ProFit Claim Rule |
| Definition: | Contains Claim generation rules. |
| Table Type: | REFERENCE |
Column Detail - PFT_CLAIM_RULE
| 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. |
| BEG_EFFECTIVE_DT_TM | DATE | 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 | DATE | 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. |
| MEDIA_SUB_TYPE_CD | NUMBER | N | Identifies the media type to which the rule applies. |
| PFT_CLAIM_RULE_ID | NUMBER | N | Uniquely identifies a claim generation rule. |
| PREV_PFT_CLAIM_RULE_ID | NUMBER | N | Used to track versions of the claim rule information. This field will always point back to the initial value created. This may be used to find the correct version when combined with begin and end effective dates and times. |
| RULE_DESC | VC2(200) | Y | Textual description of the claim generation rule. |
| RULE_NAME | VC2(100) | Y | The name of the rule. |
| RULE_TEMPLATE_ID | NUMBER | N | Uniquely identifies template information for this claim generation rule. |
| 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 - PFT_CLAIM_RULE
| Child Column in PFT_CLAIM_RULE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | RULE_TEMPLATE_ID | LONG_BLOB_REFERENCE | LONG_BLOB_ID |
PFT_CLAIM_STATUS_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | ProFit Claim Status History |
| Definition: | Contains the history of changes to claim status and sub status (status reason) |
| Table Type: | ACTIVITY |
Column Detail - PFT_CLAIM_STATUS_HIST
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVITY_DT_TM | DATE | N | The current date/time of the system that inserted the row. |
| 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. |
| CLAIM_EVENT_STATUS_FLAG | NUMBER | N | Identifies whether the event status is:0 - N/A1 - In Process2 - Failed3 - Success |
| CLAIM_STATUS_CD | NUMBER | N | Primary status of the claim (bill_status_cd on the bill_rec. |
| CLAIM_SUB_STATUS_CD | NUMBER | N | The secondary status of the claim (bill_status_reason_cd on the bill_rec. |
| CORSP_ACTIVITY_ID | NUMBER | N | Identifies the related claim identifier from the bill_rec table. |
| 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. |
| EXTERNAL_IDENT | VC2(250) | Y | The external identifier is the unique identifier for an edi transaction for various payment types. |
| LONG_TEXT_ID | NUMBER | N | Uniquely identifies a message specific to an event. |
| PFT_CLAIM_STATUS_HIST_ID | NUMBER | N | Uniquely identifiesa change to the claim status and sub status for a bill rec. |
| 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. |
Relationship Detail - PFT_CLAIM_STATUS_HIST
| Child Column in PFT_CLAIM_STATUS_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LONG_TEXT_ID | LONG_TEXT | LONG_TEXT_ID |
PFT_CM_ERROR
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Patient Accounting Cerner Contract Management Error |
| Definition: | Stores a list of Cerner Contract Management error for a bill record. |
| Table Type: | ACTIVITY |
Column Detail - PFT_CM_ERROR
| 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. |
| 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. |
| CORSP_ACTIVITY_ID | NUMBER | N | Uniquely identifies the related row on the BILL_REC table. |
| ENCNTR_ID | NUMBER | N | Uniquely identifies the related Encounter. |
| 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. |
| ENTITY_TYPE_TXT | VC2(40) | Y | The entity for which the CCM has sent error information. |
| ERROR_DT_TM | DATE | Y | The date and time when the error information for this entity was received from Cerner Contract Management. |
| EXTERNAL_GROUP_IDENT | VC2(20) | Y | |
| PFT_CM_ERROR_ID | NUMBER | N | Uniquely generated number that identifies a single row on the PFT_CM_ERROR table. |
| 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. |
Relationship Detail - PFT_CM_ERROR
| Child Column in PFT_CM_ERROR(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| Parent Column in PFT_CM_ERROR (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | PFT_CM_ERROR_ID | PFT_CM_ERROR_DETAIL | PFT_CM_ERROR_ID |
PFT_CM_ERROR_DETAIL
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Patient Accounting Cerner Contract Management Error Detail |
| Definition: | Stores a list of Cerner Contract Management Error Details for a Bill Record |
| Table Type: | ACTIVITY |
Column Detail - PFT_CM_ERROR_DETAIL
| 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. |
| 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. |
| CCM_ERROR_CAT_CD | NUMBER | N | Code value for the Error Category |
| CCM_ERROR_CODE | VC2(20) | Y | Code provided for the error from Cerner Contract Management. |
| CCM_ERROR_DESC | VC2(1000) | Y | Error description received from Cerner Contract Management |
| 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. |
| PFT_CM_ERROR_DETAIL_ID | NUMBER | N | Uniquely generated number that identifies a single row on the PFT_CM_ERROR_DETAIL table. |
| PFT_CM_ERROR_ID | NUMBER | N | Uniquely identifies the related row on the PFT_CM_ERROR table. |
| RESOLUTION_ACTION_DT_TM | DATE | Y | Date and Time of a resolution action being applied. |
| RESOLUTION_ACTION_FLAG | NUMBER | Y | Flag denoting the resolution action applied. |
| RESOLUTION_ACTION_PRSNL_ID | NUMBER | N | Identifier for the personnel applying the resolution action. |
| 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. |
Relationship Detail - PFT_CM_ERROR_DETAIL
| Child Column in PFT_CM_ERROR_DETAIL(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PFT_CM_ERROR_ID | PFT_CM_ERROR | PFT_CM_ERROR_ID |