Reference·AMT Segment·AMT02
X12 835 Reference

AMT02 in X12 835: A Field Guide to Monetary Amount

Jul 28, 2026 · 4 min read
← AMT01

AMT02 looks like the simplest field in the whole segment, just a number, but its meaning is entirely borrowed from AMT01. Generate it in isolation and you risk producing amounts that do not make sense for the qualifier attached to them.

Quick answer

AMT02 is a numeric field carrying the dollar figure associated with the amount type named in AMT01. It follows standard X12 decimal formatting: no currency symbols, no thousands separators, and up to two digits after the decimal point for cents. Negative values are allowed when the amount represents a reduction, though for most qualifiers seen in an 835 the value is zero or positive.

What this element contains

Format
Decimal number — plain digits with an optional decimal point, no dollar sign or comma separators
Precision
Up to two decimal places — cents are represented as fractional dollars, matching CLP and SVC amount formatting elsewhere in the 835
Dependency
Tied to AMT01 — the same numeric value means something different depending on which qualifier precedes it, so it cannot be generated or validated on its own

Example

Synthetic example Generated by Synthibase
AMT*T*512.75

A synthetic AMT segment reporting $512.75 as the claim's total charge before any adjustments were applied.

Where this trips people up

Because AMT02 is just a decimal, it is easy to generate with a generic random-currency function that ignores context. That can produce a patient-paid amount larger than the claim's total charge, or an allowed amount that does not sit sensibly between the billed and paid figures in CLP. A synthetic file that respects the relationships between AMT02, CLP03, and CLP04 will catch validation bugs that a purely random amount never triggers.

X12 835 AMT Segment Guide: Fields, Format, and Testing Gotchas
EDI 835 Remittance Advice: Complete Guide for Healthcare IT
How to Test 835 Remittance Reconciliation Before Go-Live
Get AMT02 values that actually reconcile
Synthibase ties AMT02 amounts back to the surrounding CLP and CAS figures on every generated claim, so patient-paid, interest, and allowed amounts stay internally consistent instead of arriving as disconnected random numbers.
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.