Variable: CLP_STATUS
constCLP_STATUS:CodeListSnapshot
Bundled CLP-02 (Claim Status) snapshot. Used by the 835 helper to surface a human-readable description alongside the verbatim disposition code.
Example
import { CLP_STATUS } from "@cosyte/x12";
CLP_STATUS.codes["1"]; // "Processed as Primary"
CLP_STATUS.codes["4"]; // "Denied"