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-2005-N-0464" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 3
  • Rule 2

posted_year 1

  • 2016 · 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-2005-N-0464-0238 FDA Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs That Are Regulated Under a Biologics License Application, and Animal Drugs; Correction Rule Final Rule 2016-12-13T05:00:00Z 2016 12 2016-12-13T05:00:00Z   2016-12-13T14:31:48Z 2016-29774 0 0 09000064823fed93
FDA-2005-N-0464-0235 FDA Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that Are Regulated Under a Biologics License Application, and Animal Drugs Supporting & Related Material Background Material 2016-08-31T04:00:00Z 2016 8     2016-08-31T14:33:56Z   0 0 09000064821b7bb5
FDA-2005-N-0464-0237 FDA Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 Ref2_ERG Revisions 1995 DRAFT FINAL REPORT ECONOMIC THRESHOLD AND REGULATORY FLEXIBILITY ASSESSMENT OF PROPOSED CHANGES TO THE CURRENT GOOD MANUFACTURING PRACTICE REGULATIONS FOR MANUFACTURING, PROCESSING, PACKING, OR HOLDING DRUGS (21CFR210&211) re Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under Supporting & Related Material Background Material 2016-08-31T04:00:00Z 2016 8     2016-08-31T14:37:59Z   0 0 09000064821b7bb7
FDA-2005-N-0464-0236 FDA Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 Ref1_BLS_wages_May_2014_NAICS325400 - Pharmaceutical and Medicine Manufacturing re Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs Supporting & Related Material Background Material 2016-08-31T04:00:00Z 2016 8     2016-08-31T14:36:09Z   0 0 09000064821b7bb6
FDA-2005-N-0464-0234 FDA Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs That Are Regulated Under a Biologics License Application, and Animal Drugs Rule Final Rule 2016-08-31T04:00:00Z 2016 8 2016-08-31T04:00:00Z   2016-08-31T14:21:07Z 2016-20471 0 0 09000064821b68af

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