documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FDA-1999-N-0195" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-1999-N-0195-0006 | FDA | Amendment of Various Device Regulations FDA-1999-N-0195 | Amendment of Various Device Regulations to Reflect Current American Society for Testing and Materials Citations; Confirmation in Part and Technical Amendment | Rule | Confirmation of Effective Date | 2017-05-15T04:00:00Z | 2017 | 5 | 2024-10-29T15:10:49Z | 00–18082 | 0 | 0 | 09000064804b0503 | ||
| FDA-1999-N-0195-0005 | FDA | Amendment of Various Device Regulations FDA-1999-N-0195 | Standard Test Methods for Vulcanized Rubber and Thermoplastic Elastomers - Tension | Supporting & Related Material | Background Material | 2017-05-15T04:00:00Z | 2017 | 5 | 2024-10-29T15:52:59Z | 0 | 0 | 09000064825bb09d | |||
| FDA-1999-N-0195-0001 | FDA | Amendment of Various Device Regulations FDA-1999-N-0195 | Amendment of Various Device Regulations to Reflect Current American Society for Testing and Materials Citations; Companion Document to Direct Final Rule | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2017-05-15T04:00:00Z | 2017 | 5 | 2000-01-24T05:00:00Z | 2000-04-11T03:59:59Z | 2024-10-29T14:45:14Z | 00–1405 | 0 | 0 | 09000064804b0500 |
| FDA-1999-N-0195-0004 | FDA | Amendment of Various Device Regulations FDA-1999-N-0195 | Standard Specification for Rubber Contraceptives (Male Condoms) | Supporting & Related Material | Background Material | 2017-05-15T04:00:00Z | 2017 | 5 | 2024-10-29T15:51:18Z | 0 | 0 | 09000064825bb09c | |||
| FDA-1999-N-0195-0002 | FDA | Amendment of Various Device Regulations FDA-1999-N-0195 | Amendment of Various Device Regulations to Reflect Current American Society for Testing and Material Citations | Rule | Direct Final Rule | 2017-05-15T04:00:00Z | 2017 | 5 | 2024-10-29T15:06:43Z | 00-1404 | 0 | 0 | 09000064804b0501 | ||
| FDA-1999-N-0195-0007 | FDA | Amendment of Various Device Regulations FDA-1999-N-0195 | Amendment of Various Device Regulations to Reflect Current American Society for Testing and Materials Citations, Confirmation in Part and Technical Amendment; Correction | Rule | Correction | 2017-05-15T04:00:00Z | 2017 | 5 | 2024-10-29T15:15:45Z | 00-21562 | 0 | 0 | 09000064804b0504 |
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);