PlaceServiceInProgType


Description

Place of service program type associations that define which places of service are valid for specific program types, ensuring appropriate service location coding.

Columns

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

Primary key - PlaceServiceInProgType unique identifier for each association

fkPlaceServiceID Unknown 0 null

Place of service reference - Reference to the place of service

fkProgramTypeID Unknown 0 null

Program type reference - Reference to the program type

IsDefault Unknown 0 null

Default flag - Whether this is the default place of service for this program

POSID int 4 null
PlaceService.POSID FK__PlaceServiceInProgType__PlaceService C

Reference identifier - Foreign key reference to related entity or lookup table

ProgramID int 4 null
ProgramType.ProgramID FK__PlaceServiceInProgType__ProgType C

Reference identifier - Foreign key reference to related entity or lookup table

Relationships