Interface: X12ClaimReference
Decoded REF segment - additional identifier on an entity or claim.
Verbatim across the table; the qualifier vocabulary depends on the
context (EI Employer ID at the billing provider, D9 Claim Number on
an other-payer reference, G1 Prior Authorization, etc.).
Example
import type { X12ClaimReference } from "@cosyte/x12";
declare const r: X12ClaimReference;
r.qualifier; // "EI"
r.value; // "123456789"
Properties
description
readonlydescription:string|undefined
qualifier
readonlyqualifier:string
value
readonlyvalue:string