Skip to main content
Version: v0.0.2

Interface: X12EligibilityTrace

A reassociation trace (TRN). The verbatim echo of the requesting 270's trace number - referenceId (TRN-02) is the value a provider matches against the trace it sent. The walker NEVER mutates it.

Example

import type { X12EligibilityTrace } from "@cosyte/x12";
declare const t: X12EligibilityTrace;
t.traceTypeCode; // "2" (referenced - added by the payer in the 271)
t.referenceId; // "ELIG20260627001" (echoed verbatim from the 270)

Properties

originatingCompanyId

readonly originatingCompanyId: string | undefined


referenceId

readonly referenceId: string


supplementalReferenceId

readonly supplementalReferenceId: string | undefined


traceTypeCode

readonly traceTypeCode: string