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-1995-S-0038" and posted_year = 2004 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_month, last_modified, posted_date (date), last_modified (date)

posted_year 1

  • 2004 · 6 ✖

document_type 1

  • Other 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-1995-S-0038-0011 FDA Human Drugs Patent Term Extension & New Patents FDA-1995-S-0038 List as of June 30, 2004 Other LST-List 2004-08-24T04:00:00Z 2004 8     2008-05-16T23:08:25Z   0 0 090000648055b9da
FDA-1995-S-0038-0010 FDA Human Drugs Patent Term Extension & New Patents FDA-1995-S-0038 List as of June 22, 2004 Other LST-List 2004-06-23T04:00:00Z 2004 6     2008-05-16T23:08:24Z   0 0 090000648055b9d5
FDA-1995-S-0038-0009 FDA Human Drugs Patent Term Extension & New Patents FDA-1995-S-0038 List as of March 5, 2004 Other LST-List 2004-05-07T04:00:00Z 2004 5     2008-05-16T23:08:25Z   0 0 090000648055b9d2
FDA-1995-S-0038-0008 FDA Human Drugs Patent Term Extension & New Patents FDA-1995-S-0038 List as of March 9, 2004 Other LST-List 2004-03-10T05:00:00Z 2004 3     2008-05-16T23:08:25Z   0 0 090000648055b9ad
FDA-1995-S-0038-0007 FDA Human Drugs Patent Term Extension & New Patents FDA-1995-S-0038 List as of March 2, 2004 Other LST-List 2004-03-09T05:00:00Z 2004 3     2008-05-16T23:08:25Z   0 0 090000648055b9a8
FDA-1995-S-0038-0006 FDA Human Drugs Patent Term Extension & New Patents FDA-1995-S-0038 List as of January 14, 2004 Other LST-List 2004-01-16T05:00:00Z 2004 1     2008-05-16T23:08:25Z   0 0 090000648055b9a3

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