Skip to main content
Version: v0.0.3

Interface: BL

Parsed HL7 v3 Boolean. value is the parsed boolean (omitted when the @value token was neither "true" nor "false"); nullFlavor is set when the element declared one.

Example

import type { BL } from "@cosyte/ccda";
const flag: BL = { value: true };

Properties

nullFlavor?

readonly optional nullFlavor?: string


value?

readonly optional value?: boolean