ModifierInClaimType


Description

Modifier claim type associations that define which billing modifiers are applicable to specific claim types, ensuring proper modifier usage in medical billing.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AssociationId Unknown 0 null

Primary key - ModifierInClaimType unique identifier for each modifier-claim type association

fkClaimTypeID Unknown 0 null

Claim type reference - Reference to the claim type

fkmodifierID int 4 null
Modifier.ModifierID FK__ModifierInClaimType__Modifier C

Modifier reference - Reference to the billing modifier

fkCPID int 4 null
ClaimTypeInProgType.CPID FK__ModifierInClaimType__ClaimTypeInProgType C

Foreign key reference - Reference to CP table for data relationships

IsRequired Unknown 0 null

Required flag - Whether this modifier is required for this claim type

Relationships