cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where agency = "FDA" and part_number = 579 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: subpart, subpart_name
| 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:6.0.1.1.24.1.2.1 | 21 | Food and Drugs | I | E | 579 | PART 579—IRRADIATION IN THE PRODUCTION, PROCESSING, AND HANDLING OF ANIMAL FEED AND PET FOOD | A | Subpart A—General Provisions | § 579.12 Incorporation of regulations in part 179. | FDA | [51 FR 5993, Feb. 19, 1986, as amended at 80 FR 56356, Sept. 17, 2015] | Regulations providing for irradiation in the production, processing, and handling of food in part 179 of this chapter are incorporated in subchapter E as applicable to use in the production, processing, handling, and labeling of animal feed and pet food, except where specifically provided for in this part. Any facility that treats animal feed and pet food with ionizing radiation must comply with the requirements of part 507 of this chapter and other applicable regulations. | |||
| 21:21:6.0.1.1.24.2.2.1 | 21 | Food and Drugs | I | E | 579 | PART 579—IRRADIATION IN THE PRODUCTION, PROCESSING, AND HANDLING OF ANIMAL FEED AND PET FOOD | B | Subpart B—Radiation and Radiation Sources | § 579.22 Ionizing radiation for treatment of animal diets. | FDA | [51 FR 5993, Feb. 19, 1986; 51 FR 8315, Mar. 11, 1986, as amended at 58 FR 18148, Apr. 8, 1993; 66 FR 18540, Apr. 10, 2001] | Ionizing radiation for treatment of complete diets for animals may be safely used under the following conditions: (a) Energy sources. Ionizing radiation is limited to: (1) Gamma rays for sealed units of the radionuclides cobalt-60 or cesium-137. (2) Electrons generated from machine sources at energy levels not to exceed 10 million electron volts. (b) Uses. (1) The ionizing radiation is used or intended for use in single treatment as follows: (2) If an irradiated feed ingredient is less than 5 percent of the final product, the final product can be irradiated without being considered to be re-irradiated. | |||
| 21:21:6.0.1.1.24.2.2.2 | 21 | Food and Drugs | I | E | 579 | PART 579—IRRADIATION IN THE PRODUCTION, PROCESSING, AND HANDLING OF ANIMAL FEED AND PET FOOD | B | Subpart B—Radiation and Radiation Sources | § 579.40 Ionizing radiation for the treatment of poultry feed and poultry feed ingredients. | FDA | [60 FR 50099, Sept. 28, 1995, as amended at 78 FR 27304, May 10, 2013; 78 FR 34565, June 10, 2013] | Ionizing radiation for the treatment of complete poultry diets and poultry feed ingredients may be safely used as follows: (a) Energy sources. Ionizing radiation is limited to: (1) Gamma rays from sealed units of cobalt-60 or cesium-137; (2) Electrons generated from machine sources at energy levels not to exceed 10 million electron volts (MeV); (3) X-rays generated from machine sources at energies not to exceed 5 MeV, except as permitted by § 179.26(a)(4) of this chapter; or (4) X-rays generated from machine sources using tantalum or gold as the target material and using energies not to exceed 7.5 MeV. (b) Limitation. The ionizing radiation is used for feed or feed ingredients that do not contain drugs. (c) Use. Ionizing radiation is used as a single treatment for rendering complete poultry diets or poultry feed ingredients salmonella negative as follows: (1) Minimum dose 2.0 kiloGrays (kGy) (0.2 megarad (Mrad)); maximum dose 25 kGy (2.5 megarads Mrad). The absorbed dose of irradiation is to be based on initial concentration of salmonella using the relationship that 1.0 kGy (0.1 Mrad) reduces salmonella concentration by one log cycle (one decimal reduction). (2) Feeds treated by irradiation should be formulated to account for nutritional loss. (3) If an irradiated feed ingredient is less than 5 percent of the final product, the final product can be irradiated without being considered to be reirradiated. |
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);