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?
readonlyoptionalnullFlavor?:string
value?
readonlyoptionalvalue?:boolean