Table Detail Report

PERSON_PHR_RELTN_HIST



Column Section Relationship Section Top of Page


Table-level Detail

Description: Person Personal Health Record Relationship History
Definition: Used for tracking history of certain columns on the person_phr_reltn table.
Table Type: ACTIVITY





Column Detail - PERSON_PHR_RELTN_HIST


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.
CHANGE_BIT DOUBLE N Identifies which columns have had a change.
CONTRIBUTOR_SYSTEM_CD DOUBLE N Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed.
PERSON_PHR_INFO_ID DOUBLE N This is the value of the unique primary identifier of the person personal health record information table. It is an internally assigned number and generally not revealed to the user.
PERSON_PHR_RELTN_HIST_ID DOUBLE N The unique primary key of this table.
PERSON_PHR_RELTN_ID DOUBLE N This is the value of the unique primary identifier of the person personal health record relationship table. It is an internally assigned number and generally not revealed to the user.
PM_HIST_TRACKING_ID DOUBLE N This is the value of the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number.
TRACKING_BIT DOUBLE N Identifies which columns are being tracked for history.
TRANSACTION_DT_TM DATETIME Y Date and time the transaction, which triggered the history row, occurred. This field can be system assigned or manually manipulated by users.
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 - PERSON_PHR_RELTN_HIST


Child Column in PERSON_PHR_RELTN_HIST(FK) Parent Table Name Parent Column Name
Parents: CONTRIBUTOR_SYSTEM_CD CONTRIBUTOR_SYSTEM CONTRIBUTOR_SYSTEM_CD
PERSON_PHR_INFO_ID PERSON_PHR_INFO PERSON_PHR_INFO_ID
PERSON_PHR_RELTN_ID PERSON_PHR_RELTN PERSON_PHR_RELTN_ID


PERSON_PLAN_PROFILE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Person Plan Profile
Definition: The person health plan profile table defines a set of health plan insurance profiles for a patient
Table Type: ACTIVITY





