Skip to main content
Version: v0.0.2

Interface: X12EnrollmentDate

Decoded DTP date attached to a member or a health-coverage loop. qualifier is the date/time qualifier (DTP-01); value is the verbatim CCYYMMDD or range (DTP-03). No normalization.

Example

import type { X12EnrollmentDate } from "@cosyte/x12";
declare const d: X12EnrollmentDate;
d.qualifier; // "356" eligibility begin
d.value; // "20260101"

Properties

qualifier

readonly qualifier: string


value

readonly value: string