cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where part_number = 174 and title_number = 21 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21:21:3.0.1.1.5.0.1.1 | 21 | Food and Drugs | I | B | 174 | PART 174—INDIRECT FOOD ADDITIVES: GENERAL | § 174.5 General provisions applicable to indirect food additives. | FDA | [42 FR 14534, Mar. 15, 1977, as amended at 67 FR 35731, May 21, 2002] | (a) Regulations prescribing conditions under which food additive substances may be safely used predicate usage under conditions of good manufacturing practice. For the purpose of this part and parts 175, 176, and 177 of this chapter, good manufacturing practice shall be defined to include the following restrictions: (1) The quantity of any food additive substance that may be added to food as a result of use in articles that contact food shall not exceed, where no limits are specified, that which results from use of the substance in an amount not more than reasonably required to accomplish the intended physical or technical effect in the food-contact article; shall not exceed any prescribed limitations; and shall not be intended to accomplish any physical or technical effect in the food itself, except as such may be permitted by regulations in parts 170 through 189 of this chapter. (2) Any substance used as a component of articles that contact food shall be of a purity suitable for its intended use. (b) The existence in the subchapter B of a regulation prescribing safe conditions for the use of a substance as an article or component of articles that contact food shall not be construed to relieve such use of the substance or article from compliance with any other provision of the Federal Food, Drug, and Cosmetic Act. For example, if a regulated food-packaging material were found on appropriate test to impart odor or taste to a specific food product such as to render it unfit within the meaning of section 402(a)(3) of the Act, the regulation would not be construed to relieve such use from compliance with section 402(a)(3). (c) The existence in this subchapter B of a regulation prescribing safe conditions for the use of a substance as an article or component of articles that contact food shall not be construed as implying that such substance may be safely used as a direct additive in food. (d) Substances that under conditions of good manufacturing practice may be safely used as components of articles that contac… | |||||
| 21:21:3.0.1.1.5.0.1.2 | 21 | Food and Drugs | I | B | 174 | PART 174—INDIRECT FOOD ADDITIVES: GENERAL | § 174.6 Threshold of regulation for substances used in food-contact articles. | FDA | [60 FR 36596, July 17, 1995] | Substances used in food-contact articles (e.g., food-packaging or food-processing equipment) that migrate, or that may be expected to migrate, into food at negligible levels may be reviewed under § 170.39 of this chapter. The Food and Drug Administration will exempt substances whose uses it determines meet the criteria in § 170.39 of this chapter from regulation as food additives and, therefore, a food additive petition will not be required for the exempted use. |
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);