Interface: X12ReviewDecision
The HCR Health Care Services Review decision (response only, Loop 2000E /
2000F). actionCode (HCR-01) is the certification outcome and is
preserved verbatim - the parser never infers an outcome.
reviewIdentificationNumber (HCR-02) is the authorization / certification
number a provider quotes back to the payer.
Example
import type { X12ReviewDecision } from "@cosyte/x12";
declare const d: X12ReviewDecision;
d.actionCode; // "A1" (certified in total)
d.reviewIdentificationNumber; // "AUTH123456"
d.reasonCode; // "0" (HCR-03, free-form decision reason)
Properties
actionCode
readonlyactionCode:string
reasonCode
readonlyreasonCode:string|undefined
reviewIdentificationNumber
readonlyreviewIdentificationNumber:string|undefined
secondSurgicalOpinionCode
readonlysecondSurgicalOpinionCode:string|undefined