home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

4 rows where agency = "FDA" and part_number = 206 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 21 4

part_number 1

  • 206 · 4 ✖

agency 1

  • FDA · 4 ✖
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
21:21:4.0.1.1.6.0.1.1 21 Food and Drugs I C 206 PART 206—IMPRINTING OF SOLID ORAL DOSAGE FORM DRUG PRODUCTS FOR HUMAN USE       § 206.1 Scope. FDA       This part applies to all solid oral dosage form human drug products, including prescription drug products, over-the-counter drug products, biological drug products, and homeopathic drug products, unless otherwise exempted under § 206.7.
21:21:4.0.1.1.6.0.1.2 21 Food and Drugs I C 206 PART 206—IMPRINTING OF SOLID ORAL DOSAGE FORM DRUG PRODUCTS FOR HUMAN USE       § 206.3 Definitions. FDA       The following definitions apply to this part: The act means the Federal Food, Drug, and Cosmetic Act (21 U.S.C. 301 et seq. ). Debossed means imprinted with a mark below the dosage form surface. Drug product means a finished dosage form, e.g., a tablet or capsule that contains a drug substance, generally, but not necessarily, in association with one or more other ingredients. Embossed means imprinted with a mark raised above the dosage form surface. Engraved means imprinted with a code that is cut into the dosage form surface after it has been completed. Imprinted means marked with an identification code by means of embossing, debossing, engraving, or printing with ink. Manufacturer means the manufacturer as described in §§ 201.1 and 600.3(t) of this chapter. Solid oral dosage form means capsules, tablets, or similar drug products intended for oral use.
21:21:4.0.1.1.6.0.1.3 21 Food and Drugs I C 206 PART 206—IMPRINTING OF SOLID ORAL DOSAGE FORM DRUG PRODUCTS FOR HUMAN USE       § 206.7 Exemptions. FDA     [58 FR 47958, Sept. 13, 1993, as amended at 70 FR 14981, Mar. 24, 2005; 74 FR 13112, Mar. 26, 2009; 80 FR 18091, Apr. 3, 2015] (a) The following classes of drug products are exempt from requirements of this part: (1) Drug products intended for use in a clinical investigation under section 505(i) of the act, but not including drugs distributed under a treatment IND under part 312 of this chapter or distributed as part of a nonconcurrently controlled study. Placebos intended for use in a clinical investigation are exempt from the requirements of this part if they are designed to copy the active drug products used in that investigation. (2) Drugs, other than reference listed drugs, intended for use in bioequivalence studies. (3) Drugs that are extemporaneously compounded by a licensed pharmacist, upon receipt of a valid prescription for an individual patient from a practitioner licensed by law to prescribe or administer drugs, to be used solely by the patient for whom they are prescribed. (4) Radiopharmaceutical drug products. (b) Exemption of drugs because of size or unique physical characteristics: (1) For a drug subject to premarket approval, FDA may provide an exemption from the requirements of § 206.10 upon a showing that the product's size, shape, texture, or other physical characteristics make imprinting technologically infeasible or impossible. (i) Exemption requests for products with approved applications shall be made in writing to the appropriate review division in the Center for Drug Evaluation and Research (CDER), Food and Drug Administration, 5901-B Ammendale Rd., Beltsville, MD 20705-1266 or the Food and Drug Administration, Center for Biologics Evaluation and Research, Document Control Center, 10903 New Hampshire Ave., Bldg. 71, Rm. G112, Silver Spring, MD 20993-0002. If FDA denies the request, the holder of the approved application will have 1 year after the date of an agency denial to imprint the drug product. (ii) Exemption requests for products that have not yet received approval shall be made in writing to the appropriate review division in CDER or CBER. (2) Any product not subject to premarket approval is exem…
21:21:4.0.1.1.6.0.1.4 21 Food and Drugs I C 206 PART 206—IMPRINTING OF SOLID ORAL DOSAGE FORM DRUG PRODUCTS FOR HUMAN USE       § 206.10 Code imprint required. FDA     [58 FR 47958, Sept. 13, 1993, as amended at 60 FR 19846, Apr. 21, 1995; 69 FR 18763, Apr. 8, 2004] (a) Unless exempted under § 206.7, no drug product in solid oral dosage form may be introduced or delivered for introduction into interstate commerce unless it is clearly marked or imprinted with a code imprint that, in conjunction with the product's size, shape, and color, permits the unique identification of the drug product and the manufacturer or distributor of the product. Identification of the drug product requires identification of its active ingredients and its dosage strength. Inclusion of a letter or number in the imprint, while not required, is encouraged as a more effective means of identification than a symbol or logo by itself. Homeopathic drug products are required only to bear an imprint that identifies the manufacturer and their homeopathic nature. (b) A holder of an approved application who has, under § 314.70 (b) of this chapter, supplemented its application to provide for a new imprint is not required to bring its product into compliance with this section during the pendency of the agency's review. Once the review is complete, the drug product is subject to the requirements of the rule. (c) A solid oral dosage form drug product that does not meet the requirement for imprinting in paragraph (a) of this section and is not exempt from the requirement may be considered adulterated and misbranded and may be an unapproved new drug. (d) For purposes of this section, code imprint means any single letter or number or any combination of letters and numbers, including, e.g., words, company name, and National Drug Code, or a mark, symbol, logo, or monogram, or a combination of letters, numbers, and marks or symbols, assigned by a drug firm to a specific drug product.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 886.458ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API