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-2002-P-0007" and posted_year = 2004 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 5
  • Supporting & Related Material 2

posted_year 1

  • 2004 · 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-2002-P-0007-0008 FDA Cefuroxime Axetil Tablets Oral suspension 125mg & 250mg ANDA - CLOSED FDA-2002-P-0007 Letter from FDA DDM to The Weinberg Group Inc. Other Acknowledgement Letter/Receipt 2004-06-02T04:00:00Z 2004 6     2024-08-26T18:24:50Z   0 0 090000648048743a
FDA-2002-P-0007-0004 FDA Cefuroxime Axetil Tablets Oral suspension 125mg & 250mg ANDA - CLOSED FDA-2002-P-0007 Acknowledgement Letter from FDA DDM to The Weinberg Group Inc. Other Acknowledgement Letter/Receipt 2004-06-02T04:00:00Z 2004 6     2024-08-26T18:17:02Z   0 0 090000648048742f
FDA-2002-P-0007-0005 FDA Cefuroxime Axetil Tablets Oral suspension 125mg & 250mg ANDA - CLOSED FDA-2002-P-0007 Attachment 1 Cefuroxime Axetil Tablets for Oral Suspension [The Weinberg Group Inc. PRC 1) Supporting & Related Material Background Material 2004-06-02T04:00:00Z 2004 6     2024-08-26T18:45:47Z   0 0 0900006480487432
FDA-2002-P-0007-0006 FDA Cefuroxime Axetil Tablets Oral suspension 125mg & 250mg ANDA - CLOSED FDA-2002-P-0007 Attachment 2 "Madlon-Kay, D.J and Mosch, F.S. D- Liquid Medication Dosing Errors" The Weinberg Group Inc. Supporting & Related Material Background Material 2004-06-02T04:00:00Z 2004 6     2024-08-26T18:46:21Z   0 0 0900006480487435
FDA-2002-P-0007-0007 FDA Cefuroxime Axetil Tablets Oral suspension 125mg & 250mg ANDA - CLOSED FDA-2002-P-0007 SEE FDA-2002-P-0007-0004 Other   2004-06-02T00:00:00Z 2004 6     2011-01-14T20:19:11Z   0 1 0900006480487437
FDA-2002-P-0007-0003 FDA Cefuroxime Axetil Tablets Oral suspension 125mg & 250mg ANDA - CLOSED FDA-2002-P-0007 Petition Denial from FDA CDER to The Weinberg Group, Inc. Other PDN-Petition Denial 2004-05-04T04:00:00Z 2004 5     2024-08-26T17:53:09Z   0 0 0900006480487428
FDA-2002-P-0007-0002 FDA Cefuroxime Axetil Tablets Oral suspension 125mg & 250mg ANDA - CLOSED FDA-2002-P-0007 Interim Response to The Weinberg Group Inc (CP1) Other LET-Letter 2004-02-05T05:00:00Z 2004 2     2024-08-26T17:51:54Z   0 0 0900006480487423

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