ClaimTransInvoice


Description

Claim transaction invoice links linking claim transactions to specific invoices for billing organization. This junction table manages the relationship between claim transactions and invoices, supporting invoice compilation, billing organization, and financial reporting for healthcare billing operations.

Columns

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

Primary key - Unique identifier for each transaction-invoice link

fkTransID int 4 null
ClaimTransaction.TransID FK__ClaimTran__fkTra__0857BCBB C

Transaction reference - Links to ClaimTransaction table for the associated transaction

fkInvoiceID int 4 null
Invoice.InvoiceID FK__ClaimTran__fkInv__094BE0F4 R

Invoice reference - Links to Invoice table for the associated invoice

Indexes

Constraint Name Type Sort Column(s)
PK__ClaimTransInvoic__07639882 Primary key Asc TransInvoiceID

Relationships