Table Detail Report
PERSON_COMBINE_BATCH
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Person Combine Batch |
Definition: | The person_combine_batch table is used for the batch Person combine process. It is populated from HNACombine.exe |
Table Type: | ACTIVITY |
Column Detail - PERSON_COMBINE_BATCH
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. |
BATCH_DT_TM | DATETIME | Y | Date the batrch record is scheduled to be processed. |
BATCH_STATUS_CD | DOUBLE | N | Contains the value of the status of the batch. |
CREATE_DT_TM | DATETIME | Y | This is the date and time that the row was created. |
CREATE_PRSNL_ID | DOUBLE | N | The person responsible for inserting this row on the table |
FROM_PERSON_ID | DOUBLE | N | FROM_PERSON_ID, this id gets combined into the TO_PERSON_ID |
OWNER_NAME | VARCHAR(255) | Y | Name of the process that owns the row. |
PERSON_COMBINE_BATCH_ID | DOUBLE | N | Unique generated number that identifies a single row on the person_combine_batch. |
PERSON_COMBINE_ID | DOUBLE | N | Uniquely identifies the related person combine row. |
PERSON_MATCHES_ID | DOUBLE | N | Uniquely identifies the related person_matches row. |
PROCESSED_DT_TM | DATETIME | Y | The date the batch record was actually processed. |
REVERSE_COMBINE_IND | DOUBLE | Y | Indicator for Reverse Combine mode. |
TO_PERSON_ID | DOUBLE | N | TO_PERSON_ID surviving person that gets data from the FROM_PERSON_ID |
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_COMBINE_BATCH
Child Column in PERSON_COMBINE_BATCH(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | FROM_PERSON_ID | PERSON | PERSON_ID |
TO_PERSON_ID | PERSON | PERSON_ID | |
PERSON_COMBINE_ID | PERSON_COMBINE | PERSON_COMBINE_ID | |
PERSON_MATCHES_ID | PERSON_MATCHES | PERSON_MATCHES_ID | |
CREATE_PRSNL_ID | PRSNL | PERSON_ID |
Parent Column in PERSON_COMBINE_BATCH (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | PERSON_COMBINE_BATCH_ID | EMPI_IMPORT_MATCH | PERSON_COMBINE_BATCH_ID |
PERSON_COMBINE_DET
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Person Combine Detail |
Definition: | The person combine detail table contains an audit trail for every row in every table where the person_id was changed to a new person_id as a result of combining two rows in the person table. |
Table Type: | ACTIVITY |
Column Detail - PERSON_COMBINE_DET
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. |
ATTRIBUTE_NAME | VARCHAR(32) | Y | Name of the attribute on the child table that is related to person.person_id. |
COMBINE_ACTION_CD | DOUBLE | N | The action that was taken on the child row during the combine, e.g. add, update, etc. |
COMBINE_DESC_CD | DOUBLE | N | Further describes what happened during a combine. |
ENTITY_ID | DOUBLE | N | The value of the primary identifier of the row in the table, identified in the entity_name field, that was combined. For example, if a person_alias row was combined, the value here would be the value of the row's person_alias_id. |
ENTITY_NAME | VARCHAR(32) | N | The upper case name of the table to which this row is related (e.g. PRSNL, ORGANIZATION, etc.) |
PERSON_COMBINE_DET_ID | DOUBLE | N | This is the value of the unique primary identifier of the person combine detail table. It is an internal system assigned number. |
PERSON_COMBINE_ID | DOUBLE | N | This is the value of the unique primary identifier of the person combine table. It is an internal system assigned number. |
PREV_ACTIVE_IND | DOUBLE | Y | Reference Data Domain Sync (RDDS) use for determining historical occurrences. |
PREV_ACTIVE_STATUS_CD | DOUBLE | N | The value of the active_status_cd prior to the row bein combined. Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
PREV_END_EFF_DT_TM | DATETIME | Y | If a row is made 'not effective' during a combine, the value of its end_effective_dt_tm column before combine is stored here. |
TO_RECORD_IND | DOUBLE | Y | If set to 1, this record was originally a child of the to parent 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 - PERSON_COMBINE_DET
Child Column in PERSON_COMBINE_DET(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PERSON_COMBINE_ID | PERSON_COMBINE | PERSON_COMBINE_ID |
PERSON_DATA_NOT_COLL
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Person Data Not Collected |
Definition: | Stores information describing why person data was not collected. |
Table Type: | ACTIVITY |
Column Detail - PERSON_DATA_NOT_COLL
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. |
BIOMETRIC_IDENT_CD | DOUBLE | N | Contains the information describing if the biometric identifier is not collected or why it is not collected for the person |
DRIVERS_LICENSE_CD | DOUBLE | N | The information describing if the drivers license is not collected or why it is not collected for the person. |
HOME_ADDRESS_CD | DOUBLE | N | Information describing if the home address has not been collected or why the home address has not been collected for the person. |
HOME_EMAIL_CD | DOUBLE | N | Information describing if the home email address has not been collected or why the home email address has not been collected for the person |
NATIONAL_HEALTH_NBR_CD | DOUBLE | N | The information describing if the national health identification number (NHIN) is not collected or why it is not collected for the person |
PERSON_DATA_NOT_COLL_ID | DOUBLE | N | Uniquely identifies information about why certain person data like SSN, Phone Number, Home Address, etc. has not been collected |
PERSON_ID | DOUBLE | N | Uniquely identifies the person to whom the information on this record is related. |
PHONE_CD | DOUBLE | N | Information describing if the phone number has not been collected or why the phone number has not been collected for the person |
PRIMARY_CARE_PHYSICIAN_CD | DOUBLE | N | The information describing if the primary care provider is not collected or why it is not collected for the person |
SSN_CD | DOUBLE | N | Information describing if the SSN has not been collected or why the SSN has not been collected for the person |
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_DATA_NOT_COLL
Child Column in PERSON_DATA_NOT_COLL(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PERSON_ID | PERSON | PERSON_ID |
PERSON_DATA_NOT_COLL_HIST
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Person Data Not Collected History |
Definition: | Stores history of the rows from person_data_not_coll. |
Table Type: | ACTIVITY |
Column Detail - PERSON_DATA_NOT_COLL_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. |
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. |
BIOMETRIC_IDENT_CD | DOUBLE | N | Contains the information describing if the biometric identifier is not collected or why it is not collected for the person |
CHANGE_BIT | DOUBLE | N | Identifies which columns have had a change. |
DRIVERS_LICENSE_CD | DOUBLE | N | The information describing if the driver¿s license is not collected or why it is not collected for the person. |
HOME_ADDRESS_CD | DOUBLE | N | Information describing if the home address has not been collected or why the home address has not been collected for the person. |
HOME_EMAIL_CD | DOUBLE | N | Information describing if the home email address has not been collected or why the home email address has not been collected for the person |
NATIONAL_HEALTH_NBR_CD | DOUBLE | N | The information describing if the national health identification number (NHIN) is not collected or why it is not collected for the person |
PERSON_DATA_NOT_COLL_HIST_ID | DOUBLE | N | Uniquely identifies historical information about data that has not been collected for a person. |
PERSON_DATA_NOT_COLL_ID | DOUBLE | N | Uniquely identifies information about why certain person data like SSN, Phone Number, Home Address, etc. has not been collected |
PHONE_CD | DOUBLE | N | Information describing if the phone number has not been collected or why the phone number has not been collected for the person |
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. |
PRIMARY_CARE_PHYSICIAN_CD | DOUBLE | N | The information describing if the primary care provider is not collected or why it is not collected for the person |
SSN_CD | DOUBLE | N | Information describing if the SSN has not been collected or why the SSN has not been collected for the person |
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_DATA_NOT_COLL_HIST
Child Column in PERSON_DATA_NOT_COLL_HIST(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PM_HIST_TRACKING_ID | PM_HIST_TRACKING | PM_HIST_TRACKING_ID |
PERSON_DESIGNATION
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Person Designation |
Definition: | Stores Information specific to person designations |
Table Type: | ACTIVITY |
Column Detail - PERSON_DESIGNATION
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_ISO | VARCHAR(10) | Y | The begin effective date "as entered" during registration. The date 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. It will be formatted as an ISO 8601 string. |
END_EFFECTIVE_DT_ISO | VARCHAR(10) | Y | The end effective date "as entered" during registration. The date after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. It will be formatted as an ISO 8601 string. |
PERSON_DESIGNATION_ID | DOUBLE | N | Unique generated number that identifies a single row on the PERSON_DESIGNATION table. |
PERSON_ID | DOUBLE | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
TYPE_CD | DOUBLE | N | Indicates the type of person designation. |
TYPE_CLASS_CD | DOUBLE | N | Designation type class is used to categorize person designations into more general groups than designation type. The values in this codeset all have Cerner defined meanings. |
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_DESIGNATION
Child Column in PERSON_DESIGNATION(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PERSON_ID | PERSON | PERSON_ID |
Parent Column in PERSON_DESIGNATION (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | PERSON_DESIGNATION_ID | PERSON_DESIGNATION_HIST | PERSON_DESIGNATION_ID |