ndc_rxc {edgedata} | R Documentation |
NDC to Rx Condition Crosswalk - Table 10a
Description
A dataset containing the NDC to Rx condition mappings.
Usage
ndc_rxc
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with
12323 rows and 3 columns
- rxc
Rx condition number without leading zeroes
- desc
Rx condition description
- ndc
NDC that maps to
rxc
Details
The NDC system is a unique drug identifier system. But since there are so many drugs, and they very specific, the HHS-HCC model groups similar drugs into broader Rx condition categories.
Source
Data import and cleaning at: https://github.com/EeethB/edgedata/tree/main/data-raw
See Also
Other crosswalks:
hcpcs_rxc
,
icd_cc
Other RXC tables:
adult_rxc_hcc_inter
,
adult_rxc
,
hcpcs_rxc
,
rxc_hier
[Package edgedata version 0.2.0 Index]