Interface: X12HealthCoverage
Decoded Loop 2300 health coverage (HD) plus its attached dates (DTP)
and monetary amounts (AMT). insuranceLineCode is HD-03 (HLT, DEN,
VIS, …); maintenanceTypeCode is HD-01 - the per-coverage echo of the
member action, validated against the same X12 0875 snapshot as INS-03.
Example
import type { X12HealthCoverage } from "@cosyte/x12";
declare const c: X12HealthCoverage;
c.insuranceLineCode; // "HLT"
c.planCoverageDescription; // "GOLD PPO"
c.dates[0]?.qualifier; // "348" benefit begin
Properties
amounts
readonlyamounts: readonlyX12EnrollmentAmount[]
coverageLevelCode
readonlycoverageLevelCode:string|undefined
dates
readonlydates: readonlyX12EnrollmentDate[]
insuranceLineCode
readonlyinsuranceLineCode:string|undefined
maintenanceTypeCode
readonlymaintenanceTypeCode:string|undefined
maintenanceTypeDescription
readonlymaintenanceTypeDescription:string|undefined
planCoverageDescription
readonlyplanCoverageDescription:string|undefined