Skip to main content
Version: v0.0.2

Variable: CLP_STATUS

const CLP_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"