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?
readonlyoptionaloriginatingCompanyId?:string
TRN-03 - originating company identifier.
referenceId
readonlyreferenceId:string
TRN-02 - reference identification (echoed verbatim from the 270).
supplementalReferenceId?
readonlyoptionalsupplementalReferenceId?:string
TRN-04 - supplemental reference identifier.
traceTypeCode
readonlytraceTypeCode:string
TRN-01 - trace type code (2 referenced - added by the payer in the 271).