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

7 rows where docket_id = "FDA-2006-D-0357" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Notice 3
  • Supporting & Related Material 3
  • Other 1

posted_year 2

  • 2006 4
  • 2007 3

agency_id 1

  • FDA 7
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-2006-D-0357-0006 FDA Guidance for Industry and Food and Drug Administration Staff; Commercially Distributed Analyte Specific Reagents (ASRs): Frequently Asked Questions FDA-2006-D-0357 Guidance Supporting & Related Material GDL-Guidance 2007-09-14T04:00:00Z 2007 9     2008-04-11T23:06:49Z   0 0 090000648045f827
FDA-2006-D-0357-0007 FDA Guidance for Industry and Food and Drug Administration Staff; Commercially Distributed Analyte Specific Reagents (ASRs): Frequently Asked Questions FDA-2006-D-0357 FDA Notice NAD-Notice of Availability of Data 2007-09-14T04:00:00Z 2007 9 2007-09-13T04:00:00Z   2008-04-11T23:06:48Z   0 0 090000648045f828
FDA-2006-D-0357-0005 FDA Guidance for Industry and Food and Drug Administration Staff; Commercially Distributed Analyte Specific Reagents (ASRs): Frequently Asked Questions FDA-2006-D-0357 FDA & 21st Century Medicine Coalition Other MM-Memorandum of Meeting 2007-05-31T04:00:00Z 2007 5     2008-04-11T23:06:49Z   0 0 090000648045f825
FDA-2006-D-0357-0004 FDA Guidance for Industry and Food and Drug Administration Staff; Commercially Distributed Analyte Specific Reagents (ASRs): Frequently Asked Questions FDA-2006-D-0357 FDA Notice NEC-Notice of Extension 2006-11-29T05:00:00Z 2006 11 2006-11-27T05:00:00Z 2007-03-06T04:59:59Z 2008-04-11T23:06:48Z   0 0 090000648045f784
FDA-2006-D-0357-0001 FDA Guidance for Industry and Food and Drug Administration Staff; Commercially Distributed Analyte Specific Reagents (ASRs): Frequently Asked Questions FDA-2006-D-0357 FDA Notice NAD-Notice of Availability of Data 2006-09-08T04:00:00Z 2006 9 2006-09-05T04:00:00Z 2006-12-07T04:59:59Z 2008-04-11T23:06:49Z   0 0 090000648045f743
FDA-2006-D-0357-0002 FDA Guidance for Industry and Food and Drug Administration Staff; Commercially Distributed Analyte Specific Reagents (ASRs): Frequently Asked Questions FDA-2006-D-0357 Guidance Supporting & Related Material GDL-Guidance 2006-09-08T04:00:00Z 2006 9     2008-04-11T23:06:48Z   0 0 090000648045f763
FDA-2006-D-0357-0003 FDA Guidance for Industry and Food and Drug Administration Staff; Commercially Distributed Analyte Specific Reagents (ASRs): Frequently Asked Questions FDA-2006-D-0357 Guidance Supporting & Related Material GDL-Guidance 2006-09-08T04:00:00Z 2006 9     2008-04-11T23:06:48Z   0 0 090000648045f76a

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 43.877ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API