Skip to main content
Version: v0.0.2

Interface: Build271TraceSpec

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. Mirrors "./types.js".X12EligibilityTrace.

Example

import type { Build271TraceSpec } from "@cosyte/x12";
const t: Build271TraceSpec = { traceTypeCode: "2", referenceId: "ELIG20260627001" };

Properties

originatingCompanyId?

readonly optional originatingCompanyId?: string

TRN-03 - originating company identifier.


referenceId

readonly referenceId: string

TRN-02 - reference identification (echoed verbatim from the 270).


supplementalReferenceId?

readonly optional supplementalReferenceId?: string

TRN-04 - supplemental reference identifier.


traceTypeCode

readonly traceTypeCode: string

TRN-01 - trace type code (2 referenced - added by the payer in the 271).