X12 837D DTP01 (Date/Time Qualifier): Format, Values, and Testing Notes
Because a typical dental procedure happens in a single visit, DTP01 in an 837D claim usually just needs to say service date and be done with it — which makes it tempting to hardcode 472 everywhere and never build a fixture for the handful of other qualifiers a dental claim can legitimately carry.
DTP01 is the qualifier element of the DTP segment — a numeric code stating which specific date the accompanying DTP03 value represents. In dental claims, 472 (service date) accounts for the overwhelming majority of occurrences.
Common values in dental claims
Example
DTP01 = 472 marks this occurrence as the service date, with the procedure performed on 2026-07-14. Synthetic claim data.
Where this trips people up
A dental test suite built entirely around single-visit procedures with DTP01 always set to 472 never exercises the code paths that handle claims for hospital-based oral surgery, where admission and discharge dates can legitimately appear alongside the service date. When one of those claims finally shows up in production, the parser has no tested behavior for a second or third DTP qualifier it's never seen before.