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

9 rows where docket_id = "FDA-2007-E-0048" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 5

  • 2008 3
  • 2009 2
  • 2010 2
  • 2007 1
  • 2011 1

document_type 2

  • Other 8
  • Notice 1

agency_id 1

  • FDA 9
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-2007-E-0048-0009 FDA None FDA-2007-E-0048 United States Patent and Trademark Office - Letter With Attached Certificate Other Letter(s) 2011-10-26T04:00:00Z 2011 10 2011-10-26T04:00:00Z   2011-10-26T14:29:32Z   0 0 0900006480f5cc33
FDA-2007-E-0048-0008 FDA None FDA-2007-E-0048 U.S. Patent & Trademark Office to Harness, Dickey & Pierce, PLC - Notice of Final Determinaton Other LET-Letter 2010-12-27T05:00:00Z 2010 12 2010-12-27T05:00:00Z   2013-08-11T01:38:57Z   0 0 0900006480bc0881
FDA-2007-E-0048-0007 FDA None FDA-2007-E-0048 FDA/CDER to US Patent and Trademark Office - Letter Other LET-Letter 2010-03-04T05:00:00Z 2010 3 2010-03-04T05:00:00Z   2013-08-11T04:38:17Z   0 0 0900006480ab3474
FDA-2007-E-0048-0006 FDA None FDA-2007-E-0048 Determination of Regulatory Review Period for Purposes of Patent Extension; NEUPRO TRANSDERMAL SYSTEM - Notices Notice N-Notice 2009-05-08T04:00:00Z 2009 5 2009-05-08T04:00:00Z 2009-07-08T03:59:59Z 2009-05-08T17:08:56Z E9-10818 0 0 090000648097f9a6
FDA-2007-E-0048-0005 FDA None FDA-2007-E-0048 FDA/CDER to US Patent and Trademark Office - Letter Other LET-Letter 2009-04-28T04:00:00Z 2009 4 2009-04-28T04:00:00Z   2009-04-28T19:36:01Z   0 0 090000648096e75e
FDA-2007-E-0048-0002 FDA None FDA-2007-E-0048 USPTO to FDA/CDER - Letter Other LET-Letter 2008-11-03T05:00:00Z 2008 11 2008-11-03T05:00:00Z   2008-12-05T12:46:13Z   0 0 090000648042967d
FDA-2007-E-0048-0003 FDA None FDA-2007-E-0048 FDA/CDER to the USPTO - Letter Other LET-Letter 2008-11-03T05:00:00Z 2008 11 2008-11-03T05:00:00Z   2008-11-03T20:32:42Z   0 0 090000648053de51
FDA-2007-E-0048-0004 FDA None FDA-2007-E-0048 USPTO to FDA/CDER - Letter Other LET-Letter 2008-11-03T05:00:00Z 2008 11 2008-11-03T05:00:00Z   2008-11-03T20:32:43Z   0 0 09000064806f91c1
FDA-2007-E-0048-0001 FDA None FDA-2007-E-0048 Schwarz Pharma Ltd. - Patent Term Extension Application Other APP-Application 2007-11-09T05:00:00Z 2007 11     2008-05-02T14:46:23Z   0 0 090000648042967c

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 132.078ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API