Interface: RxNormEdge
One directed relationship edge, normalized from an RXNREL.RRF row under the documented direction
convention (see the module doc): the row (RXCUI1, …, RELA, RXCUI2, …) becomes
subject = RXCUI2, predicate = RELA, object = RXCUI1 - read subject ⟶predicate⟶ object.
Properties
object
readonlyobject:string
The object RXCUI - RXCUI1 in the source row. The concept the relationship is to.
predicate
readonlypredicate:string
The relationship label (RXNREL.RELA, e.g. has_ingredient), verbatim.
subject
readonlysubject:string
The subject RXCUI - RXCUI2 in the source row. The concept the relationship is from.