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-2005-P-0329" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Other 2

posted_year 1

  • 2015 · 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-2005-P-0329-0005 FDA Declare that Meloxicam, Orally Disintegrating Tablets, 7.5 mg,15 mg is Suitable for Submission as an ANDA; CLOSED FDA-2005-P-0329 Attachment 2 Prescribing information Mobic (Meloxicam) re: Citizen Petition from Camargo Pharmaceutical Services Supporting & Related Material Background Material 2015-09-30T04:00:00Z 2015 9     2015-09-30T16:07:37Z   0 0 090000648044869c
FDA-2005-P-0329-0003 FDA Declare that Meloxicam, Orally Disintegrating Tablets, 7.5 mg,15 mg is Suitable for Submission as an ANDA; CLOSED FDA-2005-P-0329 Citizen Petition from Camargo Pharmaceutical Services Other Citizen Petition 2015-09-30T04:00:00Z 2015 9 2015-09-30T04:00:00Z   2025-04-24T12:21:27Z   0 0 09000064804486ad
FDA-2005-P-0329-0006 FDA Declare that Meloxicam, Orally Disintegrating Tablets, 7.5 mg,15 mg is Suitable for Submission as an ANDA; CLOSED FDA-2005-P-0329 Attachment 3 Prescribing Information Meloxicam Orally Disintegrating Tablet re: Citizen Petition from Camargo Pharmaceutical Services Supporting & Related Material Background Material 2015-09-30T04:00:00Z 2015 9     2015-09-30T16:11:17Z   0 0 09000064804486b2
FDA-2005-P-0329-0007 FDA Declare that Meloxicam, Orally Disintegrating Tablets, 7.5 mg,15 mg is Suitable for Submission as an ANDA; CLOSED FDA-2005-P-0329 Attachment 4 Letter from FDA CDER to Boehringer Ingelheim Pharmaceuticals, Inc. re: Citizen Petition from Camargo Pharmaceutical Services Supporting & Related Material Background Material 2015-09-30T04:00:00Z 2015 9     2015-09-30T16:17:45Z   0 0 09000064804486b3
FDA-2005-P-0329-0009 FDA Declare that Meloxicam, Orally Disintegrating Tablets, 7.5 mg,15 mg is Suitable for Submission as an ANDA; CLOSED FDA-2005-P-0329 Background Material from Camargo Pharmaceutical Services Supporting & Related Material Background Material 2015-09-30T04:00:00Z 2015 9     2015-09-30T16:21:59Z   0 0 0900006481ca55ef
FDA-2005-P-0329-0004 FDA Declare that Meloxicam, Orally Disintegrating Tablets, 7.5 mg,15 mg is Suitable for Submission as an ANDA; CLOSED FDA-2005-P-0329 Attachment 1 Orange Book Listings for Meloxicam re: Citizen Petition from Camargo Pharmaceutical Services Supporting & Related Material Background Material 2015-09-30T04:00:00Z 2015 9     2025-04-24T12:22:16Z   0 0 09000064804486b0
FDA-2005-P-0329-0008 FDA Declare that Meloxicam, Orally Disintegrating Tablets, 7.5 mg,15 mg is Suitable for Submission as an ANDA; CLOSED FDA-2005-P-0329 Letter from Camargo Pharmaceutical Services to FDA CDER Other Letter(s) 2015-09-30T04:00:00Z 2015 9 2015-09-30T04:00:00Z   2025-04-24T12:22:45Z   0 0 0900006481ca48eb

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