Skip to main content
Version: v0.0.3

Variable: PRODUCT_QUALIFIER_MEANINGS

const PRODUCT_QUALIFIER_MEANINGS: ReadonlyMap<string, string>

Paraphrased meanings for the Product/Service ID Qualifier (436-E1) values this parser recognizes. The codes are factual identifiers from the NCPDP Telecommunication standard; the meanings are our own short labels (no redistributed NCPDP prose). A qualifier outside this set is preserved verbatim with an undefined meaning: absence of a label never means the value is invalid.

Example

import { PRODUCT_QUALIFIER_MEANINGS } from "@cosyte/ncpdp/telecom";
PRODUCT_QUALIFIER_MEANINGS.get("03"); // "NDC" (National Drug Code)