Skip to main content
Version: v0.0.3

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?

readonly optional nullFlavor?: string


value?

readonly optional value?: string