Variable: NULL_FLAVORS
constNULL_FLAVORS: readonly ["NI","UNK","ASKU","NASK","NAV","NA","OTH","MSK"]
The HL7 v3 NullFlavor code system (2.16.840.1.113883.5.1008) value set
used in C-CDA: no-information, unknown, asked-but-unknown, not-asked,
temporarily-unavailable, not-applicable, other, and masked.
Example
import { NULL_FLAVORS } from "@cosyte/ccda";
console.log(NULL_FLAVORS.includes("UNK")); // true