diff --git a/dbt/sagerx/models/staging/fda_ndc/_fda_ndc__sources.yml b/dbt/sagerx/models/staging/fda_ndc/_fda_ndc__sources.yml index f933d361..e5f689c8 100644 --- a/dbt/sagerx/models/staging/fda_ndc/_fda_ndc__sources.yml +++ b/dbt/sagerx/models/staging/fda_ndc/_fda_ndc__sources.yml @@ -6,4 +6,65 @@ sources: schema: datasource tables: - name: fda_ndc_product + desciption: The product level information from the NDC Directory. + columns: + - name: productid + description: "ProductID is a concatenation of the NDCproduct code and SPL documentID. It is included to help prevent duplicate rows from appearing when joining the product and package files together. It has no regulatory value or significance." + - name: productndc + description: "The labeler code and product code segments of the National Drug Code number, separated by a hyphen. Asterisks are no longer used or included within the product code segment to indicate certain configurations of the NDC. www.fda.gov/edrls under Structured Product Labeling Resources." + - name: producttypename + description: "Indicates the type of product, such as Human Prescription Drug or Human OTC Drug. This data element corresponds to the Document Type of the SPL submission for the listing." + - name: proprietaryname + description: "Also known as the trade name. It is the name of the product chosen by the labeler." + - name: proprietarynamesuffix + description: "A suffix to the proprietary name, a value here should be appended to the ProprietaryName field to obtain the complete name of the product. This suffix is often used to distinguish characteristics of a product such as extended release (XR) or sleep aid (PM). Although many companies follow certain naming conventions for suffices, there is no recognized standard" + - name: nonproprietaryname + description: "Sometimes called the generic name, this is usually the active ingredient(s) of the product." + - name: dosageformname + description: "The translation of the DosageForm Code submitted by the firm. The complete list of codes and translations can be found www.fda.gov/edrls under Structured Product Labeling Resources." + - name: routename + description: "The translation of the Route Code submitted by the firm, indicating route of administration. The complete list of codes and translations can be found at www.fda.gov/edrls under Structured Product Labeling Resources." + - name: startmarketingdate + description: "This is the date that the labeler indicates was the start of its marketing of the drug product." + - name: endmarketingdate + description: "This is the date the product will no longer be available on the market. If a product is no longer being manufactured, in most cases, the FDA recommends firms use the expiration date of the last lot produced as the EndMarketingDate, to reflect the potential for drug product to remain available after manufacturing has ceased. Products that are the subject of ongoing manufacturing will not ordinarily have any EndMarketingDate. Products with a value in the EndMarketingDate will be removed from the NDC Directory when the EndMarketingDate is reached." + - name: marketingcategoryname + description: "Product types are broken down into several potential Marketing Categories, such as NDA/ANDA/BLA, OTC Monograph, or Unapproved Drug. One and only one Marketing Category may be chosen for a product, not all marketing categories are available to all product types. Currently, only final marketed product categories are included. The complete list of codes and translations can be found at www.fda.gov/edrls under Structured Product Labeling Resources." + - name: applicationnumber + description: "This corresponds to the NDA, ANDA, or BLA number reported by the labeler for products which have the corresponding Marketing Category designated. If the designated Marketing Category is OTC Monograph Final or OTC Monograph Not Final, then the Application number will be the CFR citation corresponding to the appropriate Monograph (e.g. “part 341”). For unapproved drugs, this field will be null." + - name: labelername + description: "Name of Company corresponding to the labeler code segment of the ProductNDC." + - name: substancename + description: "This is the active ingredient list. Each ingredient name is the preferred term of the UNII code submitted." + - name: active_numerator_strength + description: "These are the strength values (to be used with units below) of each active ingredient, listed in the same order as the SubstanceName field above." + - name: active_ingred_unit + description: "These are the units to be used with the strength values above, listed in the same order as the SubstanceName and SubstanceNumber (ActiveNumeratorStrength)." + - name: pharm_classes + description: "These are the reported pharmacological class categories corresponding to the SubstanceNames listed above." + - name: deaschedule + description: "This is the assigned DEA Schedule number as reported by the labeler. Values are CI, CII, CIII, CIV, and CV." + - name: product_ndc_exclude_flag + description: "Values = Y, N, E, or I. This indicates whether the product has been removed/excluded from the NDC Directory for failure to respond to FDA's requests for correction to deficient or non-compliant submissions (Y), or because the listing certification is expired (E), or because the listing data was inactivated by FDA (I). The PRODUCT.XLS and PRODUCT.TXT files only contain listing records where NDC_EXCLUDE_FLAG=N. The PRODUCTS_EXCLUDED.XLS and PRODUCTS_EXCLUDED.TXT file contains all listing records with an NDC_EXCLUDE_FLAG of Y, E, and I." + - name: listing_record_certified_through + description: "This is the date when the listing record will expire if not updated or certified by the firm." + - name: fda_ndc_package + desciption: The package level information from the NDC Directory. + columns: + - name: productid + description: "ProductID is a concatenation of the NDCproduct code and SPL documentID. It is included to help prevent duplicate rows from appearing when joining the product and package files together. It has no regulatory value or significance." + - name: productndc + description: "The labeler code and product code segments of the National Drug Code number, separated by a hyphen. Asterisks are no longer used or included within the product code segment to indicate certain configurations of the NDC. www.fda.gov/edrls under Structured Product Labeling Resources." + - name: ndcpackagecode + description: "The labeler code, product code, and package code segments of the National Drug Code number, separated by hyphens. Asterisks are no longer used or included within the product and package code segments to indicate certain configurations of the NDC." + - name: packagedescription + description: "A description of the size and type of packaging in sentence form. Multilevel packages will have the descriptions concatenated together. For example: 4 BOTTLES in 1 CARTON/100 TABLETS in 1 BOTTLE." + - name: startmarketingdate + description: "This is the date that the labeler indicates was the start of its marketing of the drug product." + - name: endmarketingdate + description: "This is the date the product will no longer be available on the market. If a product is no longer being manufactured, in most cases, the FDA recommends firms use the expiration date of the last lot produced as the EndMarketingDate, to reflect the potential for drug product to remain available after manufacturing has ceased. Products that are the subject of ongoing manufacturing will not ordinarily have any EndMarketingDate. Products with a value in the EndMarketingDate will be removed from the NDC Directory when the EndMarketingDate is reached." + - name: ndc_exclude_flag + description: "Values = Y, N, E, or I. This indicates whether the PACKAGE has been removed/excluded from the NDC Directory for failure to respond to FDAs requests for correction to deficient or non-compliant submissions (Y), or because the listing certification is expired (E), or because the listing data was inactivated by FDA (I). The PACKAGE.XLS and PACKAGE.TXT files only contain listing records where NDC_EXCLUDE_FLAG=N. The PACKAGES_EXCLUDED.XLS and PACKAGES_EXCLUDED.TXT file contains all listing records with an NDC_EXCLUDE_FLAG of Y, E, and I." + - name: sample_package + description: "This indicates if the package is to be distributed as a sample package. Values = Y or N."