Interface: Build278DecisionSpec
The HCR Health Care Services Review decision (RESPONSE ONLY). actionCode
(HCR-01) is the certification outcome and is emitted VERBATIM - the
builder never infers or upgrades it, so the response round-trips the exact
decision the caller supplied. A request spec carrying a decision is
REFUSED. Mirrors "./types.js".X12ReviewDecision.
Example
import type { Build278DecisionSpec } from "@cosyte/x12";
const d: Build278DecisionSpec = { actionCode: "A1", reviewIdentificationNumber: "AUTH123456" };
Properties
actionCode
readonlyactionCode:string
HCR-01 - action code (A1 certified, A3 not certified, A4 pended, A6 modified).
reasonCode?
readonlyoptionalreasonCode?:string
HCR-03 - reason code.
reviewIdentificationNumber?
readonlyoptionalreviewIdentificationNumber?:string
HCR-02 - review / authorization identification number.
secondSurgicalOpinionCode?
readonlyoptionalsecondSurgicalOpinionCode?:string
HCR-04 - second surgical opinion code.