Interface: TS
Parsed HL7 v3 Point in Time. raw is the verbatim @value; date is the
resolved JS Date (UTC when the value carried no offset), or omitted when
the value was malformed. nullFlavor is set when the element declared one.
Example
import type { TS } from "@cosyte/ccda";
const effective: TS = { raw: "20260628", date: new Date("2026-06-28T00:00:00Z") };
Properties
date?
readonlyoptionaldate?:Date
nullFlavor?
readonlyoptionalnullFlavor?:string
raw?
readonlyoptionalraw?:string