Type Alias: ClaimAdjustmentGroupCode
ClaimAdjustmentGroupCode = typeof
CLAIM_ADJUSTMENT_GROUP_CODES[keyof typeofCLAIM_ADJUSTMENT_GROUP_CODES]
Discriminant type for a known Claim Adjustment Group Code. Used to
narrow the group field on a parsed claim adjustment; unknown
inbound values keep the verbatim string (NEVER coerced) and consumers
can distinguish via isClaimAdjustmentGroupCode.
Example
import type { ClaimAdjustmentGroupCode } from "@cosyte/x12";
const code: ClaimAdjustmentGroupCode = "PR";