home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where docket_id = "FDA-2009-N-0458" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 4

  • Rule 2
  • Other 1
  • Proposed Rule 1
  • Supporting & Related Material 1

posted_year 1

  • 2010 · 5 ✖

agency_id 1

  • FDA 5
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-2009-N-0458-0010 FDA None FDA-2009-N-0458 Medical Devices; Pediatric Uses of Devices; Requirements for Submission of Information, etc.: Withdrawal Rule NWL-Notice of Withdrawl 2010-07-20T04:00:00Z 2010 7     2011-06-11T16:28:04Z 2010-17617 0 0 0900006480b1cf7d
FDA-2009-N-0458-0004 FDA None FDA-2009-N-0458 Tab A - "Draft Regulatory Action, April 1, 2010" - [OMB Review, Executive Order12866, RPMS Note to the Division of Docket Management, April 19, 2010" - (Medical Device; Requirement for Submission of Information on Pediatric Subpopulations That Suffer From a Disease or Condition That a Device is Intended to Treat, Diagnose, or Cure; Direct Final Rule, April 1, 2010) - Reference] Supporting & Related Material REF-Reference (internal unless indicated) 2010-04-30T04:00:00Z 2010 4     2010-04-30T19:27:49Z   0 0 0900006480adc3b1
FDA-2009-N-0458-0003 FDA None FDA-2009-N-0458 OMB Review, Executive Order12866, Regulatory Policy and Management Staff Note to the Division of Docket Management, April 19, 2010" - [Medical Device; Requirement for Submission of Information on Pediatric Subpopulations That Suffer From a Disease or Condition That a Device is Intended to Treat, Diagnose, or Cure; Directfinal Rule, April 1, 2010] - Reference Other REF-Reference 2010-04-30T04:00:00Z 2010 4 2010-04-30T04:00:00Z   2010-04-30T19:27:47Z   0 0 0900006480adc3af
FDA-2009-N-0458-0002 FDA None FDA-2009-N-0458 Medical Devices; Pediatric Uses of Devices: Requirement for Submission of Information on Pediatric Subpopulations That Suffer From a Disease, et al. Rule NFR-Notice of Final Rule 2010-04-01T04:00:00Z 2010 4 2010-04-01T04:00:00Z 2010-06-16T03:59:59Z 2011-06-11T16:28:04Z 2010-07193 0 0 0900006480ace1bb
FDA-2009-N-0458-0001 FDA None FDA-2009-N-0458 Medical Devices; Pediatric Uses of Devices: Requirement for Submission of Information on Pediatric Subpopulations That Suffer From a Disease, etc. Proposed Rule NPR-Notice of Proposed Rule-Making 2010-04-01T04:00:00Z 2010 4 2010-04-01T04:00:00Z 2010-06-16T03:59:59Z 2011-06-11T16:28:05Z 2010-07192 0 0 0900006480ace1b9

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1045.394ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API