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

16 rows where docket_id = "FDA-2007-E-0282" 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), last_modified (date)

posted_year 3

  • 2008 11
  • 2009 3
  • 2007 2

document_type 3

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

agency_id 1

  • FDA 16
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-0282-0016 FDA None FDA-2007-E-0282 U.S. Patent and Trademark Office to Novartis - Certificate Extending Patent Term Other WDL-Withdrawal 2009-12-04T05:00:00Z 2009 12     2009-12-07T21:46:28Z   0 0 0900006480a633ba
FDA-2007-E-0282-0015 FDA None FDA-2007-E-0282 U.S. Patent and Trademark Office to Novartis - Notice of Final Determination Other LET-Letter 2009-04-21T04:00:00Z 2009 4 2009-04-21T04:00:00Z   2009-04-21T15:17:48Z   0 0 0900006480961273
FDA-2007-E-0282-0014 FDA None FDA-2007-E-0282 USPTO to FDA/CDER - Letter Other LET-Letter 2009-02-04T05:00:00Z 2009 2 2009-02-04T05:00:00Z   2009-02-04T14:36:20Z   0 0 0900006480842815
FDA-2007-E-0282-0012 FDA None FDA-2007-E-0282 Patent Term Extension Application - Appendix F Supporting & Related Material APP-Application 2008-11-20T05:00:00Z 2008 11     2008-11-20T15:17:20Z   0 0 090000648042b45e
FDA-2007-E-0282-0007 FDA None FDA-2007-E-0282 Patent Term Extension Application - Appendix A Supporting & Related Material APP-Application 2008-11-20T05:00:00Z 2008 11     2008-11-20T15:17:14Z   0 0 090000648042b459
FDA-2007-E-0282-0004 FDA None FDA-2007-E-0282 Novartis - Patent Term Extension Application Other APP-Application 2008-11-20T05:00:00Z 2008 11 2008-11-20T05:00:00Z   2008-11-20T15:16:48Z   0 0 090000648042b458
FDA-2007-E-0282-0013 FDA None FDA-2007-E-0282 Patent Term Extension Application - Appendix G Supporting & Related Material APP-Application 2008-11-20T05:00:00Z 2008 11     2008-11-20T15:17:22Z   0 0 090000648042b45f
FDA-2007-E-0282-0011 FDA None FDA-2007-E-0282 Patent Term Extension Application - Appendix E Supporting & Related Material APP-Application 2008-11-20T05:00:00Z 2008 11     2008-11-20T15:17:19Z   0 0 090000648042b45d
FDA-2007-E-0282-0006 FDA None FDA-2007-E-0282 FDA/CDER to the USPTO - Letter Other LET-Letter 2008-11-20T05:00:00Z 2008 11 2008-11-20T05:00:00Z   2008-12-21T02:20:58Z   0 0 09000064807ae4c0
FDA-2007-E-0282-0008 FDA None FDA-2007-E-0282 Patent Term Extension Application - Appendix B Supporting & Related Material APP-Application 2008-11-20T05:00:00Z 2008 11     2008-11-20T15:17:15Z   0 0 090000648042b45a
FDA-2007-E-0282-0005 FDA None FDA-2007-E-0282 FDA/CDER to the USPTO - Letter Other LET-Letter 2008-11-20T05:00:00Z 2008 11 2008-11-20T05:00:00Z   2008-11-20T15:16:50Z   0 0 090000648053de88
FDA-2007-E-0282-0009 FDA None FDA-2007-E-0282 Patent Term Extension Application - Appendix C Supporting & Related Material APP-Application 2008-11-20T05:00:00Z 2008 11     2008-11-20T15:17:17Z   0 0 090000648042b45b
FDA-2007-E-0282-0010 FDA None FDA-2007-E-0282 Patent Term Extension Application - Appendix D Supporting & Related Material APP-Application 2008-11-20T05:00:00Z 2008 11     2008-11-20T15:17:18Z   0 0 090000648042b45c
FDA-2007-E-0282-0003 FDA None FDA-2007-E-0282 Determination of Regulatory Review Period for Purposes of Patent Extension; TEKTURNA Notice N-Notice 2008-05-02T04:00:00Z 2008 5     2008-05-02T12:04:08Z E8-09699 0 0 0900006480541b24
FDA-2007-E-0282-0002 FDA None FDA-2007-E-0282 FDA/CDER to USPTO - Letter Other LET-Letter 2007-11-21T05:00:00Z 2007 11     2008-12-05T18:44:49Z   0 0 090000648042b460
FDA-2007-E-0282-0001 FDA None FDA-2007-E-0282 USPTO to FDA/CDER - Letter Other LET-Letter 2007-06-27T04:00:00Z 2007 6     2008-12-05T18:44:23Z   0 0 090000648042b453

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