Table Detail Report
PM_POST_PROCESS
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Management Post Process |
| Definition: | Person or Encounters to be processed in off-peak hours. |
| Table Type: | ACTIVITY |
Column Detail - PM_POST_PROCESS
| 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_SEQ | DOUBLE | N | Contains the batch number that was sent out. |
| COMPARISON_PERSON_ID | DOUBLE | N | The person ID of the comparison person data to be compared during off-peak hours. |
| ENCNTR_ID | DOUBLE | N | Encounter to be processed during off-peak hours. |
| ENCNTR_SLICE_ID | DOUBLE | N | The encounter slice ID to be processed during off-peak hours. This is a foreign key back to the encntr_slice table. |
| ORGANIZATION_ID | DOUBLE | N | This is a foreign key to the Organization table. |
| PERSON_ID | DOUBLE | N | Person to be processed during off-peak hours. |
| PM_POST_PROCESS_DT_TM | DATETIME | N | Shows the date and time the status changed |
| PM_POST_PROCESS_ID | DOUBLE | N | Person Management Post Process Unique Identifier |
| PM_POST_PROCESS_TYPE_CD | DOUBLE | N | Type of off-peak processing to be done. |
| PROCESS_RESULT_CD | DOUBLE | N | Contains a code to represent the result message returned after processing is attempted. |
| PROCESS_STATUS_CD | DOUBLE | N | Contains the status of the row |
| SOURCE_VERSION_NUMBER | VARCHAR(255) | Y | Version number assigned from a master system to this record. Added to support the UK's PDS serial change 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 - PM_POST_PROCESS
| Child Column in PM_POST_PROCESS(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_SLICE_ID | ENCNTR_SLICE | ENCNTR_SLICE_ID |
| ENCNTR_ID | ENCOUNTER | ENCNTR_ID | |
| ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
| COMPARISON_PERSON_ID | PERSON | PERSON_ID | |
| PERSON_ID | PERSON | PERSON_ID |
PM_QST_ANSWER
| Column Section | Top of Page |
Table-level Detail
| Description: | Person Mgmt: Flexible Questionnaire Answer table |
| Definition: | Holds the answers to questions from a Person Mgmt flexible questionnaire |
| Table Type: | ACTIVITY |
Column Detail - PM_QST_ANSWER
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ANSWER_ID | DOUBLE | N | This is the value of the unique primary identifier of the pm_qst_answer table. It is an internal system assigned number. |
| PARENT_ENTITY_ID | DOUBLE | N | The value of the primary identifier of the table to which the address row is related (i.e., person_id, organization_id, etc.) |
| PARENT_ENTITY_NAME | VARCHAR(32) | N | The upper case name of the table to which this address row is related (i.e., PERSON, PRSNL, ORGANIZATION, etc.) |
| QUESTION_ID | DOUBLE | N | This is the value of the unique primary identifier of the pm_qst_question table. It is an internal system assigned number. |
| 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. |
| VALUE_CD | DOUBLE | Y | The value of the answer if it is a coded type. |
| VALUE_CHC | DOUBLE | Y | The value of the answer if it is a choice from the pm_qst_choice table. |
| VALUE_DT_TM | DATETIME | Y | The value of the answer if it is a datetime type. |
| VALUE_IND | DOUBLE | Y | The value of the answer if it is a Boolean type. |
| VALUE_NBR | DOUBLE | Y | The value of the answer if it is a numeric type. |
| VALUE_TEXT | VARCHAR(255) | Y | The value of the answer if it is a text type. |
| VALUE_TYPE | VARCHAR(1) | Y | The type of the value that represents the answer. |
PM_QST_QUESTION
| Column Section | Top of Page |
Table-level Detail
| Description: | PM QST QUESTION |
| Definition: | Person Mgmt: Defines the questions for flexible questionnaires. |
| Table Type: | REFERENCE |
Column Detail - PM_QST_QUESTION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| QUESTIONNAIRE_ID | DOUBLE | N | This is the value of the unique primary identifier of the pm_qst_questionaire table. It is an internal system assigned number. |
| QUESTION_COND | VARCHAR(255) | Y | (Future Use) |
| QUESTION_ID | DOUBLE | N | This is the value of the unique primary identifier of the pm_qst_question table. It is an internal system assigned number. |
| QUESTION_MEANING | VARCHAR(12) | Y | String value representing the question. (i.e. Q1, Q12, etc.) |
| QUESTION_PARENT_ID | DOUBLE | Y | This id represent the parent question. This is the value of the unique primary identifier of the pm_qst_question table. It is an internal system assigned number. |
| QUESTION_PARENT_VALUE | VARCHAR(255) | Y | Value of the parent question that must be answered in order to display this question. |
| QUESTION_SEQ | DOUBLE | Y | The sequence the question is in the list. |
| QUESTION_TEXT | VARCHAR(255) | Y | Text describing the question. |
| QUESTION_TYPE | VARCHAR(3) | Y | Identifies the type of question. |
| 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. |
PM_QST_QUESTIONNAIRE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | PM QST QUESTIONNAIRE |
| Definition: | Person Mgmt: Defines flexible questionnaires. |
| Table Type: | REFERENCE |
Column Detail - PM_QST_QUESTIONNAIRE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ENTITY_NAME | VARCHAR(32) | N | Name of the table that this questionnaire is associated with. |
| QUESTIONNAIRE_COND | VARCHAR(255) | Y | (Future Use) |
| QUESTIONNAIRE_ID | DOUBLE | N | This is the value of the unique primary identifier of the pm_qst_questionnaire table. It is an internal system assigned number. |
| QUESTIONNAIRE_NAME | VARCHAR(255) | N | Name that identifies the questionnaire. |
| QUESTIONNAIRE_TYPE_FLAG | DOUBLE | Y | Setting this to a 0 specifies a generic questionnaire. A value of 1 specifies a MSP questionnaire; 2 Cerner Practice Management (CPM) MSP Questionnaire. |
| 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 - PM_QST_QUESTIONNAIRE
| Parent Column in PM_QST_QUESTIONNAIRE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | QUESTIONNAIRE_ID | PM_QST_QUESTIONNAIRE_ACT | QUESTIONNAIRE_ID |
PM_QST_QUESTIONNAIRE_ACT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Management Questionnaire Activity |
| Definition: | Person Mgmt: Stores data related to activity occurring to a questionnaire |
| Table Type: | ACTIVITY |
Column Detail - PM_QST_QUESTIONNAIRE_ACT
| 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. |
| COMPLETED_DT_TM | DATETIME | Y | The date and time the questionnaire was completed. |
| COMPLETED_PRSNL_ID | DOUBLE | N | The identifier of the person who completed the questionnaire. |
| PARENT_ENTITY_ID | DOUBLE | N | The value of the primary identifier of the table to which the questionnaire activity is related (i.e., person_id, encounter_id, etc.) |
| PARENT_ENTITY_NAME | VARCHAR(32) | N | The upper case name of the table to which this questionnaire activity row is related (i.e. PERSON, ENCOUNTER, etc.) |
| PM_QST_QUESTIONNAIRE_ACT_ID | DOUBLE | N | Uniquely identifies activity occurring to a questionnaire. |
| QUESTIONNAIRE_ID | DOUBLE | N | Uniquely identifies a related questionnaire. |
| REVIEWED_DT_TM | DATETIME | Y | The date and time at which an already completed questionnaire was reviewed.. |
| REVIEWED_PRSNL_ID | DOUBLE | N | The id of the person who reviewed the completed questionnaire. |
| STATUS_CD | DOUBLE | N | The status of the questionnaire. Examples are In Progress, Completed, etc. |
| 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 - PM_QST_QUESTIONNAIRE_ACT
| Child Column in PM_QST_QUESTIONNAIRE_ACT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | QUESTIONNAIRE_ID | PM_QST_QUESTIONNAIRE | QUESTIONNAIRE_ID |
| COMPLETED_PRSNL_ID | PRSNL | PERSON_ID | |
| REVIEWED_PRSNL_ID | PRSNL | PERSON_ID |