home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

12 rows where docket_id = "NRC-2018-0230" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 2

  • 2019 10
  • 2018 2

document_type 2

  • Supporting & Related Material 9
  • Notice 3

agency_id 1

  • NRC 12
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
NRC-2018-0230-0162 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Draft Approaches for Addressing Training and Experience Requirements for Radiopharmaceuticals Requiring a Written Directive Notice   2019-05-23T00:00:00Z 2019 5 2019-05-23T00:00:00Z 2019-07-04T03:59:59Z 2025-05-21T07:06:19Z 2019-10760 0 0 0900006483cbfa06
NRC-2018-0230-0158 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Transcript: Public Meeting on Staff Evaluation of Training and Experience Requirements for Radiopharmaceuticals: Draft Approaches for Comment Supporting & Related Material   2019-05-22T00:00:00Z 2019 5     2025-05-21T07:06:23Z   0 0 0900006483cb3fb5
NRC-2018-0230-0155 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Draft Approaches for Addressing Training and Experience Requirements for Radiopharmaceuticals Requiring a Written Directive Notice   2019-05-02T00:00:00Z 2019 5 2019-05-02T00:00:00Z 2019-06-04T03:59:59Z 2025-05-21T07:06:38Z 2019-08996 0 0 0900006483c28fdf
NRC-2018-0230-0154 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Transcript- January 22, 2019 Public Meeting (Webinar) to Accept Comments on the NRC's Evaluation of Training and Experience Requirements for Different Categories of Radiopharmaceuticals Supporting & Related Material   2019-03-06T00:00:00Z 2019 3     2025-05-21T07:06:51Z   0 0 0900006483ac3333
NRC-2018-0230-0152 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Summary of January 10, 2019 Public Meeting to Accept Comments on the U.S. Nuclear Regulatory Commission's Evaluation of Training and Experience Requirements for Administering Different Categories of Radiopharmaceuticals (83 FR 54380) Supporting & Related Material   2019-03-06T00:00:00Z 2019 3     2025-05-21T07:06:52Z   0 0 0900006483ac30c6
NRC-2018-0230-0153 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Summary of January 22, 2019 Public Meeting to Accept Comments on the U.S. Nuclear Regulatory Commission's Evaluation of Training and Experience Requirements for Administering Different Categories of Radiopharmaceuticals (83 FR 54380) Supporting & Related Material   2019-03-06T00:00:00Z 2019 3     2025-05-21T07:06:51Z   0 0 0900006483ac332d
NRC-2018-0230-0025 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Summary of Public Meeting (Webinar) to Accept Comments on the U.S. Nuclear Regulatory Commission's Evaluation of Training and Experience Requirements for Administering Different Categories of Radiopharmaceuticals (83 FR 54380) Supporting & Related Material   2019-01-22T00:00:00Z 2019 1     2025-05-21T07:07:05Z   0 0 09000064839ffe72
NRC-2018-0230-0022 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Transcript: Public Meeting to Accept Comments on the NRC's Evaluation of Training and Experience Requirements for Different Categories of Radiopharmaceuticals Supporting & Related Material   2019-01-22T00:00:00Z 2019 1     2025-05-21T07:07:05Z   0 0 09000064839ffdd1
NRC-2018-0230-0023 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Transcript: Public Meeting to Accept Comments on the NRC's Evaluation of Training and Experience Requirements for Different Categories of Radiopharmaceuticals Supporting & Related Material   2019-01-22T00:00:00Z 2019 1     2025-05-21T07:07:05Z   0 0 09000064839ffdd2
NRC-2018-0230-0024 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Summary of Public Meeting to Accept Comments on the U.S. Nuclear Regulatory Commission's Evaluation of Training and Experience Requirements for Administering Different Categories of Radiopharmaceuticals (83 FR 54380) Supporting & Related Material   2019-01-22T00:00:00Z 2019 1     2025-05-21T07:07:05Z   0 0 09000064839ffe70
NRC-2018-0230-0008 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Transcript: Public Meeting to Accept Comments on the NRC's Evaluation of Training and Experience Requirements for Administering Different Categories of Radiopharmaceuticals Supporting & Related Material   2018-12-06T00:00:00Z 2018 12     2025-05-21T07:07:10Z   0 0 090000648394d374
NRC-2018-0230-0001 NRC Training and Experience Requirements for Different Categories of Radiopharmaceuticals NRC-2018-0230 Training and Experience Requirements for Different Categories of Radiopharmaceuticals Notice   2018-10-29T00:00:00Z 2018 10 2018-10-29T00:00:00Z 2019-01-30T04:59:59Z 2025-05-21T07:07:29Z 2018-23521 0 0 09000064838617e5

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 2061.527ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API