Table Detail Report

ENCNTR_CRIMINAL_CHRGS_HIST



Column Section Top of Page


Table-level Detail

Description: Encounter outstanding charges history.
Definition: This table will hold the history of the outstanding criminal charges for an encounter.
Table Type: ACTIVITY





Column Detail - ENCNTR_CRIMINAL_CHRGS_HIST


Column Name Type Null? Definition
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.
COURT_DT_TM DATE Y The court date and time.
COURT_FILE_NUM VC2(40) Y The file number representing the court case.
COURT_LOCATION_CD NUMBER N The location at which the court proceedings took place.
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.
OUTSTANDING_CHARGES_HIST_ID NUMBER N The unique identifier for the encntr_criminal_chrgs_hist table.
OUTSTANDING_CHARGES_R_ID NUMBER N The unique identifier for the encntr_criminal_charges_r 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_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.


ENCNTR_DATA_NOT_COLL



Column Section Relationship Section Top of Page


Table-level Detail

Description: Encounter Data Not Collected
Definition: Stores information describing why encounter data was not collected.
Table Type: ACTIVITY





Column Detail - ENCNTR_DATA_NOT_COLL


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.
ENCNTR_DATA_NOT_COLL_ID NUMBER N Unique generated number that identifies a single row on the ENCNTR_DATA_NOT_COLL table.
ENCNTR_ID NUMBER N The value of the primary identifier of the parent table and to which the encounter's data not collected row is related.
EST_FINANCIAL_RESP_AMT_CD NUMBER N The information describing if the estimated financial responsibility amount is not collected or why it is not collected for the encounter (CS 4660008).
REFERRING_PHYSICIAN_CD NUMBER N The information describing if the referring provider is not collected or why it is not collected for the encounter.
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 - ENCNTR_DATA_NOT_COLL


