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

3 rows where part_number = 300 and title_number = 21 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 21 · 3 ✖

part_number 1

  • 300 · 3 ✖

agency 1

  • FDA 3
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:5.0.1.1.1.2.1.1 21 Food and Drugs I D 300 PART 300—GENERAL B Subpart B—Combination Drugs   § 300.50 Fixed-combination prescription drugs for humans. FDA     [40 FR 13496, Mar. 27, 1975, as amended at 64 FR 401, Jan. 5, 1999] The Food and Drug Administration's policy in administering the new-drug, antibiotic, and other regulatory provisions of the Federal Food, Drug, and Cosmetic Act regarding fixed combination dosage form prescription drugs for humans is as follows: (a) Two or more drugs may be combined in a single dosage form when each component makes a contribution to the claimed effects and the dosage of each component (amount, frequency, duration) is such that the combination is safe and effective for a significant patient population requiring such concurrent therapy as defined in the labeling for the drug. Special cases of this general rule are where a component is added: (1) To enhance the safety or effectiveness of the principal active component; and (2) To minimize the potential for abuse of the principal active component. (b) If a combination drug presently the subject of an approved new-drug application has not been recognized as effective by the Commissioner of Food and Drugs based on his evaluation of the appropriate National Academy of Sciences-National Research Council panel report, or if substantial evidence of effectiveness has not otherwise been presented for it, then formulation, labeling, or dosage changes may be proposed and any resulting formulation may meet the appropriate criteria listed in paragraph (a) of this section. (c) A fixed-combination prescription drug for humans that has been determined to be effective for labeled indications by the Food and Drug Administration, based on evaluation of the NAS-NRC report on the combination, is considered to be in compliance with the requirements of this section.
21:21:5.0.1.1.1.3.1.1 21 Food and Drugs I D 300 PART 300—GENERAL C Subpart C—Substances Generally Prohibited From Drugs   § 300.100 Chlorofluorocarbon propellants. FDA     [43 FR 11317, Mar. 17, 1978] The use of chlorofluorocarbons in human drugs as propellants in self-pressurized containers is generally prohibited except as provided by § 2.125 of this chapter.
21:21:5.0.1.1.1.4.1.1 21 Food and Drugs I D 300 PART 300—GENERAL D Subpart D—Annual Summary Reporting Requirements.   § 300.200 Annual summary requirements under the Right to Try Act. FDA       (a) Definitions: The following definitions of terms apply only to this section: (1) Eligible investigational drug. An eligible investigational drug is as defined in section 561B(a)(2) of the Federal Food, Drug, and Cosmetic Act. (2) Eligible patient. An eligible patient is as defined in section 561B(a)(1) of the Federal Food, Drug, and Cosmetic Act. (3) Investigational New Drug (IND). An IND is as defined in § 312.3 of this chapter. (4) Known serious adverse event. A serious adverse event (as defined in § 312.32 of this chapter) is considered “known” if the manufacturer or sponsor is aware of it. (5) Manufacturer or sponsor. A manufacturer or sponsor is the person who: (i) Meets the definition of “sponsor” in § 312.3 of this chapter for the eligible investigational drug; (ii) Has submitted an application for the eligible investigational drug under section 505(b) of the Federal Food, Drug, and Cosmetic Act or section 351(a) of the Public Health Service Act; or (iii) Is other than a contract manufacturer acting on behalf of a manufacturer or sponsor, producing the eligible investigational drug provided to an eligible patient on behalf of the persons described in paragraph (a)(5)(i) or (ii) of this section. (b)(1) Except as described in paragraph (b)(2) of this section, a manufacturer or sponsor of an eligible investigational drug shall submit to the Food and Drug Administration (FDA), no later than March 31 of each year, an annual summary of any use of eligible investigational drugs supplied to any eligible patient under section 561B of the Federal Food, Drug, and Cosmetic Act for the period of January 1 through December 31 of the preceding year. (2) For a manufacturer or sponsor of an eligible investigational drug that has supplied an eligible patient with an eligible investigational drug under section 561B of the Federal Food, Drug, and Cosmetic Act between the period from enactment of section 561B (May 30, 2018) and December 31, 2022, the manufacturer or sponsor shall submit to FDA a first an…

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 1810.184ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API