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
readonlyoriginatingCompanyId:string|undefined
referenceId
readonlyreferenceId:string
supplementalReferenceId
readonlysupplementalReferenceId:string|undefined
traceTypeCode
readonlytraceTypeCode:string