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

6 rows where docket_id = "FDA-2005-N-0464" and posted_year = 2017 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 5
  • Notice 1

posted_year 1

  • 2017 · 6 ✖

agency_id 1

  • FDA 6
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-0244 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 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Establishment Registration of Producers of Drugs and Listing of Drugs in Commercial Distribution and Blood Establishment Registration and Product Listing Notice Announcement 2017-04-25T04:00:00Z 2017 4 2017-04-25T04:00:00Z   2017-04-25T14:08:22Z 2017-08305 0 0 090000648257352e
FDA-2005-N-0464-0241 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 Tab 3: Draft Final Economic Impact Analysis for a Prospective FDA Rule Governing: Foreign and Domestic Establishment Registration and Listing Requirements for Human Drugs, Certain Biological Drugs, and Animal Drugs - dated on 08/03/2005 Supporting & Related Material Background Material 2017-01-09T05:00:00Z 2017 1     2017-08-15T14:19:34Z   0 0 0900006480450bff
FDA-2005-N-0464-0243 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 Tab 5: Cost Impacts of the Over-the-Counter Pharmaceutical Labeling Rule - final report dated on 03/05/1999 Supporting & Related Material Background Material 2017-01-09T05:00:00Z 2017 1     2017-08-15T14:26:29Z   0 0 0900006480450bfe
FDA-2005-N-0464-0242 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 Tab 4: Profile of the Prescription drug wholesaling Industry: Examination of Entities Defining Supply and Demand in Drug Distribution - Final Report dated on 02/12/2001 Supporting & Related Material Background Material 2017-01-09T05:00:00Z 2017 1     2017-08-15T14:24:05Z   0 0 0900006480450bfa
FDA-2005-N-0464-0240 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 Tab 2: Letter from FDA/CDER to Eugene S. Peiser & Associates Dated on 08/25/1997 Supporting & Related Material Background Material 2017-01-09T05:00:00Z 2017 1     2017-08-15T14:16:37Z   0 0 0900006480450bf8
FDA-2005-N-0464-0239 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 Tab 1: Letter from National Association of CHAIN DRUG STORES(NACDS) to FDA/CDER on 09/27/2004 Supporting & Related Material Background Material 2017-01-09T05:00:00Z 2017 1     2017-08-15T14:13:32Z   0 0 0900006480450bfc

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