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

3 rows where docket_id = "FDA-2004-D-0123" and posted_year = 2004 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Notice 1
  • Other 1
  • Supporting & Related Material 1

posted_year 1

  • 2004 · 3 ✖

agency_id 1

  • FDA 3
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-D-0123-0001 FDA Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 Draft Guidance for Industry and the Food and Drug Administration; Current Good Manufacturing Practices for Combination Products; Availability Notice NAD-Notice of Availability of Data 2004-10-05T04:00:00Z 2004 10 2004-10-04T04:00:00Z 2004-12-04T04:59:59Z 2015-01-21T02:56:54Z   0 0 090000648046fbce
FDA-2004-D-0123-0002 FDA Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 See FDA-2004-D-0123-0003 Supporting & Related Material GDL-Guidance 2004-10-05T04:00:00Z 2004 10     2010-02-19T18:08:23Z   0 0 090000648046fbd1
FDA-2004-D-0123-0003 FDA Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 Draft Guidance for Industry Current Good Manufacturing Practices for Combination Products; Draft Guidance Document, See FDA-2004-D-0123-0006 Other Guidance 2004-10-05T04:00:00Z 2004 10 2004-09-29T04:00:00Z   2024-11-07T21:52:32Z   1 0 090000648046fbd2

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