History_CPTCode


Description

CPT code change history - Audit trail table tracking all changes made to CPT code records for compliance and data integrity purposes. This table maintains a complete history of field-level changes including before/after values, timestamps, and user information to support regulatory compliance, data auditing, and change tracking for medical procedure coding.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
HistID int identity 4 null

History primary key - Unique identifier for each history record

DateArchived datetime 16,3 null

Archive date - Date and time when the change was recorded

TableName varchar 50 null

Source table - Name of the table where the change occurred

FieldName varchar 50 null

Changed field - Name of the field that was modified

ValueBefore varchar 4000 null

Previous value - Value of the field before the change

ValueAfter varchar 4000 null

New value - Value of the field after the change

ArchivedBy int 4 null
AccessUser.UserID FK__History_C__Archi__42701B0E R

Archived by user - UserID of the person who made the change

InsertID int 4 null

Record identifier - Primary key of the record that was changed

FieldID int 4 null

Field identifier - Numeric identifier for the field that was changed

Indexes

Constraint Name Type Sort Column(s)
PK__History_CPTCode Primary key Asc HistID

Relationships