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

8 rows where docket_id = "FDA-1994-F-0038" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2001 5
  • 1994 2
  • 2007 1

document_type 2

  • Supporting & Related Material 5
  • Notice 3

agency_id 1

  • FDA 8
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
FDA-1994-F-0038-0008 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 FDA Notice ND-Notice of Denial 2007-07-24T04:00:00Z 2007 7     2024-05-28T16:31:06Z   0 0 09000064804fd8a4
FDA-1994-F-0038-0007 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 FDA Notice NFR-Notice of Final Rule 2001-04-12T04:00:00Z 2001 4 2001-04-12T04:00:00Z 2001-05-11T03:59:59Z 2008-05-16T23:14:50Z   0 0 09000064804fd89c
FDA-1994-F-0038-0005 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 References to Final Rule 66FR18537 04/10/2001 Supporting & Related Material BKG-Background Material 2001-04-12T04:00:00Z 2001 4     2008-05-16T23:14:50Z   0 0 09000064804fd891
FDA-1994-F-0038-0002 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 References to Final Rule 66FR18537 04/10/2001 Supporting & Related Material BKG-Background Material 2001-04-12T04:00:00Z 2001 4     2008-05-16T23:14:50Z   0 0 09000064804fd88a
FDA-1994-F-0038-0003 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 References to Final Rule 66FR18537 04/10/2001 Supporting & Related Material BKG-Background Material 2001-04-12T04:00:00Z 2001 4     2008-05-16T23:14:50Z   0 0 09000064804fd88c
FDA-1994-F-0038-0004 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 References to Final Rule 66FR18537 04/10/2001 Supporting & Related Material BKG-Background Material 2001-04-12T04:00:00Z 2001 4     2008-05-16T23:14:50Z   0 0 09000064804fd890
FDA-1994-F-0038-0001 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 Analytical Systems Engineering Corp. Notice NFL-Notice of Filing 1994-03-02T05:00:00Z 1994 3 1994-03-02T05:00:00Z 1994-03-29T04:59:59Z 2024-05-29T01:01:04Z   0 0 09000064804fd872
FDA-1994-F-0038-0006 FDA Safe use Machine Source High Energy X-Rays FDA-1994-F-0038 Environmental Assessment Supporting & Related Material EA-Environmental Assessment 1994-02-24T05:00:00Z 1994 2     2008-05-16T23:14:50Z   0 0 09000064804fd894

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