cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 537 and title_number = 9 sorted by section_id
This data as json, CSV (advanced)
| 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.5.55.0.40.1 | 9 | Animals and Animal Products | III | F | 537 | PART 537—SANITATION REQUIREMENTS AND HAZARD ANALYSIS AND CRITICAL CONTROL POINTS SYSTEMS; NOTIFICATION REGARDING ADULTERATED OR MISBRANDED PRODUCTS | § 537.1 Basic requirements. | FSIS | (a)(1) Any official establishment that prepares or processes fish or fish products for human food must comply with the requirements contained in 9 CFR parts 416, Sanitation and 417, Hazard Analysis and Critical Control Point (HACCP) Systems, except as otherwise provided in this subchapter. (2) For the purposes of 9 CFR part 416, Sanitation; 9 CFR part 417, Hazard Analysis and Critical Control Point (HACCP) Systems; and 9 CFR part 500, Rules of Practice, an “official establishment” or “establishment” includes a plant that prepares or processes fish or fish products. | ||||||
| 9:9:2.0.2.5.55.0.40.2 | 9 | Animals and Animal Products | III | F | 537 | PART 537—SANITATION REQUIREMENTS AND HAZARD ANALYSIS AND CRITICAL CONTROL POINTS SYSTEMS; NOTIFICATION REGARDING ADULTERATED OR MISBRANDED PRODUCTS | § 537.2 Hazard analysis and HACCP plan. | FSIS | (a) A fish establishment's hazard analysis shall take into account the food safety hazards that can occur before, during, and after harvest. (b) The failure of an establishment to develop and implement a hazard analysis and a HACCP plan that comply with this part or to operate in accordance with the requirements of 9 CFR Chapter III, Subchapter E, will render the products produced under these conditions adulterated. | ||||||
| 9:9:2.0.2.5.55.0.40.3 | 9 | Animals and Animal Products | III | F | 537 | PART 537—SANITATION REQUIREMENTS AND HAZARD ANALYSIS AND CRITICAL CONTROL POINTS SYSTEMS; NOTIFICATION REGARDING ADULTERATED OR MISBRANDED PRODUCTS | § 537.3 Notification. | FSIS | Each official establishment must promptly notify the local FSIS District Office within 24 hours of learning or determining that an adulterated or misbranded fish product received by or originating from the official establishment has entered commerce, in accordance with the requirements of 9 CFR part 418. |
Advanced export
JSON shape: default, array, newline-delimited, object
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);