DTP02 in X12 837I: A Field Guide to Date Time Period Format Qualifier
Admission and discharge on an institutional claim aren't just dates, they're often timestamped down to the hour, and DTP02 is what tells a parser whether it should even expect that level of detail in DTP03.
DTP02 is the Date Time Period Format Qualifier on an X12 837I claim — it tells the receiving system what shape to expect the value in DTP03 to take, which for admission and discharge dates can include a time component in addition to the calendar date.
Common values
Example
DTP02 value DT tells the parser to expect both a date and time in DTP03 — here, an admission at 2:30 PM on July 24, 2026. Synthetic claim data.
Where this trips people up
A parser built to handle only D8 admission and discharge dates will often truncate a DT-formatted value down to its first eight characters, silently discarding the time component. That works fine for length-of-stay math measured in whole days, but breaks any downstream logic that needs same-day admission-to-discharge timing — like an observation stay that starts and ends on the same calendar date — because the truncated value makes two genuinely different timestamps look identical.