Skip to main content
Version: v0.0.2

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

readonly actionCode: string


reasonCode

readonly reasonCode: string | undefined


reviewIdentificationNumber

readonly reviewIdentificationNumber: string | undefined


secondSurgicalOpinionCode

readonly secondSurgicalOpinionCode: string | undefined