Skip to main content
Version: v0.0.4

Interface: NdcResolution

A resolved NDC → RXCUI mapping (from an RXNSAT.RRF ATN=NDC attribute), carrying the temporal NdcStatus and the as-of release it is valid for. NDC↔RXCUI is many:1 and changes across releases, so a resolution is never timeless - the release rides through on asOf.

Properties

asOf?

readonly optional asOf?: string

The release version the mapping is valid as of, when the graph carries one.


ndc

readonly ndc: string

The 11-digit NDC (as supplied), echoed.


resolved

readonly resolved: true

Discriminant: the NDC resolved to a concept in the loaded release.


rxcui

readonly rxcui: string

The RXCUI the NDC attribute is attached to in the loaded release.


status

readonly status: NdcStatus

The temporal status of the NDC (NdcStatus).