Interface: RxNormGraph
A loaded, immutable RxNorm drug graph: concepts keyed by RXCUI, edges indexed by subject, and the
NDC→RXCUI attribute index - all frozen. Applied only in the authored edge direction; never inverted.
Properties
conceptCount
readonlyconceptCount:number
The number of loaded concepts.
concepts
readonlyconcepts:ReadonlyMap<string,RxNormConcept>
Concepts keyed by RXCUI (first SAB=RXNORM atom per RXCUI wins). Frozen.
edgeCount
readonlyedgeCount:number
The number of loaded edges.
edges
readonlyedges:ReadonlyMap<string, readonlyRxNormEdge[]>
Directed edges indexed by subject RXCUI, each list in file order. Frozen.
ndcs
readonlyndcs:ReadonlyMap<string, {rxcui:string;status:NdcStatus; }>
NDC → { rxcui, status } index from RXNSAT ATN=NDC attributes. Frozen; may be empty.
version?
readonlyoptionalversion?:string
The release version (e.g. "RXNORM_2026AA"), when supplied - mappings are release-scoped.
warnings
readonlywarnings: readonlyRxNormLoadWarning[]
The skipped-row warnings surfaced during load, in file/line order. Frozen; may be empty.