Reference·X12 835·AMT
X12 835 Reference

X12 835 AMT Segment Guide: Fields, Format, and Testing Gotchas

Jul 28, 2026 · 5 min read

Most of an 835 reconciliation build lives inside CLP and CAS, so AMT is easy to treat as an afterthought. Skip it in your test files and you will not notice until a real remittance shows up with an interest payment or a patient-paid credit that your posting logic has no bucket for.

Quick answer

AMT (Monetary Amount Information) is an optional segment inside Loop 2100 of an X12 835 that reports supplemental claim-level dollar amounts the payer wants to call out separately from the CLP payment summary. A qualifier code in AMT01 tells you what the amount in AMT02 actually represents — interest paid, an amount the patient already paid, the pre-adjustment claim total, or the allowed amount, among others. A single claim can carry several AMT segments, one per amount type.

The elements that actually matter in practice

AMT01 →
Amount Qualifier Code — a short code that identifies what the dollar figure in AMT02 represents — interest, patient paid amount, allowed amount, and so on
AMT02 →
Monetary Amount — the dollar value itself, always paired one-to-one with the qualifier that precedes it

Example

Synthetic example Generated by Synthibase
AMT*I*4.50

A synthetic AMT segment reporting $4.50 in interest paid on a claim, separate from the principal amount carried in CLP04.

Where this trips people up

Because AMT is optional and repeatable, teams building synthetic 835 files tend to either omit it entirely or hardcode a single qualifier like patient paid amount and never vary it. Real remittances mix qualifiers unpredictably from claim to claim, and some payers stack two or three AMT segments on the same claim. A test suite that only ever sees one qualifier will not catch a parser that assumes AMT appears at most once per claim.

EDI 835 Remittance Advice: Complete Guide for Healthcare IT
How to Test 835 Remittance Reconciliation Before Go-Live
Generate realistic AMT test data in seconds
Synthibase produces fully synthetic 835 files with correctly qualified AMT segments alongside balanced CLP and CAS data, so your reconciliation logic gets tested against the full mix of amount types payers actually send.
Start free trial →
This page is written independently by Synthibase for testing and informational purposes. It is not an official publication of HL7 International or X12/Washington Publishing Company, and is not a substitute for reviewing the official standard or your trading partner's companion guide. See our Terms of Service for full legal terms.