documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FDA-1997-N-0398" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-1997-N-0398-0001 | FDA | Requirements for Refurbishers, Rebuilders, Remarketers Medic FDA-1997-N-0398 | Medical Devices; Refurbishers, Rebuilder, Reconditioners, Servicers, and “As Is” Remarketer of Medical Devices; Review and Revision of Compliance Policy Guides and Regulatory Requirements; Request for Comments and Information | Proposed Rule | NAP-Advanced Notice of Proposed Rulemaking | 2008-11-15T05:00:00Z | 2008 | 11 | 2008-11-15T05:00:00Z | 1998-03-24T04:59:59Z | 2008-11-15T19:27:33Z | 0 | 0 | 09000064805d414c | |
| FDA-1997-N-0398-0007 | FDA | Requirements for Refurbishers, Rebuilders, Remarketers Medic FDA-1997-N-0398 | H.I.M.A. Health Industry Mfg. Association - Request for Extension Comment Due Date | Other | EXT-Request for Extension Comment Due Date | 2008-11-15T05:00:00Z | 2008 | 11 | 2008-11-15T05:00:00Z | 2013-07-27T22:09:45Z | 0 | 0 | 09000064805d4151 | ||
| FDA-1997-N-0398-0002 | FDA | Requirements for Refurbishers, Rebuilders, Remarketers Medic FDA-1997-N-0398 | Medical Devices; Refurbishers, Rebuilder, Reconditioners, Servicers, and “As Is” Remarketer of Medical Devices; Review and Revision of Compliance Policy Guides and Regulatory Requirements; Request for Comments and Information; Extension Comment Period | Proposed Rule | NEC-Notice of Extension | 2008-11-15T05:00:00Z | 2008 | 11 | 2008-11-15T05:00:00Z | 1998-06-30T03:59:59Z | 2008-11-15T19:35:09Z | 0 | 0 | 09000064805d417e | |
| FDA-1997-N-0398-0006 | FDA | Requirements for Refurbishers, Rebuilders, Remarketers Medic FDA-1997-N-0398 | Medical Devices; Reconditioners, Rebuilder of Medical Devices; Revocation of Compliance Policy Guide; Request for Comments | Notice | N-Notice | 2008-11-15T05:00:00Z | 2008 | 11 | 2008-11-15T05:00:00Z | 2008-11-15T22:07:17Z | 0 | 0 | 09000064805d41ac | ||
| FDA-1997-N-0398-0008 | FDA | Requirements for Refurbishers, Rebuilders, Remarketers Medic FDA-1997-N-0398 | Intl Assn. of Medical Equipment Remarket - Request for Extension Comment Due Date | Other | EXT-Request for Extension Comment Due Date | 2008-11-15T05:00:00Z | 2008 | 11 | 2008-11-15T05:00:00Z | 2013-07-27T22:09:45Z | 0 | 0 | 09000064805d4153 |
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);