Interface: ST
Parsed HL7 v3 Character String. value is the trimmed text content (omitted
when empty); nullFlavor is set when the element declared one instead of a
value.
Example
import type { ST } from "@cosyte/ccda";
const title: ST = { value: "Allergies, Adverse Reactions, Alerts" };
Properties
nullFlavor?
readonlyoptionalnullFlavor?:string
value?
readonlyoptionalvalue?:string