Type Alias: NullFlavor
NullFlavor = typeof
NULL_FLAVORS[number]
A valid HL7 v3 NullFlavor token. Datatype nullFlavor fields are typed as
string (a non-conforming value is preserved verbatim and flagged with
INVALID_NULL_FLAVOR); this union documents the conforming set.
Example
import type { NullFlavor } from "@cosyte/ccda";
const nf: NullFlavor = "ASKU";