Skip to main content
Version: v0.0.4

Interface: RxNormApproximateMatch

One approximate-match candidate (the opt-in, never-default path). Every field is marked so a caller can never mistake it for an exact identity: approximate is always true and score is the labeled, derived similarity. The concept itself is drawn verbatim from the loaded release.

Properties

approximate

readonly approximate: true

Always true - this is a similarity match, never an exact code resolution.


concept

readonly concept: RxNormConcept

The matched concept, verbatim from the loaded release.


score

readonly score: number

A derived, labeled similarity score in [0, 1] (token overlap). Never a clinical assertion.