Child Column in ENCNTR_DATA_NOT_COLL(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_ID ENCOUNTER ENCNTR_ID




Parent Column in ENCNTR_DATA_NOT_COLL (PK) Child Table Name Child Column Name
Children: ENCNTR_DATA_NOT_COLL_ID ENCNTR_DATA_NOT_COLL_HIST ENCNTR_DATA_NOT_COLL_ID


ENCNTR_DATA_NOT_COLL_HIST



Column Section Relationship Section Top of Page


Table-level Detail

Description: Encounter Data Not Collected History
Definition: Used for tracking history of columns on the ENCNTR_DATA_NOT_COLL table.
Table Type: ACTIVITY





Column Detail - ENCNTR_DATA_NOT_COLL_HIST


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.
CHANGE_BIT NUMBER N Identifies which columns have had a change.
ENCNTR_DATA_NOT_COLL_HIST_ID NUMBER N Unique generated number that identifies a single row on the ENCNTR_DATA_NOT_COLL_HIST table.
ENCNTR_DATA_NOT_COLL_ID NUMBER N This is the value of the unique primary identifier of the encounter not collected table.
EST_FINANCIAL_RESP_AMT_CD NUMBER N The information describing if the estimated financial responsibility amount is not collected or why it is not collected for the encounter (CS 4660008).
PM_HIST_TRACKING_ID NUMBER N This is the value of the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number.
REFERRING_PHYSICIAN_CD NUMBER N The information describing if the referring provider is not collected or why it is not collected for the encounter.
TRACKING_BIT NUMBER N Identifies which columns are being tracked for history.
TRANSACTION_DT_TM DATE N ** OBSOLETE **. Use column updt_dt_tm for any filtering/ordering query. If transaction date time is needed, it should be retrieved from pm_hist_tracking table. Note that its date may be in the past, as in before the update date time.
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 - ENCNTR_DATA_NOT_COLL_HIST


Child Column in ENCNTR_DATA_NOT_COLL_HIST(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_DATA_NOT_COLL_ID ENCNTR_DATA_NOT_COLL ENCNTR_DATA_NOT_COLL_ID


ENCNTR_DENIAL_APPEAL_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: Encounter Denied Days to Appeal Relationship
Definition: The denied days related to an appeal for an encounter.
Table Type: ACTIVITY





Column Detail - ENCNTR_DENIAL_APPEAL_RELTN


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.
ENCNTR_APPEAL_ID NUMBER N The ID of the appeal related to the denial.
ENCNTR_DENIAL_APPEAL_RELTN_ID NUMBER N Unique generated number that identifies a single row on the Encntr_denial_appeal_reltn table.
ENCNTR_DENIED_DAYS_ID NUMBER N Unique generated number that identifies a single row on the Encntr_denied_days 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 - ENCNTR_DENIAL_APPEAL_RELTN


Child Column in ENCNTR_DENIAL_APPEAL_RELTN(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_APPEAL_ID ENCNTR_APPEAL ENCNTR_APPEAL_ID
ENCNTR_DENIED_DAYS_ID ENCNTR_DENIED_DAYS ENCNTR_DENIED_DAYS_ID


ENCNTR_DENIED_DAYS



Column Section Relationship Section Top of Page


Table-level Detail

Description: Encounter Denied Days
Definition: The denied day periods for an encounter.
Table Type: ACTIVITY





Column Detail - ENCNTR_DENIED_DAYS


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.
APPEAL_BY_DT_TM DATE Y The date to appeal the denied day period.
BEG_DT_TM DATE Y The begin date for the denied day period.
CLAIM_NUMBER_TXT VC2(40) N Contains the patient account display claim number.
CLOSED_DT_TM DATE Y The date and time the denied day period was closed.
COMMENT_LONG_TEXT_ID NUMBER N Unique generated number that identifies a single row on the Long_text table that represents a comment for this relationship.
DENIAL_CATEGORY_CD NUMBER N The category of the denial period.
DENIAL_PRSNL_ID NUMBER N Unique generated number that identifies a single row on the Prsnl table for the personnel in charge of the denied day period.
DENIAL_REASON_CD NUMBER N The denial reason for the denied day period.
DENIAL_RISK_AMOUNT FLOAT N The dollar amount that is at risk for loss from the denied day period.
DENIAL_TYPE_CD NUMBER N The denial type for the denied day period.
ENCNTR_DENIED_DAYS_ID NUMBER N Unique generated number that identifies a single row on the Encntr_denied_days table.
ENCNTR_ID NUMBER N Unique generated number that identifies a single row on the Encounter table. The encounter associated with the denied days.
END_DT_TM DATE Y The end date for the denied day period.
LETTER_DT_TM DATE Y The date and time the letter was received for the denied day period.
NOTICE_RECEIVED_DT_TM DATE Y The date and time the noticed was received for the denied day period.
PAYER_ORG_ID NUMBER N Unique generated number that identifies a single row on the Organization table for the payer of the denied day period.
PFT_QUEUE_ITEM_ID NUMBER Y Uniquely identifies the related ProFit queue item.
REMARK_CD NUMBER N The patient account remark code which can come from code set 26399, 26398 or 24730.
RESP_PARTY_NURSE_UNIT_CD NUMBER N The nurse unit that is responsible for the avoidable days period.
RESP_PARTY_OTHER_CD NUMBER N The entity that is responsible for the avoidable days period.
RESP_PARTY_PRSNL_ID NUMBER N The personnel that is responsible for the avoidable days period.
RESP_PARTY_SELF_IND NUMBER N Indicator for whether the patient or their family are responsible for the avoidable days period.
RESP_PARTY_SERVICE_TYPE_CD NUMBER N The Service that is responsible for the avoidable days period.
SERVICE_BEG_DT_TM DATE Y The patient account service begin date time.
SERVICE_END_DT_TM DATE Y The patient account service end date time.
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 - ENCNTR_DENIED_DAYS


Child Column in ENCNTR_DENIED_DAYS(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_ID ENCOUNTER ENCNTR_ID
COMMENT_LONG_TEXT_ID LONG_TEXT LONG_TEXT_ID
PAYER_ORG_ID ORGANIZATION ORGANIZATION_ID
DENIAL_PRSNL_ID PRSNL PERSON_ID
RESP_PARTY_PRSNL_ID PRSNL PERSON_ID




Parent Column in ENCNTR_DENIED_DAYS (PK) Child Table Name Child Column Name
Children: ENCNTR_DENIED_DAYS_ID ENCNTR_DENIAL_APPEAL_RELTN ENCNTR_DENIED_DAYS_ID