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-1996-N-0028" and posted_year = 1997 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 4
  • Notice 1
  • Proposed Rule 1

posted_year 1

  • 1997 · 6 ✖

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-1996-N-0028-0006 FDA Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements FDA-1996-N-0028 Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements - Notice of Extension of Comment Period Notice NEC-Notice of Extension 1997-05-12T04:00:00Z 1997 5 1997-05-12T04:00:00Z 1997-06-07T03:59:59Z 2009-09-24T19:41:36Z   0 0 09000064804fb83e
FDA-1996-N-0028-0001 FDA Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements FDA-1996-N-0028 Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements - Advance Notice of Proposed Rulemaking Proposed Rule NAP-Advanced Notice of Proposed Rulemaking 1997-02-06T05:00:00Z 1997 2 1997-02-06T05:00:00Z 1997-05-08T03:59:59Z 2009-09-11T16:48:29Z   0 0 09000064804fb6d8
FDA-1996-N-0028-0002 FDA Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements FDA-1996-N-0028 See FDA-1996-N-0028-0187 Supporting & Related Material   1997-02-06T00:00:00Z 1997 2     2009-09-18T23:00:24Z   0 1 09000064804fb7b4
FDA-1996-N-0028-0003 FDA Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements FDA-1996-N-0028 See FDA-1996-N-0028-0185 Supporting & Related Material   1997-02-06T00:00:00Z 1997 2     2009-09-23T18:34:10Z   0 1 09000064804fb7c0
FDA-1996-N-0028-0005 FDA Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements FDA-1996-N-0028 See FDA-1996-N-0028-0186 Supporting & Related Material   1997-02-06T00:00:00Z 1997 2     2009-09-18T23:03:39Z   0 1 09000064804fb7c6
FDA-1996-N-0028-0004 FDA Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements FDA-1996-N-0028 See FDA-1996-N-0028-0188 Supporting & Related Material   1997-02-06T00:00:00Z 1997 2     2009-09-18T23:02:13Z   0 1 09000064804fb7c3

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