documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FDA-2005-N-0033" and posted_year = 2007 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-0033-0005 | FDA | Use of Materials Derived from Cattle in Medical Products Intended for Use in Humans and Drugs Intended for Use in Ruminants FDA-2005-N-0033 | FDA | Notice | NEC-Notice of Extension | 2007-03-30T04:00:00Z | 2007 | 3 | 2007-03-29T04:00:00Z | 2007-05-15T03:59:59Z | 2008-04-11T23:49:22Z | 0 | 0 | 090000648043e969 | |
| FDA-2005-N-0033-0001 | FDA | Use of Materials Derived from Cattle in Medical Products Intended for Use in Humans and Drugs Intended for Use in Ruminants FDA-2005-N-0033 | FDA | Notice | NPR-Notice of Proposed Rule-Making | 2007-01-12T05:00:00Z | 2007 | 1 | 2007-01-11T05:00:00Z | 2007-03-14T03:59:59Z | 2008-04-11T23:49:20Z | 0 | 0 | 090000648043e8b9 | |
| FDA-2005-N-0033-0003 | FDA | Use of Materials Derived from Cattle in Medical Products Intended for Use in Humans and Drugs Intended for Use in Ruminants FDA-2005-N-0033 | FDA | Notice | NPR-Notice of Proposed Rule-Making | 2007-01-12T05:00:00Z | 2007 | 1 | 2007-01-11T05:00:00Z | 2007-03-14T03:59:59Z | 2008-04-11T23:49:22Z | 0 | 0 | 090000648043e910 | |
| FDA-2005-N-0033-0004 | FDA | Use of Materials Derived from Cattle in Medical Products Intended for Use in Humans and Drugs Intended for Use in Ruminants FDA-2005-N-0033 | Environmental Assessment | Supporting & Related Material | EA-Environmental Assessment | 2007-01-12T05:00:00Z | 2007 | 1 | 2008-04-11T23:49:20Z | 0 | 0 | 090000648043e911 | |||
| FDA-2005-N-0033-0002 | FDA | Use of Materials Derived from Cattle in Medical Products Intended for Use in Humans and Drugs Intended for Use in Ruminants FDA-2005-N-0033 | Finding of No Significant Impact | Supporting & Related Material | FONS-Finding of no Significant Impact | 2007-01-11T05:00:00Z | 2007 | 1 | 2008-04-11T23:49:22Z | 0 | 0 | 090000648043e8bb |
Advanced export
JSON shape: default, array, newline-delimited, object
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);