ClaimTransactionHistory


Description

Claim modification audit trail maintaining detailed history of all changes made to healthcare claims for compliance, audit, and tracking purposes. Each record captures field-level changes with before/after values and transaction context.

Columns

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

Primary key - Unique identifier for each transaction history record, auto-incrementing integer

FieldName nvarchar 510 null

Modified field - Name of the claim field that was modified

ValueBefore nvarchar 1000 null

Previous value - Value of the field before the modification

ValueAfter nvarchar 1000 null

New value - Value of the field after the modification

DateArchived datetime 16,3 null

Transaction timestamp - When this modification was recorded

TransactionId int 4 null

Transaction reference - Reference to the transaction or batch that made this change

Indexes

Constraint Name Type Sort Column(s)
PK__ClaimTra__3214EC274460231C Primary key Asc ID

Relationships