Skip to main content
Version: v0.0.2

Interface: X12StatusTrace

A reassociation trace (TRN). For a 277 claim status, referenceId (TRN-02) echoes the requesting 276's trace number verbatim so the provider can re-associate the answer. The walker never mutates it.

Example

import type { X12StatusTrace } from "@cosyte/x12";
declare const t: X12StatusTrace;
t.traceTypeCode; // "2"
t.referenceId; // "CLAIM20260627001"

Properties

originatingCompanyId

readonly originatingCompanyId: string | undefined


referenceId

readonly referenceId: string


supplementalReferenceId

readonly supplementalReferenceId: string | undefined


traceTypeCode

readonly traceTypeCode: string