cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where agency = "FDA" and part_number = 710 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: amendment_citations
| 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:7.0.1.2.12.0.1.1 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.1 Who should register. | FDA | The owner or operator of a cosmetic product establishment which is not exempt under § 710.9 and engages in the manufacture or packaging of a cosmetic product is requested to register for each such establishment, whether or not the product enters interstate commerce. This request extends to any foreign cosmetic product establishment whose products are exported for sale in any State as defined in section 201(a)(1) of the act. No registration fee is required. | ||||||
| 21:21:7.0.1.2.12.0.1.2 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.2 Time for registration. | FDA | The owner or operator of an establishment entering into the manufacture or packaging of a cosmetic product should register his establishment within 30 days after the operation begins. | ||||||
| 21:21:7.0.1.2.12.0.1.3 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.3 How and where to register. | FDA | [39 FR 10059, Mar. 15, 1974, as amended at 68 FR 15355, Mar. 31, 2003; 81 FR 49897, July 29, 2016] | Form FD-2511 (“Registration of Cosmetic Product Establishment”) is obtainable on request from the Food and Drug Administration, 5001 Campus Dr., College Park, MD 20740, or at any Food and Drug Administration district office. The completed form should be mailed to Cosmetic Product Establishment Registration, Food and Drug Administration, 5001 Campus Dr., College Park, MD 20740. | |||||
| 21:21:7.0.1.2.12.0.1.4 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.4 Information requested. | FDA | [39 FR 10059, Mar. 15, 1974, as amended at 46 FR 38073, July 24, 1981; 54 FR 39640, Sept. 27, 1989] | Form FD-2511 requests information on the name and address of the cosmetic product establishment, including post office ZIP code; all business trading names used by the establishment; and the type of business (manufacturer and/or packer). The information requested should be given separately for each establishment as defined in § 700.3(j) of this chapter. | |||||
| 21:21:7.0.1.2.12.0.1.5 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.5 Amendments to registration. | FDA | Within 30 days after a change in any of the information contained on a submitted Form FD-2511, a new Form FD-2511 should be submitted to amend the registration. This amendment is also necessary when a registration is to be canceled because an establishment has changed its name and no longer conducts business under the original name. | ||||||
| 21:21:7.0.1.2.12.0.1.6 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.6 Notification of registrant; cosmetic product establishment registration number. | FDA | The Commissioner of Food and Drugs will provide the registrant with a validated copy of Form FD-2511 as evidence of registration. This validated copy will be sent only to the location shown for the registering establishment. A permanent registration number will be assigned to each cosmetic product establishment registered in accordance with the regulations in this part. | ||||||
| 21:21:7.0.1.2.12.0.1.7 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.7 Inspection of registrations. | FDA | [39 FR 10059, Mar. 15, 1974, as amended at 68 FR 15355, Mar. 31, 2003; 81 FR 49897, July 29, 2016] | A copy of the Form FD-2511 filed by the registrant will be available for inspection at the Food and Drug Administration, 5001 Campus Dr., College Park, MD 20740. | |||||
| 21:21:7.0.1.2.12.0.1.8 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.8 Misbranding by reference to registration or to registration number. | FDA | Registration of a cosmetic product establishment or assignment of a registration number does not in any way denote approval of the firm or its products by the Food and Drug Administration. Any representation in labeling or advertising that creates an impression of official approval because of registration or possession of a registration number will be considered misleading. | ||||||
| 21:21:7.0.1.2.12.0.1.9 | 21 | Food and Drugs | I | G | 710 | PART 710—VOLUNTARY REGISTRATION OF COSMETIC PRODUCT ESTABLISHMENTS | § 710.9 Exemptions. | FDA | The following classes of persons are not requested to register in accordance with this part 710 because the Commissioner has found that such registration is not justified: (a) Beauty shops, cosmetologists, retailers, pharmacies, and other persons and organizations that compound cosmetic products at a single location and administer, dispense, or distribute them at retail from that location and who do not otherwise manufacture or package cosmetic products at that location. (b) Physicians, hospitals, clinics, and public health agencies. (c) Persons who manufacture, prepare, compound, or process cosmetic products solely for use in research, pilot plant production, teaching, or chemical analysis, and who do not sell these products. |
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);