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
readonlycategoryCode:string
C043-01 - Claim Status Category Code (CSCC). Required on the first composite.
entityCode?
readonlyoptionalentityCode?:string
C043-03 - responsible entity code.
statusCode?
readonlyoptionalstatusCode?:string
C043-02 - Claim Status Code (CSC).