Reference·HCR Segment·HCR01
X12 278 Reference

X12 278 HCR01 (Action Code): Format, Values, and Testing Notes

Jul 27, 2026 · 4 min read
HCR02 →

It's tempting to model prior authorization as a binary outcome, but HCR01 supports a dozen-plus values, and the ones that get skipped in testing — pended, modified, cancelled — are exactly the ones that require the most careful handling in a real workflow.

Quick answer

HCR01 is a code value in the HCR segment of a 278 response that states the outcome of a prior authorization review — for example certified, modified, denied, or pended — and it is what downstream systems branch on to decide what happens next.

Valid code values

A1
Certified in Total — the request is approved exactly as submitted
A3
Modified — approved, but with different units, dates, or service details than requested
A4
Denied — the request is rejected outright
A6
Pended — the review is not final; more information or time is needed

Example

Synthetic example Generated by Synthibase
HCR*A1*AUTH88213221*Approved as submitted

HCR01 is A1 here, certifying the request in full. Synthetic test data.

Where this trips people up

Integration tests tend to hardcode a switch statement covering A1 and A4 and treat everything else as a fallback error. A6 (pended) in particular gets mishandled this way — it's not a terminal state, it means the payer hasn't decided yet, and code that treats it as a failure will show a denied authorization to a provider when the real answer is simply not available yet.

Testing X12 278 HCR: The Fields Your System Actually Needs to Handle
X12 278 Prior Authorization: Format, Fields, and Testing Guide
EDI Rejection Codes: Complete List and How to Fix Them
Test the full range of authorization outcomes
Synthibase generates synthetic 278 responses spanning every HCR01 action code, including the pended and modified paths most test suites skip, so authorization workflows are exercised against the outcomes they will actually see in production.
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.