Skip to main content
Version: v0.0.4

Interface: RxNormRelated

A successful graph-navigation result - the concept, the predicate followed, and the full set of related concepts drawn verbatim from the loaded edges. targets may be empty: that is an honest, data-grounded "the release has no such edge for this concept", never a fabricated relation.

Properties

found

readonly found: true

Discriminant: the source RXCUI is present in the graph.


predicates

readonly predicates: readonly string[]

The relationship predicate(s) that were followed.


rxcui

readonly rxcui: string

The source RXCUI, echoed.


targets

readonly targets: readonly RxNormConcept[]

The related concepts, in edge order, each drawn verbatim from the loaded graph. May be empty.