documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FDA-2003-N-0212" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, 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-2003-N-0212-0006 | FDA | Medical Devices; Exception from General Requirements for Informed Consent FDA-2003-N-0212 | (OMB Changes) Medical Devices; Exception from General Requirements for Informed Consent, Tab A and Tab B | Other | Consent | 2011-12-09T05:00:00Z | 2011 | 12 | 2011-12-09T19:52:36Z | 0 | 0 | 0900006480f7f224 | |||
| FDA-2003-N-0212-0005 | FDA | Medical Devices; Exception from General Requirements for Informed Consent FDA-2003-N-0212 | Notice of Final Rule re Medical Devices: Exception From General Requirements for Informed Consent | Rule | Final Rule | 2011-06-24T04:00:00Z | 2011 | 6 | 2011-06-24T04:00:00Z | 2015-12-07T16:16:06Z | 2011-15816 | 0 | 0 | 0900006480eb3487 | |
| FDA-2003-N-0212-0004 | FDA | Medical Devices; Exception from General Requirements for Informed Consent FDA-2003-N-0212 | Notice re Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Medical Devices; Exception From General Requirements for Informed Consent | Notice | General Notice | 2007-02-16T05:00:00Z | 2007 | 2 | 2007-02-15T05:00:00Z | 2015-12-07T15:35:21Z | 0 | 0 | 090000648048c1cf | ||
| FDA-2003-N-0212-0001 | FDA | Medical Devices; Exception from General Requirements for Informed Consent FDA-2003-N-0212 | Notice of Interim Rule re Medical Devices; Exception from General requirements for Informed Consent | Rule | Interim Final Rule | 2006-06-08T04:00:00Z | 2006 | 6 | 2006-06-06T04:00:00Z | 2006-08-09T03:59:59Z | 2015-12-07T16:12:36Z | 0 | 0 | 090000648048c13a |
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);