Table Detail Report
VISITCODING_PROVIDER
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Coding Audit Diagnosis |
Definition: | The subtable for audit trail serving as a pointer to the list of providers that were selected during professional coding. |
Table Type: | ACTIVITY |
Column Detail - VISITCODING_PROVIDER
Column Name | Type | Null? | Definition |
---|---|---|---|
PROVIDER_ID | DOUBLE | N | PROVIDER ID from PRSNL table |
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. |
VISITCODING_AUDIT_ID | DOUBLE | N | Foreign Key to tracking_audit |
VISITCODING_PROVIDER_ID | DOUBLE | N | PRIMARY KEY |
Relationship Detail - VISITCODING_PROVIDER
Child Column in VISITCODING_PROVIDER(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PROVIDER_ID | PRSNL | PERSON_ID |
VISITCODING_AUDIT_ID | VISITCODING_AUDIT | VISITCODING_AUDIT_ID |
Parent Column in VISITCODING_PROVIDER (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | VISITCODING_PROVIDER_ID | VISITCODING_BILLITEM | VISITCODING_PROVIDER_ID |