Function: build837I()
build837I(
spec):X12Interchange
build837I - assemble a 005010X223A3 Institutional 837 around the spec.
Service lines must be variant: "I" (SV2).
Parameters
spec
Returns
Example
import { build837I, X12Decimal } from "@cosyte/x12";
declare const spec: import("@cosyte/x12").Build837Spec;
const ix = build837I(spec); // each serviceLine: { variant: "I", revenueCode: "0120", ... }