Skip to main content
Version: v0.0.2

Interface: Build835RemarkSpec

One remark (LQ). Mirrors "./types.js".X12RemitRemark minus the looked-up description. Emitted as LQ*{system}*{code}. Note: the read side also surfaces MIA/MOA remark codes as system: "HE" remarks - the builder emits all remarks via LQ, so a round-trip reproduces the { system, code } pair (the equivalent model), not the original MIA/MOA segment.

Example

import type { Build835RemarkSpec } from "@cosyte/x12";
const lq: Build835RemarkSpec = { system: "HE", code: "N4" };

Properties

code

readonly code: string

LQ-02 - industry code value.


system

readonly system: string

LQ-01 - code list qualifier code (HE healthcare remark / RARC, …).