Table Detail Report
PFT_PRSNL_GROUP_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | ProFit Personnel Group Relation |
| Definition: | ProFit Personnel Group Relation |
| Table Type: | REFERENCE |
Column Detail - PFT_PRSNL_GROUP_R
| 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. |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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. |
| END_EFFECTIVE_DT_TM | DATETIME | 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. |
| PFT_PRSNL_GROUP_ID | DOUBLE | N | ProFit Personnel Group ID |
| PFT_PRSNL_GROUP_R_ID | DOUBLE | N | ProFit Personnel Group Relation ID |
| PRSNL_ID | DOUBLE | N | Personnel 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 - PFT_PRSNL_GROUP_R
| Child Column in PFT_PRSNL_GROUP_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PFT_PRSNL_GROUP_ID | PFT_PRSNL_GROUP | PFT_PRSNL_GROUP_ID |
| PRSNL_ID | PRSNL | PERSON_ID |
PFT_REG_MOD
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | ProFit Account Management |
| Definition: | Tracks modifications by type. (i.e. Encounter Type Change, Primary Health Plan Change, Nurse Unit Location Change and Admit Date Time Change. |
| Table Type: | ACTIVITY |
Column Detail - PFT_REG_MOD
| 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. |
| CREATE_DT_TM | DATETIME | Y | The date and time that the row was created. |
| CREATE_PRSNL_ID | DOUBLE | N | This is the person responsible for creating a row in the PFT_REG_MOD table. |
| DISCH_DT_TM | DATETIME | Y | The actual date/time that the patient was discharged from the facility. For most outpatients, this column may be null unless the user process requires capturing this data, for example, day surgery. Auto discharge will populate this column. This also may or may not be a system assigned date and time depending on the discharge process used. |
| ENCNTR_ID | DOUBLE | N | Uniquely identifies the related Encounter. This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number. |
| ENCNTR_TYPE_CD | DOUBLE | N | Categorizes the encounter into a logical group or type. Examples may include inpatient, outpatient, etc. |
| ENCNTR_TYPE_CLASS_CD | DOUBLE | N | Encounter type class is used to categorize patients into more general groups than encounter type. (i.e., inpatient, outpatient, emergency, recurring outpatient). The values in this codeset all have Cerner defined meanings. |
| GUARANTOR_ID | DOUBLE | N | The person guarantor for patient |
| HEALTH_PLAN_ID | DOUBLE | N | Uniquely identifies the related health plan. This is the value of the unique primary identifier of the health plan table. It is an internal system assigned number. |
| INPATIENT_ADMIT_DT_TM | DATETIME | Y | Stores the date and time of the inpatient admit. |
| LOC_FACILITY_CD | DOUBLE | N | Contains the current patient location with a location type of facility. |
| LOC_NURSE_UNIT_CD | DOUBLE | N | This field is the current patient location with a location type of nurse unit. |
| PFT_REG_MOD_ID | DOUBLE | N | Uniquely identifies a modification in the registration. Contains a unique generated number that identifies a single row on the PFT_REG_MOD table. |
| PRIORITY_SEQ | DOUBLE | N | This is a numeric number used to represent the order in which to consider this health plan for reimbursement, if the person is a member of more than one health plan. This number may change from the original number depending on the encounter. |
| REG_DT_TM | DATETIME | Y | Inidcates the date/time that the registration or admission process was performed |
| TRANSACTION_TYPE | VARCHAR(4) | Y | The type of transaction that occurred. Example: UPDT, ATDS, etc. |
| 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 - PFT_REG_MOD
| Child Column in PFT_REG_MOD(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_TYPE_CD | CODE_VALUE | CODE_VALUE |
| ENCNTR_ID | ENCOUNTER | ENCNTR_ID | |
| HEALTH_PLAN_ID | HEALTH_PLAN | HEALTH_PLAN_ID | |
| LOC_FACILITY_CD | LOCATION | LOCATION_CD | |
| GUARANTOR_ID | PERSON | PERSON_ID |
PFT_SEL_TASK_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Profit Selected Task Relation |
| Definition: | Identifies the related entity type and id to a specific selected task that was created in the navagation tool. |
| Table Type: | REFERENCE |
Column Detail - PFT_SEL_TASK_R
| 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. |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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 | DATETIME | 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 | DOUBLE | N | Related Entity ID (from prsnl or billing_entity table) |
| PARENT_ENTITY_NAME | VARCHAR(32) | N | Related Entity (prsnl, be, prsnlgroup) |
| PFT_SEL_TASK_R_ID | DOUBLE | N | Unique identifier of the table |
| SELECTED_TASK_ID | DOUBLE | N | Foreign key to the selected_task table |
| TASK_OWNER_AUTH_FLAG | DOUBLE | Y | Defines if the current personnel can change the owner of this task- this is only used when working with Push |
| 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 - PFT_SEL_TASK_R
| Child Column in PFT_SEL_TASK_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SELECTED_TASK_ID | SELECTED_TASK | SELECTED_TASK_ID |
PFT_SURCHARGE_ENABLED
| Column Section | Top of Page |
Table-level Detail
| Description: | ProFit Surcharge Enabled |
| Definition: | Contains information about entities related to a surcharge |
| Table Type: | REFERENCE |
Column Detail - PFT_SURCHARGE_ENABLED
| 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. |
| BEG_EFFECTIVE_DT_TM | DATETIME | 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 | DATETIME | 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 | DOUBLE | N | Contains the reference to the ID of the parent entity name |
| PARENT_ENTITY_NAME | VARCHAR(30) | N | Name of the parent entity. |
| PFT_SURCHARGE_ENABLED_ID | DOUBLE | N | Unique generated number that identifies a single row on the pfr_surcharge_enabled. |
| 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. |
PFT_SYSTEM_ACTIVITY_LOG
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Patient Accounting System Activity Log |
| Definition: | Stores general logging information for patient accounting processes. |
| Table Type: | ACTIVITY |
Column Detail - PFT_SYSTEM_ACTIVITY_LOG
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| COMPLETION_MSG | VARCHAR(250) | N | The message returned from the reply block of the task. |
| CURRENT_NODE_NAME | VARCHAR(100) | N | The name of the node of the executed task. |
| CURRENT_PROCESS_NAME | VARCHAR(100) | N | Contains the name of the process which is executing the task. |
| ENCNTR_ID | DOUBLE | N | Uniquely identifies the related Encounter record. |
| END_DT_TM | DATETIME | Y | The end time of the executed task. |
| ENTITY_ID | DOUBLE | N | Uniquely identifies a row on the related entity name. |
| ENTITY_NAME | VARCHAR(30) | N | Identifies the related entity. |
| EXECUTION_DURATION_SECS | DOUBLE | N | The time it took for the script to execute. |
| FINAL_STATUS_CD | DOUBLE | N | The final status code that is givien back from the reply block of the task. |
| LOC_FACILITY_CD | DOUBLE | N | Code value of the facility location. |
| LOGICAL_DOMAIN_ID | DOUBLE | N | The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table. |
| ORGANIZATION_ID | DOUBLE | N | Uniquely identifies the related organization. |
| PERSON_ID | DOUBLE | N | Uniquely identifies the related Person record. |
| PFT_EVENT_OCCUR_LOG_ID | DOUBLE | N | Uniquely identifies the related pft_event_occur_log record. |
| PFT_SYSTEM_ACTIVITY_LOG_ID | DOUBLE | N | Unique generated number that identifies a single row on the PFT_SYSTEM_ACTIVITY_LOG table. |
| SERVER_NAME | VARCHAR(100) | N | Name of the server of the executed task. |
| START_DT_TM | DATETIME | Y | The start time of the executed task. |
| TASK_NAME | VARCHAR(30) | N | The task that workflow task process performed. |
| TIMER_IDENT | VARCHAR(100) | N | Used to persist the timer information. |
| 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 - PFT_SYSTEM_ACTIVITY_LOG
| Child Column in PFT_SYSTEM_ACTIVITY_LOG(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID | |
| ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
| PERSON_ID | PERSON | PERSON_ID | |
| PFT_EVENT_OCCUR_LOG_ID | PFT_EVENT_OCCUR_LOG | PFT_EVENT_OCCUR_LOG_ID |