VoidReason


Description

Void reason definitions managing specific reasons and justifications for voiding claims and transactions. This table defines detailed void reasons within categories, supporting comprehensive audit trails, compliance reporting, and proper documentation of why claims or transactions were cancelled in the healthcare billing system.

Columns

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

Primary key - Unique identifier for each void reason

VoidDesc varchar 500 null

Void description - Detailed description of the void reason

ReasonDesc varchar 50 null

Reason description - Short description or code for the void reason

CatID int 4 null
VoidCategory.CatID FK__VoidReaso__CatID__7CDB1D17 C

Category reference - Links to the void category (VoidCategory.CatID)

fkRefID int 4 null

Reference identifier - Additional reference ID for linking to other entities

Lock int 4 null

Lock status - Indicates if this void reason is locked from further changes

Status int 4 null

Status - Current status of the void reason (Active, Inactive, etc.)

Relationships