Skip to main content

Packages

Packages represent NDC-to-drug mappings with pricing data and historical price changes.

Overview

Packages provide a comprehensive view of how National Drug Codes (NDCs) map to specific drug products, along with associated pricing information and historical tracking of price changes over time.

Schema

Column NameDescriptionTests
ndc11The 11-digit National Drug Code (NDC) format, which uniquely identifies a specific drug package. Includes labeler code, product code, and package code.unique, not_null (primary key)
ndc9The 9-digit NDC format (first 9 digits of NDC11), representing the product level without package-specific information.
ndcFDA NDC package code. The full NDC package code from FDA data.
drug_idRxNorm RXCUI for the drug associated with this NDC. Null if no RxNorm mapping exists for this NDC.
drug_nameThe RxNorm drug name associated with this NDC. From the drugs model.
drug_typeRxNorm term type for the associated drug. From the drugs model.
is_brandBoolean flag indicating if the associated drug is a brand product. From the drugs model.
brand_nameBrand name of the drug, if applicable. From the drugs model.
clinical_drug_idClinical product RXCUI associated with this NDC. From the drugs model.
clinical_drug_nameClinical product name associated with this NDC. From the drugs model.
clinical_drug_typeClinical product term type. From the drugs model.
package_descriptionFDA package description describing size and type of packaging (e.g., '4 BOTTLES in 1 CARTON/100 TABLETS in 1 BOTTLE').
start_marketing_dateDate when the labeler started marketing this package.
end_marketing_dateDate when the package will no longer be available on the market. Null if still being manufactured.
marketing_categoryMarketing category name (e.g., 'NDA', 'ANDA', 'OTC Monograph').
application_numberFDA application number (NDA, ANDA, or BLA number). For OTC Monograph products, this will be the CFR citation (e.g., 'part 341').
labeler_nameName of the company/labeler.
dea_scheduleDEA schedule classification (CI, CII, CIII, CIV, CV). Null for non-controlled substances.
deactivation_dateThe date this NDC was deactivated, based on the end date of its most recent historical record in RxNorm. Null if the NDC is not deactivated or has no historical records.
activeBoolean flag indicating if the NDC is currently active in RxNorm.
prescribableBoolean flag indicating if the NDC is prescribable according to RxNorm.

Key Features

  • NDC Mapping: Direct mapping between National Drug Codes and drug products
  • Pricing Data: Current and historical pricing information for each package
  • Price History: Track changes in pricing over time to understand market dynamics
  • Product Association: Link packages to specific drug products and formulations

Use Cases

  • Price tracking and analysis
  • Market research and competitive analysis
  • Inventory management
  • Cost analysis and budgeting