documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FDA-2005-N-0343" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, comment_start_date, posted_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-0343-0078 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | RIA for Medical Gas final rule FDA-2005-N-0343 | Other | Regulatory Analysis | 2016-12-15T05:00:00Z | 2016 | 12 | 2016-12-15T05:00:00Z | 2016-12-15T20:02:18Z | 0 | 0 | 090000648240cad6 | ||
| FDA-2005-N-0343-0036 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements | Rule | Correction | 2016-11-18T05:00:00Z | 2016 | 11 | 2016-11-18T05:00:00Z | 2016-11-18T18:23:52Z | 2016-27838 | 0 | 0 | 09000064823a092d | |
| FDA-2005-N-0343-0039 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | Reference 1 - Standard for Appropriate and Effective Regulations for Medical Gases within 21 CFR Parts 201, 2015, and 210 211 | Supporting & Related Material | Background Material | 2016-11-18T05:00:00Z | 2016 | 11 | 2016-11-18T18:36:29Z | 0 | 0 | 090000648239d4e4 | |||
| FDA-2005-N-0343-0040 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | Reference 2 - Standard Color Marking of Compressed Gas Containers for Medical Use | Supporting & Related Material | Background Material | 2016-11-18T05:00:00Z | 2016 | 11 | 2016-11-18T18:36:44Z | 0 | 0 | 090000648239d4e5 | |||
| FDA-2005-N-0343-0041 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | Reference 3 - Safety Bulletin SB-26, Cylinder Connections on Portable Liquid Cryogenic Cylinders | Supporting & Related Material | Background Material | 2016-11-18T05:00:00Z | 2016 | 11 | 2016-11-18T18:36:57Z | 0 | 0 | 090000648239d4e6 | |||
| FDA-2005-N-0343-0038 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | Reference list | Supporting & Related Material | Background Material | 2016-11-18T05:00:00Z | 2016 | 11 | 2016-11-18T18:35:49Z | 0 | 0 | 090000648239d91e | |||
| FDA-2005-N-0343-0042 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | Request for Extension from Compressed Gas Association (CGA) and Gases and Welding Distributors Association (GAWDA) | Other | Request for Extension | 2016-11-18T05:00:00Z | 2016 | 11 | 2016-11-18T05:00:00Z | 2016-11-18T19:12:30Z | 0 | 0 | 09000064804495ea | ||
| FDA-2005-N-0343-0037 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | April 10 2006 Federal Register for Medical Gas Containers and Closures_ Current Good Manufacturing Practice Requirements(1) | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2016-11-18T05:00:00Z | 2016 | 11 | 2016-11-18T05:00:00Z | 2016-11-18T18:34:55Z | 0 | 0 | 09000064823a2e3b | ||
| FDA-2005-N-0343-0016 | FDA | Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements FDA-2005-N-0343 | April 10 2006 Federal Register for Medical Gas Containers and Closures; Current Good Manufacturing Practice Requirements | Other | Proposal(s) | 2016-11-14T05:00:00Z | 2016 | 11 | 2016-11-14T05:00:00Z | 2016-11-18T18:29:26Z | 0 | 0 | 0900006482393fd0 |
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);