Skip to main content
Version: v0.0.2

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

readonly actionCode: string

HCR-01 - action code (A1 certified, A3 not certified, A4 pended, A6 modified).


reasonCode?

readonly optional reasonCode?: string

HCR-03 - reason code.


reviewIdentificationNumber?

readonly optional reviewIdentificationNumber?: string

HCR-02 - review / authorization identification number.


secondSurgicalOpinionCode?

readonly optional secondSurgicalOpinionCode?: string

HCR-04 - second surgical opinion code.