claim1


Description

Claim service timing storing service timing information for healthcare claims including start and end times. This supplementary claim table captures detailed timing data for services, supporting time-based billing, duration tracking, and service delivery documentation for accurate claim processing and billing verification.

Columns

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

Primary key - Unique identifier for each claim timing record

DateService datetime 16,3 null

Service date - Date when the healthcare service was delivered

endtime varchar 20 null

End time - Time when the service session ended

starttime varchar 20 null

Start time - Time when the service session began

Relationships