Testing X12 837I CL102: What Admission Source Code Actually Needs to Handle
A patient transferred in from another hospital and a patient who walked in off a physician referral can end up on structurally identical-looking claims — same diagnosis, same charges — but CL102 is the one field that tells the payer which of those two very different pathways actually happened.
CL102 is the second component of the CL1 segment in an X12 837I claim — it identifies where the patient was admitted from, such as a physician referral, a clinic referral, a transfer from another hospital, or the emergency room.
Valid code values
Example
The second component, 1, marks this synthetic admission as coming from a physician referral. Synthetic claim data.
Where this trips people up
Facility-to-facility transfers (CL102 = 4) can carry different reimbursement rules than a direct admission from a physician referral, so a test suite that hardcodes CL102 = 1 across every fixture — because it's the simplest case to generate — never exercises the transfer-specific adjudication path, and that gap doesn't surface until a real transfer claim hits production and reimburses incorrectly.