ServiceTypeInClaimType


Description

Service type claim type associations that define which service types are available for specific claim types, enabling proper billing and service documentation.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
fkserviceTypeID int 4 null
ServiceType.serviceTypeid FK__ServiceTypeInClaimType__ServiceType C

Service type reference - Reference to the service type (foreign key to ServiceType.serviceTypeid)

fkCPID int 4 null
ClaimTypeInProgType.CPID FK__ServiceTypeInClaimType__ClaimTypeInProgType C

Claim type program reference - Reference to the claim type program association (foreign key to ClaimTypeInProgType.CPID)

Relationships