cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where part_number = 202 and title_number = 10 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10:10:3.0.1.1.2.2.1.1 | 10 | Energy | II | A | 202 | PART 202—PRODUCTION OR DISCLOSURE OF MATERIAL OR INFORMATION | B | Subpart B—Production or Disclosure in Response to Subpoenas or Demands of Courts or Other Authorities | § 202.21 Purpose and scope. | DOE | (a) This subpart sets forth the procedures to be followed when a subpoena, order, or other demand (hereinafter referred to as a “demand”) of a court or other authority is issued for the production or disclosure of (1) any material contained in the files of the Department of Energy (DOE), (2) any information relating to material contained in the files of the DOE, or (3) any information or material acquired by any person while such person was an employee of the DOE as a part of the performance of his official duties or because of his official status. (b) For purposes of this subpart, the term “Employee of the DOE” includes all officers and employees of the United States appointed by, or subject to the supervision, jurisdiction, or control of, the Administrator of DOE. | ||||
| 10:10:3.0.1.1.2.2.1.2 | 10 | Energy | II | A | 202 | PART 202—PRODUCTION OR DISCLOSURE OF MATERIAL OR INFORMATION | B | Subpart B—Production or Disclosure in Response to Subpoenas or Demands of Courts or Other Authorities | § 202.22 Production or disclosure prohibited unless approved by appropriate DOE official. | DOE | No employee or former employee of the DOE shall, in response to a demand of a court or other authority, produce any material contained in the file of the DOE or disclose any information relating to material contained in the files of the DOE, or disclose any information or produce any material acquired as part of the performance of his official duties or because of his official status without prior approval of the General Counsel of DOE. | ||||
| 10:10:3.0.1.1.2.2.1.3 | 10 | Energy | II | A | 202 | PART 202—PRODUCTION OR DISCLOSURE OF MATERIAL OR INFORMATION | B | Subpart B—Production or Disclosure in Response to Subpoenas or Demands of Courts or Other Authorities | § 202.23 Procedure in the event of a demand for production or disclosure. | DOE | (a) Whenever a demand is made upon an employee or former employee of the DOE for the production of material or the disclosure of information described in § 202.21(a), he shall immediately notify the Regional Counsel for the region where the issuing authority is located. The Regional Counsel shall immediately request instructions from the General Counsel of DOE. (b) If oral testimony is sought by the demand, an affidavit, or, if that is not feasible, a statement by the party seeking the testimony or his attorney, setting forth a summary of the testimony desired, must be furnished for submission by the Regional Counsel to the General Counsel. | ||||
| 10:10:3.0.1.1.2.2.1.4 | 10 | Energy | II | A | 202 | PART 202—PRODUCTION OR DISCLOSURE OF MATERIAL OR INFORMATION | B | Subpart B—Production or Disclosure in Response to Subpoenas or Demands of Courts or Other Authorities | § 202.24 Final action by the appropriate DOE official. | DOE | If the General Counsel approves a demand for the production of material or disclosure of information, he shall so notify the Regional Counsel and such other persons as circumstances may warrant. | ||||
| 10:10:3.0.1.1.2.2.1.5 | 10 | Energy | II | A | 202 | PART 202—PRODUCTION OR DISCLOSURE OF MATERIAL OR INFORMATION | B | Subpart B—Production or Disclosure in Response to Subpoenas or Demands of Courts or Other Authorities | § 202.25 Procedure where a decision concerning a demand is not made prior to the time a response to the demand is required. | DOE | If response to the demand is required before the instructions from the General Counsel are received, a U.S. attorney or DOE attorney designated for the purpose shall appear with the employee or former employee of the DOE upon whom the demand has been made, and shall furnish the court or other authority with a copy of the regulations contained in this subpart and inform the court or other authority that the demand has been, or is being, as the case may be, referred for the prompt consideration of the appropriate DOE official and shall respectfully request the court or authority to stay the demand pending receipt of the requested instructions. | ||||
| 10:10:3.0.1.1.2.2.1.6 | 10 | Energy | II | A | 202 | PART 202—PRODUCTION OR DISCLOSURE OF MATERIAL OR INFORMATION | B | Subpart B—Production or Disclosure in Response to Subpoenas or Demands of Courts or Other Authorities | § 202.26 Procedure in the event of an adverse ruling. | DOE | If the court or other authority declines to stay the effect of the demand in response to a request made in accordance with § 202.25 pending receipt of instructions, of if the court or other authority rules that the demand must be complied with irrespective of instructions not to produce the material or disclose the information sought, the employee or former employee upon whom the demand has been made shall respectfully decline to comply with the demand. “United States ex rel Touhy v. Ragen,” 340 U.S. 462. |
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);