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 agency_id = "FDA" and docket_id = "FDA-2006-D-0032" 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, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 4
  • Notice 2
  • Other 1

posted_year 1

  • 2006 7

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-0032-0005 FDA Guidance for Clinical Investigators, Institutional Review Boards and Sponsors Process for Handling Referrals to FDA Under 21 CFR 50.54 : Additional Safeguards for Children in Clinical Investigations FDA-2006-D-0032 FDA Notice NAD-Notice of Availability of Data 2006-12-22T05:00:00Z 2006 12 2006-12-21T05:00:00Z   2008-04-11T22:52:06Z   0 0 09000064804420d6
FDA-2006-D-0032-0007 FDA Guidance for Clinical Investigators, Institutional Review Boards and Sponsors Process for Handling Referrals to FDA Under 21 CFR 50.54 : Additional Safeguards for Children in Clinical Investigations FDA-2006-D-0032 Guidance Supporting & Related Material GDL-Guidance 2006-12-22T05:00:00Z 2006 12     2008-04-11T22:52:06Z   0 0 09000064804420d8
FDA-2006-D-0032-0006 FDA Guidance for Clinical Investigators, Institutional Review Boards and Sponsors Process for Handling Referrals to FDA Under 21 CFR 50.54 : Additional Safeguards for Children in Clinical Investigations FDA-2006-D-0032 Guidance for Clinical Investigators, Institutional Review Boards and Sponsors; Process for Handling Referrals to FDA Under 21 CFR 50.54; Additional Safeguards for Children in Clinical Investigations Other Guidance 2006-12-01T05:00:00Z 2006 12 2006-12-01T05:00:00Z   2024-11-12T04:12:33Z   1 0 09000064804420d7
FDA-2006-D-0032-0002 FDA Guidance for Clinical Investigators, Institutional Review Boards and Sponsors Process for Handling Referrals to FDA Under 21 CFR 50.54 : Additional Safeguards for Children in Clinical Investigations FDA-2006-D-0032 Draft Guidance Supporting & Related Material GDL-Guidance 2006-05-10T04:00:00Z 2006 5     2008-04-11T22:52:06Z   0 0 09000064804420cd
FDA-2006-D-0032-0001 FDA Guidance for Clinical Investigators, Institutional Review Boards and Sponsors Process for Handling Referrals to FDA Under 21 CFR 50.54 : Additional Safeguards for Children in Clinical Investigations FDA-2006-D-0032 FDA Notice NAD-Notice of Availability of Data 2006-05-10T04:00:00Z 2006 5 2006-05-10T04:00:00Z 2006-07-11T03:59:59Z 2008-04-11T22:52:06Z   0 0 09000064804420c8
FDA-2006-D-0032-0003 FDA Guidance for Clinical Investigators, Institutional Review Boards and Sponsors Process for Handling Referrals to FDA Under 21 CFR 50.54 : Additional Safeguards for Children in Clinical Investigations FDA-2006-D-0032 Draft Guidance Supporting & Related Material GDL-Guidance 2006-05-10T04:00:00Z 2006 5     2008-04-11T22:52:06Z   0 0 09000064804420ce
FDA-2006-D-0032-0004 FDA Guidance for Clinical Investigators, Institutional Review Boards and Sponsors Process for Handling Referrals to FDA Under 21 CFR 50.54 : Additional Safeguards for Children in Clinical Investigations FDA-2006-D-0032 Draft Guidance Supporting & Related Material GDL-Guidance 2006-05-10T04:00:00Z 2006 5     2008-04-11T22:52:06Z   0 0 09000064804420cf

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);
Powered by Datasette · Queries took 76.371ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API