home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

3 rows where agency = "APHIS" and part_number = 109 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 9 3

part_number 1

  • 109 · 3 ✖

agency 1

  • APHIS · 3 ✖
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.49.0.74.1 9 Animals and Animal Products I E 109 PART 109—STERILIZATION AND PASTEURIZATION AT LICENSED ESTABLISHMENTS       § 109.1 Equipment and the like. APHIS     [23 FR 10051, Dec. 23, 1958, as amended at 34 FR 18119, Nov. 11, 1969; 56 FR 66783, Dec. 26, 1991] (a) All containers, instruments, and other apparatus and equipment, before being used in preparing, handling, or storing biological products, at a licensed establishment, except as otherwise prescribed herein, shall be thoroughly sterilized by live steam at a temperature of at least 120 °C. for not less than one-half hour, or by dry heat at a temperature of at least 160 °C. for not less than one hour. If for any reason such methods of sterilization are impracticable, then a process known to be equally efficacious in destroying microorganisms and their spores may be substituted after approval by the Administrator. (b) Instruments which are found to be damaged by exposure to the degree of heat prescribed in this section, after having been thoroughly cleaned, may be sterilized by boiling for not less than 15 minutes.
9:9:1.0.1.5.49.0.74.2 9 Animals and Animal Products I E 109 PART 109—STERILIZATION AND PASTEURIZATION AT LICENSED ESTABLISHMENTS       § 109.2 Sterilizers. APHIS     [35 FR 16039, Oct. 13, 1970, as amended at 56 FR 66783, Dec. 26, 1991] Steam and dry-heat sterilizers used in connection with the processing of biological products at licensed establishments shall be equipped with automatic temperature recording gauges: Provided, That other record keeping systems may be used when approved by the Administrator. When gauges are used, they shall be periodically standardized to assure accuracy. Charts and other temperature records made during production shall be available at all times charts and records shall be kept in accordance with part 116 of this chapter.
9:9:1.0.1.5.49.0.74.3 9 Animals and Animal Products I E 109 PART 109—STERILIZATION AND PASTEURIZATION AT LICENSED ESTABLISHMENTS       § 109.3 Pasteurizers. APHIS     [35 FR 16039, Oct. 13, 1970, as amended at 56 FR 66783, Dec. 26, 1991] All pasteurizing equipment shall meet the requirements in paragraphs (a), (b), and (c) of this section and be acceptable to Animal and Plant Health Inspection Service. (a) Metal serum containers shall be used in licensed establishments. During the heating process, each container shall be surrounded by a separate water jacket or equivalent so that the entire container, including its lid, is heated to the required temperature. Each serum container shall be equipped with a motor-driven agitator and a separate automatic recording thermometer. (b) Each water bath shall have an automatic temperature control to limit the temperature of the water to a maximum of 62 °C., an automatic recording thermometer, an indicating thermometer set in a fixed position, and circulating mechanism adequate to insure equal temperatures throughout the bath. The heating unit for the bath shall be separated from the serum container and the water jacket. (c) Accurate thermometers at licensed establishments shall be used at frequent intervals to check temperatures of the serum as registered by recording thermometers.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 59.8ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API