HL7 RQA_I08 Request for Treatment Authorization
RQA_I08 asks for treatment authorization information. In practical terms, the sender is trying to justify or request approval for a service, procedure, referral, admission, or treatment plan. The expected response is RPA_I08.
This message can carry a lot because authorization is not only a yes/no transaction. The receiver may need patient identity, insurance, providers, diagnosis, procedures, observations, visit context, and any existing authorization details before it can decide what to do.
A small RQA I08 example
What workflow it represents
The sender is often a provider, referral application, scheduling system, or authorization module. The receiver is commonly a payer, utilization management system, or authorization service that decides whether the requested service is approved, denied, pending, or needs more information.
Downstream workflows usually need both the decision and the reason. A pending response might hold scheduling. A denial might route to review. An approval might be stored with the referral or order so claims can later connect to the authorization number.
How to read the structure
MSH identifies the request. RF1 can frame the referral or authorization status. AUT and CTD carry authorization details and contacts.
The provider group uses PRD and CTD. PID, IN1, IN2, and IN3 identify the patient and coverage. Clinical support can include DG1, PR1, OBR, OBX, and visit context in PV1/PV2.
Implementation traps
The main trap is sending only the procedure code and expecting the receiver to infer medical necessity. Authorization workflows usually need diagnosis, service date, provider, coverage, and supporting notes or observations.
Another trap is mixing requested authorization with approved authorization. Use the response to carry the decision and identifiers the payer assigned; do not invent an approval number on the request side.
Reference notes
HL7 terminology identifies I08 as the RQA/RPA request for treatment authorization information. The v2.5.1 structure includes referral, authorization, provider, patient, insurance, diagnosis, procedure, observation, visit, and note content.