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

13 rows where docket_id = "FDA-2005-N-0281" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2005 9
  • 2006 4

document_type 2

  • Other 12
  • Notice 1

agency_id 1

  • FDA 13
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-2005-N-0281-0013 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 December 8, 2005 Transcript Other TR-Transcript 2006-01-10T05:00:00Z 2006 1     2008-04-11T23:53:45Z   0 0 0900006480444c25
FDA-2005-N-0281-0010 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 December 7, 2005 Transcript Other TR-Transcript 2006-01-10T05:00:00Z 2006 1     2008-04-11T23:53:39Z   0 0 0900006480444c22
FDA-2005-N-0281-0012 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 December 8, 2005 Transcript Other TR-Transcript 2006-01-10T05:00:00Z 2006 1     2008-04-11T23:53:28Z   0 0 0900006480444c24
FDA-2005-N-0281-0011 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 December 7, 2005 Transcript Other TR-Transcript 2006-01-10T05:00:00Z 2006 1     2008-04-11T23:53:39Z   0 0 0900006480444c23
FDA-2005-N-0281-0007 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 Agenda for December 7-8, 2005 Hearing Other LST-List 2005-12-16T05:00:00Z 2005 12     2008-04-11T23:53:34Z   0 0 0900006480444c01
FDA-2005-N-0281-0009 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 List of Attendees for 12/7-8/2005 Public Meeting Other LST-List 2005-12-16T05:00:00Z 2005 12     2008-04-11T23:53:48Z   0 0 0900006480444c17
FDA-2005-N-0281-0006 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 Agenda for December 7-8, 2005 Hearing Other LST-List 2005-12-16T05:00:00Z 2005 12     2008-04-11T23:53:36Z   0 0 0900006480444c00
FDA-2005-N-0281-0008 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 Director, Center for Drugs Evaluation and Research, FDA Other TS-Testimony 2005-12-16T05:00:00Z 2005 12     2008-04-11T23:53:31Z   0 0 0900006480444c02
FDA-2005-N-0281-0005 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 Embassy of France / Economic Department Other APE-Appearance Request 2005-12-06T05:00:00Z 2005 12     2008-04-11T23:53:34Z   0 0 0900006480444bec
FDA-2005-N-0281-0004 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 Gallagher, Maryann Other EAPE-Electronic Request for Appearance 2005-11-07T05:00:00Z 2005 11     2008-04-11T23:53:36Z   0 0 0900006480444bc0
FDA-2005-N-0281-0003 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 Frank, Lesley Other EAPE-Electronic Request for Appearance 2005-10-14T04:00:00Z 2005 10     2008-04-11T23:53:49Z   0 0 0900006480444b8f
FDA-2005-N-0281-0002 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 Mettler, Erik Other EAPE-Electronic Request for Appearance 2005-10-05T04:00:00Z 2005 10     2008-04-11T23:53:46Z   0 0 0900006480444b85
FDA-2005-N-0281-0001 FDA FDAs Communication of Drug Safety Information; Public Hearing FDA-2005-N-0281 FDA Notice NHC-Notice of Hearing Before Commissioner 2005-10-03T04:00:00Z 2005 10 2005-10-03T04:00:00Z 2006-01-10T04:59:59Z 2008-04-11T23:53:32Z   0 0 0900006480444b44

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