Column Detail - PERSON_PLAN_PROFILE


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.
PERSON_ID DOUBLE N Uniquely identifies the person related to this plan profile.
PERSON_PLAN_PROFILE_ID DOUBLE N Uniquely identifies a set of health plan insurance profiles for a person. This table along with the person plan profile relationship table can be used to order and group person health plan coverages into reimbursement units that can then be used as templates for the encounter health plan coverage.
PROFILE_TYPE_CD DOUBLE N Indicates the type of health insurance profile for the person plan profile row (i.e., professional, institutional, workmen's comp).
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 - PERSON_PLAN_PROFILE


Child Column in PERSON_PLAN_PROFILE(FK) Parent Table Name Parent Column Name
Parents: PERSON_ID PERSON PERSON_ID




Parent Column in PERSON_PLAN_PROFILE (PK) Child Table Name Child Column Name
Children: PERSON_PLAN_PROFILE_ID PERSON_PLAN_PROFILE_HIST PERSON_PLAN_PROFILE_ID
PERSON_PLAN_PROFILE_RELTN PERSON_PLAN_PROFILE_ID
PERSON_PLAN_PROFILE_R_HIST PERSON_PLAN_PROFILE_ID
SCH_EVENT_PATIENT PERSON_PLAN_PROFILE_ID


PERSON_PLAN_PROFILE_HIST



Column Section Relationship Section Top of Page


Table-level Detail

Description: Person Plan Profile History
Definition: Used for tracking history of changes to the person_plan_profile rows.
Table Type: ACTIVITY





Column Detail - PERSON_PLAN_PROFILE_HIST


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.
CHANGE_BIT DOUBLE N Identifies which columns have had a change.
PERSON_PLAN_PROFILE_HIST_ID DOUBLE N Uniquely identifies a history record for the person_plan_profile table.
PERSON_PLAN_PROFILE_ID DOUBLE N Uniquely identifies the row to which this history is related.
PM_HIST_TRACKING_ID DOUBLE N This is the value of the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number.
PROFILE_TYPE_CD DOUBLE N Indicates the type of health insurance profile for the person plan profile row (i.e., professional, institutional, workmen's comp).
TRACKING_BIT DOUBLE N Identifies which columns are being tracked for history.
TRANSACTION_DT_TM DATETIME Y ** 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 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 - PERSON_PLAN_PROFILE_HIST


Child Column in PERSON_PLAN_PROFILE_HIST(FK) Parent Table Name Parent Column Name
Parents: PERSON_PLAN_PROFILE_ID PERSON_PLAN_PROFILE PERSON_PLAN_PROFILE_ID
PM_HIST_TRACKING_ID PM_HIST_TRACKING PM_HIST_TRACKING_ID


PERSON_PLAN_PROFILE_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: Person Plan Profile Relationship
Definition: The person health plan-profile relationship table defines the set of person health plans that are a part of a particular insurance profile and their priority within the profile.
Table Type: ACTIVITY





Column Detail - PERSON_PLAN_PROFILE_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.
PERSON_PLAN_PROFILE_ID DOUBLE N Uniquely identifies the related row on the person health plan profile table.
PERSON_PLAN_PROFILE_RELTN_ID DOUBLE N A person health plan-profile relationship defines the set of person health plans that are a part of a particular insurance profile and their priority within the profile.
PERSON_PLAN_RELTN_ID DOUBLE N Uniquely identifies the related row on the person_plan_reltn table.
PRIORITY_SEQ DOUBLE N This is a numeric number used to represent the order in which to consider this health plan for reimbursement for this insurance profile, if the person is a member of more than one health plan. The priority_seq is 1-based.
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 - PERSON_PLAN_PROFILE_RELTN


Child Column in PERSON_PLAN_PROFILE_RELTN(FK) Parent Table Name Parent Column Name
Parents: PERSON_PLAN_PROFILE_ID PERSON_PLAN_PROFILE PERSON_PLAN_PROFILE_ID
PERSON_PLAN_RELTN_ID PERSON_PLAN_RELTN PERSON_PLAN_RELTN_ID




Parent Column in PERSON_PLAN_PROFILE_RELTN (PK) Child Table Name Child Column Name
Children: PERSON_PLAN_PROFILE_RELTN_ID PERSON_PLAN_PROFILE_R_HIST PERSON_PLAN_PROFILE_RELTN_ID


PERSON_PLAN_PROFILE_R_HIST



Column Section Relationship Section Top of Page


Table-level Detail

Description: Person Plan Profile Relationship History
Definition: Used for tracking history of chages to the person_plan_profile_reltn rows.
Table Type: ACTIVITY





Column Detail - PERSON_PLAN_PROFILE_R_HIST


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.
CHANGE_BIT DOUBLE N Identifies which columns have had a change.
PERSON_PLAN_PROFILE_ID DOUBLE N Uniquely identifies the related person plan profile to which this history is related.
PERSON_PLAN_PROFILE_RELTN_ID DOUBLE N Uniquely identifies the related person_plan_profile_reltn record for this history record.
PERSON_PLAN_PROFILE_R_HIST_ID DOUBLE N Uniquely tracks a history record of a change to the person_plan_profile_reltn table.
PERSON_PLAN_RELTN_ID DOUBLE N Uniquely identifies the row on the person_plan_reltn table related to this history record.
PM_HIST_TRACKING_ID DOUBLE N This is the value of the unique primary identifier of the pm_hist_tracking table. It is an internal system assigned number.
PRIORITY_SEQ DOUBLE N Identifies a sequencing priority to be used when a duplicate relationship of the same type is created
TRACKING_BIT DOUBLE N Identifies which columns are being tracked for history.
TRANSACTION_DT_TM DATETIME Y ** 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 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 - PERSON_PLAN_PROFILE_R_HIST


Child Column in PERSON_PLAN_PROFILE_R_HIST(FK) Parent Table Name Parent Column Name
Parents: PERSON_PLAN_PROFILE_ID PERSON_PLAN_PROFILE PERSON_PLAN_PROFILE_ID
PERSON_PLAN_PROFILE_RELTN_ID PERSON_PLAN_PROFILE_RELTN PERSON_PLAN_PROFILE_RELTN_ID
PERSON_PLAN_RELTN_ID PERSON_PLAN_RELTN PERSON_PLAN_RELTN_ID
PM_HIST_TRACKING_ID PM_HIST_TRACKING PM_HIST_TRACKING_ID