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

1 row where part_number = 115 and title_number = 21 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 21 · 1 ✖

part_number 1

  • 115 · 1 ✖

agency 1

  • FDA 1
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:2.0.1.1.15.0.1.1 21 Food and Drugs I B 115 PART 115—SHELL EGGS       § 115.50 Refrigeration of shell eggs held for retail distribution. FDA     [65 FR 76112, Dec. 5, 2000, as amended at 82 FR 14145, Mar. 17, 2017; 85 FR 16552, Mar. 24, 2020] (a) For purposes of this section a “retail establishment” is an operation that stores, prepares, packages, serves, vends, or otherwise provides food for human consumption directly to consumers. (b) Except as provided in paragraph (c) of this section, all shell eggs, whether in intrastate or interstate commerce, held for retail distribution: (1) Shall promptly be placed under refrigeration as specified in paragraph (b)(2) of this section upon receipt at a retail establishment, except that, when short delays are unavoidable, the eggs shall be placed under refrigeration, as soon as reasonably possible; and (2) Shall be stored and displayed under refrigeration at an ambient temperature not greater than 7.2 °C (45 °F) while held at a retail establishment. (c) Shell eggs that have been specifically processed to destroy all viable Salmonella shall be exempt from the requirements of paragraph (b) of this section. (d) Under sections 311 and 361 of the Public Health Service Act (PHS Act), any State or locality that is willing and able to assist the agency in the enforcement of paragraph (b) of this section, and is authorized to inspect or regulate retail establishments, may, in its own jurisdiction, enforce paragraph (b) of this section through inspections under paragraph (f) of this section and through administrative enforcement remedies identified in paragraph (e) of this section until FDA notifies the State or locality in writing that such assistance is no longer needed. When providing assistance under paragraph (e) of this section, a State or locality may follow the hearing procedures set out in paragraphs (e)(2)(iii) through (e)(2)(iv) of this section, substituting, where necessary, appropriate State or local officials for designated FDA officials or may utilize State or local hearing procedures if such procedures satisfy due process. (e) This section is established under authority of both the Federal Food, Drug, and Cosmetic Act (the act) and the PHS Act. Under the act, the agency can enforce the food adulter…

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