Table Detail Report
PM_OFFER_PROC_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Patient Management Offer Procedure Relationship |
| Definition: | Contains a series of links between individual Offers (in person management) and procedures. Each Offer represents a patient attendance, during which any number of procedures could occur. This table provides a reporting link between the patient attendance and the procedures coded against said attendance. |
| Table Type: | ACTIVITY |
Column Detail - PM_OFFER_PROC_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. |
| PM_OFFER_ID | NUMBER | N | Uniquely identifies the related offer. |
| PM_OFFER_PROC_RELTN_ID | NUMBER | N | Uniquely identifies a relationship between individual Offers (in Person Management) and procedures. Each Offer represents a patient attendance, during which any number of procedures could occur. This table provides a reporting link between the patient attendance and the procedures coded against said attendance. |
| PROCEDURE_ID | NUMBER | N | Uniquely identifies the related procedure. |
| 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 - PM_OFFER_PROC_RELTN
| Child Column in PM_OFFER_PROC_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PM_OFFER_ID | PM_OFFER | PM_OFFER_ID |
| PROCEDURE_ID | PROCEDURE | PROCEDURE_ID |
PM_PHY_ACT_HIST
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Physician activity history. |
| Definition: | Physician activity history. |
| Table Type: | ACTIVITY |
Column Detail - PM_PHY_ACT_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. |
| 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. |
| PERSON_ID | NUMBER | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
| PHYSICIAN_STATUS_CD | NUMBER | N | Physician status code identifies the status of the physician. (For Example: In, In Surgery, Out, etc.) |
| PHY_ACT_HIST_ID | NUMBER | N | This is the value of the unique primary identifier of the pm_phy_act_hist table. It is an internal system assigned number. |
| PHY_ACT_HIST_TYPE_CD | NUMBER | N | Activity type code identifies the type of activity that the physician did. (For Example: Changed Status, Logged In, Get Messages, etc.) |
| 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 - PM_PHY_ACT_HIST
| Child Column in PM_PHY_ACT_HIST(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PERSON_ID | PERSON | PERSON_ID |
PM_POST_DOC
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Misc Post Document |
| Definition: | Stores the ERM post process document activity data for a person or encounter. |
| Table Type: | ACTIVITY |
Column Detail - PM_POST_DOC
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_DT_TM | DATE | N | The date and time that this row became active, usually the date and time that it was inserted. |
| 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. |
| CREATE_DT_TM | DATE | N | The date and time the record was created |
| CREATE_PRSNL_ID | NUMBER | N | The personnel ID of the person who created the row in the table |
| DOCUMENT_OBJECT_NAME | VC2(30) | Y | Custom script object name for client defined document. Script object is executed when the associated rule returns true. |
| DOCUMENT_TYPE_CD | NUMBER | N | Post document type code used to identify the type of document that was generated. |
| MANUAL_CREATE_IND | NUMBER | Y | Indicator used to determine if the document was manually generated by a user. |
| PARENT_ENTITY_ID | NUMBER | N | The value of the primary identifier of the table to which the address row is related (i.e., person_id, encounter_id, etc.) |
| PARENT_ENTITY_NAME | VC2(32) | Y | The upper case name of the table to which this address row is related (i.e., PERSON, ENCOUNTER, etc.) |
| PM_POST_DOC_ID | NUMBER | N | Uniquely identifies each person management post document. |
| PM_POST_DOC_REF_ID | NUMBER | N | Identifies the Post Document Reference record related to this document. |
| PRIMARY_CARE_ORGANIZATION_ID | NUMBER | N | Contains the unique Id of the related primary care organization on the organization table |
| PRINT_DT_TM | DATE | Y | Date and time when the associated document was printed. |
| REFERRING_ORGANIZATION_ID | NUMBER | N | The value of the primary identifier of the organization table to which this row is related. |
| RELATED_PERSON_ID | NUMBER | N | Contains the the value of the primary identifier of the person table to which this row is related. |
| SCHEDULE_ID | NUMBER | N | Uniquely identifies the related schedule. |
| SCH_ACTION_ID | NUMBER | N | The identifier to uniquely identify the action being performed. |
| 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 - PM_POST_DOC
| Child Column in PM_POST_DOC(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PRIMARY_CARE_ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
| REFERRING_ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
| RELATED_PERSON_ID | PERSON | PERSON_ID | |
| PM_POST_DOC_REF_ID | PM_POST_DOC_REF | PM_POST_DOC_REF_ID | |
| SCH_ACTION_ID | SCH_EVENT_ACTION | SCH_ACTION_ID | |
| SCHEDULE_ID | SCH_SCHEDULE | SCHEDULE_ID |
| Parent Column in PM_POST_DOC (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | PM_POST_DOC_ID | TRANS_ADMIT_NOTIFY_ALT | PM_POST_DOC_ID |
PM_POST_DOC_ORG_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Management Post Document Organization Relation |
| Definition: | Stores the relationships between post documents records and organizations to limit which organizations a particular post document is created for. |
| Table Type: | REFERENCE |
Column Detail - PM_POST_DOC_ORG_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ORGANIZATION_ID | NUMBER | N | This is the value of the unique primary identifier of the organization table. It is an internal system assigned number. |
| PM_POST_DOC_ORG_RELTN_ID | NUMBER | N | This is the value of the unique primary identifier of this table. It is an internal system assigned number. |
| PM_POST_DOC_REF_ID | NUMBER | N | This is the value of the unique primary identifier of the pm_post_doc_ref table. It is an internal system assigned number. |
| 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 - PM_POST_DOC_ORG_RELTN
| Child Column in PM_POST_DOC_ORG_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
| PM_POST_DOC_REF_ID | PM_POST_DOC_REF | PM_POST_DOC_REF_ID |
PM_POST_DOC_REF
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Person Misc Post Doc Reference |
| Definition: | Stores the reference data of ERM post document actions. |
| Table Type: | REFERENCE |
Column Detail - PM_POST_DOC_REF
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTION_OBJECT_NAME | VC2(30) | Y | Custom script object name for updating values for client defined workflows. Script object is executed when the associated rule returns true. |
| ACTIVE_DT_TM | DATE | N | The date and time that this row became active, usually the date and time that it was inserted. |
| 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. |
| BATCH_PRINT_IND | NUMBER | N | Indicator to determine if a generated document is printed in batch out of an ops job or printed real time. |
| 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. |
| COPIES_NBR | NUMBER | N | Number of document copies to be printed when the associated document is generated. |
| DOCUMENT_OBJECT_NAME | VC2(30) | Y | Custom script object name for client defined document. Script object is executed when the associated rule returns true. |
| DOCUMENT_TYPE_CD | NUMBER | N | Post document type code used to identify the type of document that was generated. |
| 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. |
| OUTPUT_DEST_CD | NUMBER | N | Output destination code for the generated document. |
| PM_POST_DOC_REF_ID | NUMBER | N | Uniquely identifies a row on the PM_POST_DOC_REF table. |
| PREV_PM_POST_DOC_REF_ID | NUMBER | N | This field is used to track versions of the post documents. This field will always point back to the initial value created. This may be used to find the correct version when combined with begin and end effective dates and times. |
| PRIMARY_CARE_DOC_OBJ_NAME | VC2(30) | Y | Primary care physician organization custom script object name for client defined document. script object is executed when the associated rule returns true. |
| PRIMARY_CARE_DOC_TYPE_CD | NUMBER | Y | primary care physician organization post document type code used to identify the type of document that was generated. |
| PROCESS_NAME | VC2(250) | Y | Contains the name of the post process. |
| REF_ORG_DOC_OBJ_NAME | VC2(30) | Y | Referring organization custom script object name for client defined document. script object is executed when the associated rule returns true. |
| REF_ORG_DOC_TYPE_CD | NUMBER | N | Referring organization post document type code used to identify the type of document that was generated. |
| RELATED_PERSON_DOC_OBJ_NAME | VC2(30) | Y | Related person custom script object name for client defined document. script object is executed when the associated rule returns true. |
| RELATED_PERSON_DOC_TYPE_CD | NUMBER | N | Related person post document type code used to identify the type of document that was generated. |
| REQUEST_NUMBER_CD | NUMBER | N | Request processing number to identify request number from which the rule should be executed from. A NULL value indicates that the rule should be execute from all valid requests. |
| SCH_FLEX_ID | NUMBER | N | This column relates the post document to a specific entry on the sch_flex_list table |
| TIME_BASED_OBJECT_NAME | VC2(30) | Y | Custom script object name for client defined select statements. Script object is executed through an ops job to qualify persons/encounters for the associated document. |
| TIME_BASED_OPS_IND | NUMBER | N | Time Based Operations job Indicator for identifying which rules are time based. |
| 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 - PM_POST_DOC_REF
| Child Column in PM_POST_DOC_REF(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | OUTPUT_DEST_CD | OUTPUT_DEST | OUTPUT_DEST_CD |
| SCH_FLEX_ID | SCH_FLEX_STRING | SCH_FLEX_ID |
| Parent Column in PM_POST_DOC_REF (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | PM_POST_DOC_REF_ID | CR_REPORT_TEMPLATE | FACESHEET_ID |
| PM_POST_DOC | PM_POST_DOC_REF_ID | ||
| PM_POST_DOC_ORG_RELTN | PM_POST_DOC_REF_ID |