Table Detail Report
CS_CPP_TIER_DETAIL
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Charge Services Charge Pre-Processor Tier Detail |
| Definition: | Stores multiple values for categories applied to a ruleset (a ruleset (also called tier) is an organization of rules that get applied to a set of charges for an encounter). The categories that can be applied to the ruleset are organization, insurance organization, health plan, encounter type and fin class. |
| Table Type: | REFERENCE |
Column Detail - CS_CPP_TIER_DETAIL
| 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. |
| CS_CPP_TIER_DETAIL_ENTITY_ID | DOUBLE | N | Will store corresponding values i.e. code values or id's |
| CS_CPP_TIER_DETAIL_ENTITY_NAME | VARCHAR(40) | N | Will store the Entity Names. For example, "ORGANIZATION", "HEALTH_PLAN", "CODE_VALUE". |
| CS_CPP_TIER_DETAIL_ID | DOUBLE | N | The unique primary key of this table. It is an internally generated number. |
| CS_CPP_TIER_DETAIL_SUBTYPE | VARCHAR(40) | N | Identifies the type of tier detail associated to the Tier. Examples are encntr_type, insurance_org, encntr_type_class, and fin_class. |
| CS_CPP_TIER_ID | DOUBLE | N | Stores the ID of the Tier that the detail is associated to. It is a foreign key to the CS_CPP_TIER table. |
| 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 - CS_CPP_TIER_DETAIL
| Child Column in CS_CPP_TIER_DETAIL(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CS_CPP_TIER_ID | CS_CPP_TIER | CS_CPP_TIER_ID |
CS_CPP_UNDO
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Charge Services Charge Preprocessor Undo |
| Definition: | Stores batch information for the undo of a set of processed charges. |
| Table Type: | ACTIVITY |
Column Detail - CS_CPP_UNDO
| 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. |
| ACTIVE_STATUS_CD | DOUBLE | 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 | DATETIME | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| 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. |
| CS_CPP_RULE_ID | DOUBLE | N | Uniquely identifies the charge preprocessor rule related to this undo record. |
| CS_CPP_UNDO_ID | DOUBLE | N | Uniquely identifies an undo record for a set of processed charges. |
| ENCNTR_ID | DOUBLE | N | Uniquely identifies the encounter related to this undo record. |
| 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. |
| PERSON_ID | DOUBLE | N | Uniquely identifies the person related to this undo record. |
| 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 - CS_CPP_UNDO
| Child Column in CS_CPP_UNDO(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| PERSON_ID | PERSON | PERSON_ID |
| Parent Column in CS_CPP_UNDO (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | CS_CPP_UNDO_ID | CHARGE | CS_CPP_UNDO_ID |
| CS_CPP_UNDO_DETAIL | CS_CPP_UNDO_ID |
CS_CPP_UNDO_DETAIL
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Charge Services Charge Preprocessor Undo Detail |
| Definition: | Contains detailed information for which charges were changed as a result of a charge preprocessor rule being executed against them. |
| Table Type: | ACTIVITY |
Column Detail - CS_CPP_UNDO_DETAIL
| 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. |
| ACTIVE_STATUS_CD | DOUBLE | 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 | DATETIME | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| 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. |
| CHARGE_ITEM_ID | DOUBLE | N | Uniquely identifies the charge item related to this undo detail record. |
| CS_CPP_UNDO_DETAIL_ID | DOUBLE | N | Uniquely identifies detailed information for which charges were changed as a result of a charge preprocessor rule being executed against them. |
| CS_CPP_UNDO_ID | DOUBLE | N | Uniquely identifies the undo record related to this detail record. |
| 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. |
| ORIGINAL_IND | DOUBLE | N | Identifies which charges were original charges before processing with a 1. All new created charges are 0. |
| 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 - CS_CPP_UNDO_DETAIL
| Child Column in CS_CPP_UNDO_DETAIL(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CHARGE_ITEM_ID | CHARGE | CHARGE_ITEM_ID |
| CS_CPP_UNDO_ID | CS_CPP_UNDO | CS_CPP_UNDO_ID |
CS_ORG_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CS Organization Relation |
| Definition: | This table holds the relationship between organizations and price schedules to facility price schedule security. |
| Table Type: | REFERENCE |
Column Detail - CS_ORG_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | 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 | DOUBLE | 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 | DATETIME | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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. |
| CS_ORG_RELTN_ID | DOUBLE | N | This is the value of the unique primary identifier of the cs_org_reltn table. It is an internal system assigned number. |
| CS_ORG_RELTN_TYPE_CD | DOUBLE | N | Value from 26078 that indicates what we are relating the organization to. |
| DATA_STATUS_CD | DOUBLE | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATETIME | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the data_status_cd to be set or change. |
| END_EFFECTIVE_DT_TM | DATETIME | 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. |
| KEY1_ENTITY_NAME | VARCHAR(200) | Y | This field holds the table name from where the key1_id was pulled. |
| KEY1_ID | DOUBLE | N | Depending on the value in the cs_org_reltn_type_cd field, this field holds the unique identifier for the table listed in the key1_entity_name field. Currently it only hold price schedules. |
| ORGANIZATION_ID | DOUBLE | N | This is the value of the unique primary identifier of the organization table. It is an internal system assigned number. |
| 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 - CS_ORG_RELTN
| Child Column in CS_ORG_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
CT_BUNDLE_HISTORY
| Column Section | Top of Page |
Table-level Detail
| Description: | This table contains the bundle history for every bundled charge. |
| Definition: | Charge Transformation Bundle History Table |
| Table Type: | ACTIVITY |
Column Detail - CT_BUNDLE_HISTORY
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | 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 | DOUBLE | 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 | DATETIME | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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. |
| BUNDLE_DT_TM | DATETIME | Y | This is the date and time that a charge was bundled away. This date and time will be the same on all the charges that were bundled together. |
| BUNDLE_ID | DOUBLE | N | This is the id used to associate all charges that were bundled together. |
| CT_BUNDLE_HISTORY_ID | DOUBLE | N | This the unique primary identifier for the ct_bundle_history table. It is an internal system assigned number. |
| CT_RULE_ID | DOUBLE | N | This is the unique primary identifier for the ct_rule table. |
| END_EFFECTIVE_DT_TM | DATETIME | 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. |
| FROM_CHARGE_ITEM_ID | DOUBLE | N | This is the unique identifier from the charge table for the charges that have a detail_type_cd of PRECURSOR. |
| TO_CHARGE_ITEM_ID | DOUBLE | N | This is the unique identifier from the charge table for the charges that have a detail_type_cd of RESULT. |
| 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. |