Skip to main content
Version: v0.0.2

Type Alias: X12Claim837Variant

X12Claim837Variant = "P" | "I" | "D" | "unknown"

837 variant - discriminator for the service-line union and for any variant-specific helper logic. "unknown" covers transactions where neither ST-03 nor a service-line segment id resolved the variant.

Example

import type { X12Claim837Variant } from "@cosyte/x12";
const v: X12Claim837Variant = "P";