Table Detail Report
PM_USER_DEFINED
| Column Section | Top of Page |
Table-level Detail
| Description: | This table will hold the information from the user defined prompts |
| Definition: | PM User Defined |
| Table Type: | ACTIVITY |
Column Detail - PM_USER_DEFINED
| 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. |
| 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. |
| 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. |
| PARENT_ENTITY_ID | NUMBER | N | The value of the primary identifier of the table to which the user defined row is related (i.e., person_id, encntr_id) |
| PARENT_ENTITY_NAME | VC2(32) | N | The upper case name of the table to which this User Defined row is related (i.e.,PERSON, ENCOUNTER) |
| PM_USER_DEFINED_ID | NUMBER | N | The pm user defined ID is the primary key of the pm_user_defined table. |
| UDF_TYPE_CD | NUMBER | N | The user defined type code is the code set value which identifies the user defined information for the pm_user_defined row. |
| 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. |
| VALUE_CD | NUMBER | N | This field holds Coded value information for user defined prompts This field can hold any Code Set and should be in the group of numbers set aside for User_defined data |
| VALUE_DT_TM | DATE | Y | This field holds Date value information for user defined prompts |
| VALUE_IND | NUMBER | N | This field holds Indicator value information for user defined prompts |
| VALUE_LONG_TEXT_REF_ID | NUMBER | N | Foreign key from LONG_TEXT table. This field holds the Text value information for user defined prompts. |
| VALUE_NBR | NUMBER | N | This field holds Number value information for user defined prompts |
| VALUE_TYPE | NUMBER | N | This field holds the indicator as to what type of User Defined Information is in the row. (1 -Text , 2 - coded, 3 - data/time, 4 - Indicator, 5 - numeric) |
PM_USER_DEFINED_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | PM USER DEFINED HIST |
| Definition: | Tracks modifications to history elements for a given user defined field. |
| Table Type: | ACTIVITY |
Column Detail - PM_USER_DEFINED_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. |
| PARENT_ENTITY_ID | NUMBER | N | The value of the primary identifier of the table to which the user defined row is related (i.e., person_id, encntr_id) |
| PARENT_ENTITY_NAME | VC2(30) | Y | The upper case name of the table to which this User Defined row is related (i.e.,PERSON, ENCOUNTER) |
| 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. |
| PM_USER_DEFINED_HIST_ID | NUMBER | N | This is the value of the unique primary identifier of the pm_user_defined_hist table. It is an internal system assigned number. |
| TRACKING_BIT | NUMBER | N | Identifies which columns are being tracked for history. |
| TRANSACTION_DT_TM | DATE | Y | Date and time the transaction, which triggered the history row, occurred. This field can be system assigned or manually manipulated by users. |
| UDF_TYPE_CD | NUMBER | N | The user defined type code is the code set value which identifies the user defined information for the pm_user_defined row. |
| 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. |
| VALUE_CD | NUMBER | N | Stores historical values of type double from the parent table |
| VALUE_DT_TM | DATE | Y | This field holds Date value information for user defined prompts |
| VALUE_LONG_TEXT_ID | NUMBER | N | This is the value of the unique primary identifier of the long_text table. It is an internal system assigned number. |
| VALUE_NBR | NUMBER | N | This field holds Number value information for user defined prompts |
| VALUE_NBR_IND | NUMBER | N | Indicates whether or not the input from the front end tool for column VALUE_NBRis 0 or NULL. |
| VALUE_TYPE | FLOAT | N | This field holds the indicator as to what type of User Defined Information is in the row. (1 -Text , 2 - coded, 3 - data/time, 4 - Indicator, 5 - numeric) |
Relationship Detail - PM_USER_DEFINED_HIST
| Child Column in PM_USER_DEFINED_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | VALUE_LONG_TEXT_ID | LONG_TEXT | LONG_TEXT_ID |
| PM_HIST_TRACKING_ID | PM_HIST_TRACKING | PM_HIST_TRACKING_ID |
PM_WORK_QUEUE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Management Work Queue |
| Definition: | Table that holds queued work items. |
| Table Type: | ACTIVITY |
Column Detail - PM_WORK_QUEUE
| 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. |
| 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. |
| COMPLETED_BY_ID | NUMBER | N | Person who completed the task. |
| COMPLETED_DT_TM | DATE | Y | Date and time the task was completed. |
| ENCNTR_ID | NUMBER | N | This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number. |
| 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. |
| PERSON_ID | NUMBER | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
| REQ_BED_CD | NUMBER | N | Code value for a bed that was requested. |
| REQ_BUILDING_CD | NUMBER | N | Code Value for a requested building. |
| REQ_FACILITY_CD | NUMBER | N | Code Value for a requested facility. |
| REQ_NURSE_UNIT_CD | NUMBER | N | Code value for a requested nurse unit. |
| REQ_ROOM_CD | NUMBER | N | Code value for a requested room. |
| TRANSACTION_TXT | VC2(100) | Y | Field for text transaction description. |
| 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. |
| WORK_ITEM_ID | NUMBER | N | Foreign key attribute associating the row to a specific work item (from the pm_que_work_item table). |
| WORK_QUEUE_DT_TM | DATE | Y | Date and Time a particular work item was put into the queue. |
| WORK_QUEUE_ID | NUMBER | N | Primary Key for this table. |
Relationship Detail - PM_WORK_QUEUE
| Child Column in PM_WORK_QUEUE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| PERSON_ID | PERSON | PERSON_ID |
PPR_CONSENT_STATUS
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | PPR Consent Status |
| Definition: | This table contains the consent status for a person at an encounter, org, or person level. |
| Table Type: | ACTIVITY |
Column Detail - PPR_CONSENT_STATUS
| 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. |
| BEG_EFFECTIVE_DT_ISO | VC2(8) | Y | The date for which this table row becomes effective. Normally, this will be the date the row is added, but could be a past or future date in ISO8601 (YYYYMMDD) format |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| BLOB_REF_SCAN_ID | NUMBER | N | Blob reference id for a scanned in documents |
| COMMENT_TXT | VC2(250) | Y | A free text comment for the consent status. |
| CONSENT_ID | NUMBER | N | This is the consent_id that is constant across different versions. Use this for the retrieving the data. |
| CONSENT_PARENT_ENTITY_ID | NUMBER | N | Parent Entity Id, such as encntr_id, order_catalog_cd etc., |
| CONSENT_PARENT_ENTITY_NAME | VC2(30) | Y | Parent Entity name, such as encounter, order, person etc, |
| CONSENT_POLICY_ID | NUMBER | N | The Policy for which the status has been captured. |
| CONSENT_STATUS_ID | NUMBER | N | The primary key on this table. |
| CONSENT_TYPE_CD | NUMBER | N | Type of the Consent. Examples are privacy, record access, consent to treat, etc. |
| CONTRIBUTOR_SYSTEM_CD | NUMBER | 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. |
| DOCUMENT_ON_FILE_IND | NUMBER | Y | Indicator whether the document is on-file. |
| ENCNTR_ID | NUMBER | N | This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number. |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| ORGANIZATION_ID | NUMBER | N | This is the value of the unique primary identifier of the organization table. It is an internal system assigned number. |
| PARENT_ENTITY_ID | NUMBER | N | PARENT ENTITY IDENTIFIER |
| PARENT_ENTITY_NAME | VC2(32) | N | Name of entity specified in PARENT_ENTITY_ID. |
| PERSON_ID | NUMBER | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
| REASON_CD | NUMBER | N | The Reason for the status, based on the status. |
| STATUS_CD | NUMBER | N | Status of the Consent. |
| STATUS_CHANGE_REASON_CD | NUMBER | N | Codified Reason for the change in status. This field will be empty for a new consent |
| STATUS_CHANGE_REASON_TEXT | VC2(255) | Y | Free Text Reason for the change in status, this will be filled out only if the codified reason has a cdf meaning of OTHER |
| 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_ISO | VC2(8) | Y | The date the row was last inserted or updated in ISO8601 (YYYYMMDD) format |
| 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 - PPR_CONSENT_STATUS
| Child Column in PPR_CONSENT_STATUS(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | BLOB_REF_SCAN_ID | BLOB_REFERENCE | BLOB_REF_ID |
| ENCNTR_ID | ENCOUNTER | ENCNTR_ID | |
| ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
| PERSON_ID | PERSON | PERSON_ID | |
| CONSENT_POLICY_ID | PPR_CONSENT_POLICY | CONSENT_POLICY_ID |
PREEXIST_CONDITION
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | |
| Definition: | |
| Table Type: | ACTIVITY |
Column Detail - PREEXIST_CONDITION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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 | 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 | Y | 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. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| CONTRIBUTOR_SYSTEM_CD | NUMBER | 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. |
| DESCRIPTION | VC2(200) | Y | |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| NOMENCLATURE_ID | NUMBER | N | |
| PERSON_PLAN_RELTN_ID | NUMBER | N | |
| PREEXIST_ID | NUMBER | N | Uniquely identifies a row on the PREEXIST_CONDITION table. |
| 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_PRSNL_ID | NUMBER | N | |
| 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 - PREEXIST_CONDITION
| Child Column in PREEXIST_CONDITION(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PERSON_PLAN_RELTN_ID | PERSON_PLAN_RELTN | PERSON_PLAN_RELTN_ID |