Skip to main content
Version: v0.0.2

Interface: Build277StatusCodeSpec

One Health Care Claim Status composite (C043 - STC-01 / STC-10 / STC-11). Pairs a CSCC (category, source 507) with a CSC (status, source 508) and the responsible entity. Only the verbatim codes are supplied - the read side resolves the descriptions. Mirrors "./types.js".X12StatusCode minus the derived descriptions.

Example

import type { Build277StatusCodeSpec } from "@cosyte/x12";
const c: Build277StatusCodeSpec = { categoryCode: "A2", statusCode: "20", entityCode: "PR" };

Properties

categoryCode

readonly categoryCode: string

C043-01 - Claim Status Category Code (CSCC). Required on the first composite.


entityCode?

readonly optional entityCode?: string

C043-03 - responsible entity code.


statusCode?

readonly optional statusCode?: string

C043-02 - Claim Status Code (CSC).