Skip to main content
Version: v0.0.2

Interface: X12Ack999Ak1

The decoded AK1 functional group response header (loop 1).

  • functionalIdCode - AK1-01: echoes the inbound GS-01 (e.g. HC for a claim group).
  • groupControlNumber - AK1-02: echoes the inbound GS-06.
  • versionRelease - AK1-03: echoes the inbound GS-08 (e.g. 005010X222A2). Situational at the standard level, ALWAYS present in X231A1; surfaced as string | undefined to remain lenient on parse.

Example

import type { X12Ack999Ak1 } from "@cosyte/x12";
declare const ak1: X12Ack999Ak1;
ak1.functionalIdCode; // "HC"
ak1.versionRelease; // "005010X222A2" | undefined

Properties

functionalIdCode

readonly functionalIdCode: string


groupControlNumber

readonly groupControlNumber: string


versionRelease

readonly versionRelease: string | undefined