documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-1998-N-1016" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, comment_start_date, 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-1998-N-1016-0004 | FDA | General Requirements for Blood, Blood Components and Derivati FDA-1998-N-1016 | Notice of Approval re Agency Information Collection Activities; Announcement of OMB Approval; General Requirements for Blood, Blood Components, and Blood Derivatives; Donor Notification | Notice | Notice of Approval | 2011-08-16T04:00:00Z | 2011 | 8 | 2011-08-16T04:00:00Z | 2015-12-07T15:40:06Z | 0 | 0 | 09000064805a2a0a | ||
| FDA-1998-N-1016-0003 | FDA | General Requirements for Blood, Blood Components and Derivati FDA-1998-N-1016 | Notice of Final Rule re General Requirements for Blood, Blood Components, and Blood Derivatives; Donor Notifcation | Notice | Notice of Final Rule | 2011-08-16T04:00:00Z | 2011 | 8 | 2011-08-16T04:00:00Z | 2015-12-08T20:33:21Z | 0 | 0 | 09000064805a2a08 | ||
| FDA-1998-N-1016-0006 | FDA | General Requirements for Blood, Blood Components and Derivati FDA-1998-N-1016 | Supporting Statement re OMB Information Collection General Requirements for Blood, Blood Components, and Blood Derivatives; Donor notification (OMB No. 0910-0474) | Supporting & Related Material | Statement (Supporting and Related Material) | 2011-08-16T04:00:00Z | 2011 | 8 | 2015-12-04T20:36:25Z | 0 | 0 | 09000064805a2a09 | |||
| FDA-1998-N-1016-0015 | FDA | General Requirements for Blood, Blood Components and Derivati FDA-1998-N-1016 | Guideline re Guidance for Industry Donors of Blood and Blood Components: Notification of Donor Deferral Small Entity Compliance Guide | Other | Guidance | 2011-08-16T04:00:00Z | 2011 | 8 | 2011-08-16T04:00:00Z | 2015-12-04T17:11:05Z | 0 | 0 | 0900006480ee29f1 | ||
| FDA-1998-N-1016-0002 | FDA | General Requirements for Blood, Blood Components and Derivati FDA-1998-N-1016 | Notice of Meeting re Blood Safety Initiative: Extension of Comment Period on Proposed Rules and Announcement of Public Meeting | Notice | Meeting | 2011-08-16T04:00:00Z | 2011 | 8 | 2011-08-16T04:00:00Z | 1999-12-23T04:59:59Z | 2015-12-07T16:17:46Z | 0 | 0 | 09000064805a29fb | |
| FDA-1998-N-1016-0005 | FDA | General Requirements for Blood, Blood Components and Derivati FDA-1998-N-1016 | Background Material re General Requirements for Blood, Blood Components, and Blood Derivaties; Notification of Deferred Donors Reference 1 to 12 | Supporting & Related Material | Background Material | 2011-08-16T04:00:00Z | 2011 | 8 | 2015-12-07T14:59:47Z | 0 | 0 | 09000064805a29f5 | |||
| FDA-1998-N-1016-0001 | FDA | General Requirements for Blood, Blood Components and Derivati FDA-1998-N-1016 | Notice of Proposed Rule-Making re General Requirements for Blood, Blood Components, and Blood Derivatives; Notification of Deferred Donors | Proposed Rule | NPR-Notice of Proposed Rule-Making | 2011-06-03T04:00:00Z | 2011 | 6 | 2011-06-03T04:00:00Z | 1999-11-18T04:59:59Z | 2015-12-07T15:01:57Z | 0 | 0 | 09000064805a29f6 |
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);