cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 540 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.57.0.40.1 | 9 | Animals and Animal Products | III | F | 540 | PART 540—HANDLING AND DISPOSAL OF CONDEMNED AND OTHER INEDIBLE MATERIALS | § 540.1 Dead fish. | FSIS | (a) With the exception of dead fish that have died en route to an official establishment that have been received with live fish at the official establishment, and that are subject to sorting and disposal at the official establishment, no fish or part of the carcass of fish that died otherwise than by slaughter may be brought onto the premises of an official establishment without advance permission from the FSIS frontline supervisor. (b) The official establishment shall maintain physical separation between slaughtered fish and the edible parts or products of slaughtered fish and any fish or parts of fish that have died otherwise than by slaughter. Fish or any parts of fish that have died otherwise than by slaughter shall be excluded from any room or compartment in which edible product is prepared, handled, or stored. | ||||||
| 9:9:2.0.2.5.57.0.40.2 | 9 | Animals and Animal Products | III | F | 540 | PART 540—HANDLING AND DISPOSAL OF CONDEMNED AND OTHER INEDIBLE MATERIALS | § 540.2 Specimens for educational, research, and other nonfood purposes; permits. | FSIS | The requirements of 9 CFR 314.9 apply to the handling and release of specimens of condemned or other inedible fish materials. | ||||||
| 9:9:2.0.2.5.57.0.40.3 | 9 | Animals and Animal Products | III | F | 540 | PART 540—HANDLING AND DISPOSAL OF CONDEMNED AND OTHER INEDIBLE MATERIALS | § 540.3 Handling and disposal of condemned or other inedible materials. | FSIS | Condemned or other inedible fish and fish parts shall be separated from edible fish. If not disposed of on the premises of the establishment, the condemned and inedible fish parts shall be conveyed from the official establishment for disposition at a rendering plant, an animal feed manufacturing establishment, or at another establishment for other non-food use. If not decharacterized by use of approved denaturants or colorings, the inedible materials shall be enclosed in containers that are conspicuously marked to indicate that the contents are condemned or otherwise inedible. The materials may be shipped under company or official seal to a rendering facility or for other inedible processing. |
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);