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

2 rows where part_number = 158 and title_number = 21 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 21 · 2 ✖

part_number 1

  • 158 · 2 ✖

agency 1

  • FDA 2
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.35.1.1.1 21 Food and Drugs I B 158 PART 158—FROZEN VEGETABLES A Subpart A—General Provisions   § 158.3 Definitions. FDA     [42 FR 14461, Mar. 15, 1977] For the purposes of this part the following definitions shall apply: (a) Lot. A collection of primary containers or units of the same size, type and style manufactured or packed under similar conditions and handled as a single unit of trade. (b) Lot size. The number of primary containers or units (pounds when in bulk) in the lot. (c) Sample size. The total number of sample units drawn for examination from a lot. (d) Sample unit. A container, a portion of the contents of a container, or a composite mixture of product from small containers that is sufficient for the examination or testing as a single unit. (e) Defective. Any sample unit shall be regarded as defective when the sample unit does not meet the criteria set forth in the standards. (f) Acceptance number. The maximum number of defective sample units permitted in the sample in order to consider the lot as meeting the specified requirements. The following acceptance numbers shall apply: 1 n = number of sample units. 2 c = acceptance number. (g) Acceptable quality level ( AQL ). The maximum percent of defective sample units permitted in a lot that will be accepted approximately 95 percent of the time.
21:21:2.0.1.1.35.2.1.1 21 Food and Drugs I B 158 PART 158—FROZEN VEGETABLES B Subpart B—Requirements for Specific Standardized Frozen Vegetables   § 158.170 Frozen peas. FDA     [42 FR 14461, Mar. 15, 1977, as amended at 42 FR 15673, Mar. 22, 1977; 58 FR 2883, Jan. 6, 1993] (a) Identity —(1) Product definition. Frozen peas is the food in “package” form as that term is defined in § 1.20 of this chapter, prepared from the succulent seed of the pea plant of the species Pisum sativum L. Any suitable variety of pea may be used. It is blanched, drained, and preserved by freezing in such a way that the range of temperature of maximum crystallization is passed quickly. The freezing process shall not be regarded as complete until the product temperature has reached −18 °C (0 °F) or lower at the thermal center, after thermal stabilization. Such food may contain one, or any combination of two or more, of the following safe and suitable optional ingredients: (i) Natural and artificial flavors. (ii) Condiments such as spices and mint leaves. (iii) Dry nutritive carbohydrate sweeteners. (iv) Salt. (v) Monosodium glutamate and other glutamic acid salts. (2) Size specifications. If size graded, frozen peas shall contain not less than 80 percent by weight of peas of the size declared or of smaller sizes. The sample unit may not contain more than 20 percent by weight of peas of the next two larger sizes, of which not more than one quarter by weight of such peas may be of the larger of these two sizes, and may contain no peas larger than the next two larger sizes, if such there be. The following sizes and designations shall apply: (3) Labeling. The name of the product is “peas”. The term “early”, “June”, or “early June” shall precede or follow the name in the case of smooth-skin or substantially smooth-skin peas, such as Alaska-type peas. Where the peas are of sweet green wrinkled varieties, the name may include the designation “sweet”, “green”, “wrinkled”, or any combination thereof. The label shall contain the words “frozen” or “quick frozen”. The name of the food shall include a declaration of any flavoring that characterizes the product as specified in § 101.22 of this chapter and a declaration of any condiment such as spices and mint leaves that characterizes the product, e.g., “S…

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