Function: unknownClaimStatusCategory()
unknownClaimStatusCategory(
position):X12ParseWarning
Build an X12_UNKNOWN_CLAIM_STATUS_CATEGORY warning. Emitted by the 277
/ 277CA helpers when an STC composite's Claim Status Category Code
(CSCC, first component; X12 code source 507) is outside the bundled
snapshot. The verbatim CSCC is preserved on the parsed status; only the
description is missing.
Parameters
position
Returns
Example
import { unknownClaimStatusCategory } from "@cosyte/x12";
const w = unknownClaimStatusCategory({ segmentIndex: 18, transactionIndex: 0 });