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

6 rows where docket_id = "FDA-2004-N-0312" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2005 5
  • 2004 1

document_type 2

  • Notice 4
  • Supporting & Related Material 2

agency_id 1

  • FDA 6
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-2004-N-0312-0005 FDA Agency Information Collection Activities; Proposed Collection; Comment Request; Medical Devices; Device Tracking FDA-2004-N-0312 Agency Information Collection Activities; Announcement of Office of Managerent and Budget Approval; Medical Devices; Medical Device Tracking Notice Notice of Approval 2005-05-19T00:00:00Z 2005 5     2025-05-08T18:12:08Z 05-9809 0 0 0900006480472f22
FDA-2004-N-0312-0003 FDA Agency Information Collection Activities; Proposed Collection; Comment Request; Medical Devices; Device Tracking FDA-2004-N-0312 Supporting Statement for Medical Devices; Device Tracking Supporting & Related Material Statement (Supporting and Related Material) 2005-05-19T00:00:00Z 2005 5     2025-05-08T18:32:54Z   0 0 0900006480472f20
FDA-2004-N-0312-0004 FDA Agency Information Collection Activities; Proposed Collection; Comment Request; Medical Devices; Device Tracking FDA-2004-N-0312 Supporting Statement for Medical Devices; Device Tracking Supporting & Related Material Statement (Supporting and Related Material) 2005-05-19T00:00:00Z 2005 5     2025-05-08T18:36:13Z   0 0 0900006480472f21
FDA-2004-N-0312-0006 FDA Agency Information Collection Activities; Proposed Collection; Comment Request; Medical Devices; Device Tracking FDA-2004-N-0312 Agency Information Collection Activities; Announcement of Office of Managerent and Budget Approval; Medical Devices; Medical Device Tracking Notice Notice of Approval 2005-05-18T04:00:00Z 2005 5     2025-05-08T18:26:34Z 05-9809 0 0 0900006480472f23
FDA-2004-N-0312-0002 FDA Agency Information Collection Activities; Proposed Collection; Comment Request; Medical Devices; Device Tracking FDA-2004-N-0312 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Medical Devices; Device Tracking Notice 30 Day Proposed Information Collection 2005-03-07T00:00:00Z 2005 3 2005-03-04T05:00:00Z 2005-04-05T03:59:59Z 2025-05-08T18:01:58Z 05-4161 0 0 0900006480472f1f
FDA-2004-N-0312-0001 FDA Agency Information Collection Activities; Proposed Collection; Comment Request; Medical Devices; Device Tracking FDA-2004-N-0312 Agency Information Collection Activities; Proposed Collection; Comment Request; Medical Devices; Device Tracking Notice 60 Day Proposed Information Collection 2004-12-03T00:00:00Z 2004 12 2004-11-29T00:00:00Z 2005-02-01T04:59:59Z 2025-05-08T17:56:15Z 04-26331 0 0 0900006480472f1b

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 1783.362ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API