cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where part_number = 115 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:1.0.1.5.53.0.83.1 | 9 | Animals and Animal Products | I | E | 115 | PART 115—INSPECTIONS | § 115.1 Inspections of establishments. | APHIS | [52 FR 30134, Aug. 13, 1987] | (a) Any inspector shall be permitted to enter any establishment where any biological product is prepared, at any hour during the day or night, and shall be permitted to inspect, without previous notification, the entire premises of the establishment, including all buildings, compartments, and other places, all biological products, and organisms and vectors in the establishment, and all materials and equipment, such as chemicals, instruments, apparatus, and the like, and the methods used in the manufacture of, and all records maintained relative to, biological products produced at such establishment. (b) Each inspector will have in his or her possession a numbered USDA badge or identification card. Either shall be sufficient identification to entitle him/her to admittance at all regular entrances and to all parts of such establishment and premises and to any place at any time for the purpose of making an inspection pursuant to paragraph (a) of this section. | |||||
| 9:9:1.0.1.5.53.0.83.2 | 9 | Animals and Animal Products | I | E | 115 | PART 115—INSPECTIONS | § 115.2 Inspections of biological products. | APHIS | [72 FR 17798, Apr. 10, 2007] | (a) Any biological product, the container of which bears a United States veterinary license number or a United States veterinary permit number or other mark required by these regulations, may be inspected at any time or place. If, as a result of such inspection, it appears that any such product is worthless, contaminated, dangerous, or harmful, the Secretary shall give notice to stop distribution and sale to the manufacturer (licensee) or importer (permittee) and may proceed against such product pursuant to the provisions of part 118 of this subchapter. (b) When notified to stop distribution and sale of a serial or subserial of a veterinary biological product by the Secretary, veterinary biologics licensees or permittees shall: (1) Stop the preparation, distribution, sale, barter, exchange, shipment, or importation of the affected serial(s) or subserial(s) of any such veterinary biological product pending further instructions from APHIS. (2) Immediately, but no later than 2 days, send stop distribution and sale notifications to any jobbers, wholesalers, dealers, foreign consignees, or other persons known to have any such veterinary biological product in their possession, which instruct them to stop the preparation, distribution, sale, barter, exchange, shipment, or importation of any such veterinary biological product. All notifications shall be documented in writing by the licensee or permittee. (3) Account for the remaining quantity of each serial(s) or subserial(s) of any such veterinary biological product at each location in the distribution channel known to the manufacturer (licensee) or importer (permittee). (4) When required by the Administrator, submit complete and accurate reports of all notifications concerning stop distribution and sale actions to the Animal and Plant Health Inspection Service pursuant to § 116.5 of this subchapter. (c) Unless and until the Secretary shall otherwise direct, no persons so notified shall thereafter sell, barter, or exchange any such product in any place under the j… |
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);