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 = 430 and title_number = 9 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 9 · 2 ✖

part_number 1

  • 430 · 2 ✖

agency 1

  • FSIS 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
9:9:2.0.2.4.44.0.40.1 9 Animals and Animal Products III E 430 PART 430—REQUIREMENTS FOR SPECIFIC CLASSES OF PRODUCT       § 430.1 Definitions. FSIS       Antimicrobial agent. A substance in or added to an RTE product that has the effect of reducing or eliminating a microorganism, including a pathogen such as L. monocytogenes, or that has the effect of suppressing or limiting growth of L. monocytogenes in the product throughout the shelf life of the product. Examples of antimicrobial agents added to RTE products are potassium lactate and sodium diacetate. Antimicrobial process. An operation, such as freezing, applied to an RTE product that has the effect of suppressing or limiting the growth of a microorganism, such as L. monocytogenes, in the product throughout the shelf life of the product. Deli product. A ready-to-eat meat or poultry product that typically is sliced, either in an official establishment or after distribution from an official establishment, and typically is assembled in a sandwich for consumption. Hotdog product. A ready-to-eat meat or poultry frank, frankfurter, or wiener, such as a product defined in 9 CFR 319.180 and 319.181. Lethality treatment. A process, including the application of an antimicrobial agent, that eliminates or reduces the number of pathogenic microorganisms on or in a product to make the product safe for human consumption. Examples of lethality treatments are cooking or the application of an antimicrobial agent or process that eliminates or reduces pathogenic microorganisms. Post-lethality exposed product. Ready-to-eat product that comes into direct contact with a food contact surface after the lethality treatment in a post-lethality processing environment. Post-lethality processing environment. The area of an establishment into which product is routed after having been subjected to an initial lethality treatment. The product may be exposed to the environment in this area as a result of slicing, peeling, re-bagging, cooling semi-permeable encased product with a brine solution, or other procedures. Post-lethality treatment. A lethality treatment that is applied or is effective after post-lethality exposure.…
9:9:2.0.2.4.44.0.40.2 9 Animals and Animal Products III E 430 PART 430—REQUIREMENTS FOR SPECIFIC CLASSES OF PRODUCT       § 430.4 Control of Listeria monocytogenes in post-lethality exposed ready-to-eat products. FSIS     [68 FR 34224, June 6, 2003, as amended at 80 FR 35188, June 19, 2015] (a) Listeria monocytogenes can contaminate RTE products that are exposed to the environment after they have undergone a lethality treatment. L. monocytogenes is a hazard that an establishment producing post-lethality exposed RTE products must control through its HACCP plan or prevent in the processing environment through a Sanitation SOP or other prerequisite program. RTE product is adulterated if it contains L. monocytogenes, or if it comes into direct contact with a food contact surface that is contaminated with L. monocytogenes. Establishments must not release into commerce product that contains L. monocytogenes or that has been in contact with a food contact surface contaminated with L. monocytogenes without first reworking the product using a process that is destructive of L. monocytogenes. (b) In order to maintain the sanitary conditions necessary to meet this requirement, an establishment producing post-lethality exposed RTE product must comply with the requirements included in one of the three following alternatives: (1) Alternative 1. Use of a post-lethality treatment (which may be an antimicrobial agent) that reduces or eliminates microorganisms on the product and an antimicrobial agent or process that suppresses or limits the growth of L. monocytogenes. If an establishment chooses this alternative: (i) The post-lethality treatment must be included in the establishment's HACCP plan. The antimicrobial agent or process used to suppress or limit the growth of the pathogen must be included in either the establishment's HACCP plan or its Sanitation SOP or other prerequisite program. (ii) The establishment must validate the effectiveness of the post-lethality treatment incorporated in its HACCP plan in accordance with § 417.4. The establishment must document, either in its HACCP plan or in its Sanitation SOP or other prerequisite program, that the antimicrobial agent or process, as used, is effective in suppressing or limiting growth of L. monocytogenes. (2) Alternative 2. Use of ei…

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