C
Reimbursement

CTN (Claim Transaction Number / Control Number): Claim Transaction Number / Control Number

Definition
A unique alphanumeric identifier assigned to a specific claim within an electronic data interchange (EDI) file. It allows the tracking of that specific claim through the payment lifecycle.

Overview

Why it Matters

When a claim is denied or paid, the remittance advice (835 file) references this number. Without it, you cannot match payments to trips.

How it Works

Your billing software generates a CTN (often the Trip ID) when creating the claim file. The payer returns this number in their response.

Code Comparison

Comparison: CTN vs. Trip ID

Trip ID is internal to your dispatch software. CTN is the external ID sent to the payer. Best practice is to make them identical or linked.

Common Questions

  • Duplicate CTNs: Re-submitting a corrected claim with the same CTN often causes it to be rejected as a "Duplicate."
  • Truncation: Using a CTN that is too long for the payer's system, causing the end to be cut off.
  • Use a logic that includes the date or a sequence number to ensure uniqueness (e.g., TRIP123-01).
  • Record the CTN in the trip notes immediately upon submission.

Sources

X12 EDI Standard - 837P Transaction Set