AgencyBillingtype


Description

Agency billing type configurations defining billing type assignments and settings for healthcare agencies. This table manages the relationship between agencies and their billing types, including billing identifiers, effective periods, and configuration parameters for different payers and programs.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ABID int identity 4 null
AgencyProgramType.fkABID FK__AgencyPro__fkABI__06CE9BA5 R

Primary key - Unique identifier for each agency billing type configuration

AgencyID int 4 null

Agency reference - Links to the healthcare provider agency

BillingTypeID int 4 null

Billing type reference - Links to the specific billing type configuration

AgencyBillingID varchar 50 null

Agency billing identifier - Unique billing ID assigned to the agency for this billing type

DateEffective datetime 16,3 null

Effective date - Date when this billing type configuration becomes active

DateInEffective datetime 16,3 null

Inactive date - Date when this billing type configuration becomes inactive

Indexes

Constraint Name Type Sort Column(s)
PK_AgencyBillingtype Primary key Asc ABID

Relationships