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-2019-D-4212" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, fr_doc_num, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 3

  • 2019 3
  • 2020 2
  • 2023 2

document_type 3

  • Notice 3
  • Other 3
  • Rule 1

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-2019-D-4212-0009 FDA None FDA-2019-D-4212 Wholesale Distributor Verification Requirement for Saleable Returned Drug Product and Dispenser Verification Requirements When Investigating a Suspect or Illegitimate Product—Compliance Policies Guidance for Industry Other Guidance 2023-09-01T04:00:00Z 2023 9 2023-09-01T04:00:00Z   2024-11-12T23:54:10Z   1 0 0900006485f31af3
FDA-2019-D-4212-0008 FDA None FDA-2019-D-4212 Wholesale Distributor Verification Requirement for Saleable Returned Drug Product and Dispenser Verification Requirements When Investigating a Suspect or Illegitimate Product—Compliance Policies, Revision 1; Guidance for Industry; Availability Rule Final Rule 2023-09-01T04:00:00Z 2023 9 2023-09-01T04:00:00Z   2023-09-05T13:17:12Z 2023-18899 0 0 0900006485f2ff32
FDA-2019-D-4212-0006 FDA None FDA-2019-D-4212 Wholesale Distributor Verification Requirement for Saleable Returned Drug Product and Dispenser Verification Requirements When Investigating a Suspect or Illegitimate Product—Compliance Policies; Guidance for Industry; Availability Notice Notice of Availability 2020-10-23T04:00:00Z 2020 10 2020-10-23T04:00:00Z   2020-10-23T14:56:36Z 2020-23524 0 0 0900006484928cd2
FDA-2019-D-4212-0007 FDA None FDA-2019-D-4212 Wholesale Distributor Verification Requirement for Saleable Returned Drug Product and Dispenser Verification Requirements When Investigating a Suspect or Illegitimate Product -Compliance Policies Guidance for Industry Other Guidance 2020-10-22T04:00:00Z 2020 10 2020-10-27T04:00:00Z   2023-09-01T13:55:47Z   0 0 0900006484938f00
FDA-2019-D-4212-0001 FDA None FDA-2019-D-4212 Wholesale Distributor Verification Requirement for Saleable Returned Drug Product—Compliance Policy; Guidance for Industry; Availability Notice Notice of Availability 2019-09-24T04:00:00Z 2019 9 2019-09-24T04:00:00Z   2019-09-24T16:25:13Z 2019-20651 0 0 0900006483fbd372
FDA-2019-D-4212-0003 FDA None FDA-2019-D-4212 Wholesale Distributor Verification Requirement for Saleable Returned Drug Product—Compliance Policy; Guidance for Industry; Availability Notice Notice of Data Availability 2019-09-24T04:00:00Z 2019 9 2019-09-24T04:00:00Z   2019-09-25T17:42:38Z 2019-20651 0 0 0900006483fbc63c
FDA-2019-D-4212-0002 FDA None FDA-2019-D-4212 Final Guidance for Industry on Wholesale Distributor Verification Requirement for Saleable Returned Drug Product - Compliance Policy Other Guidance 2019-09-24T04:00:00Z 2019 9 2019-09-24T04:00:00Z   2023-09-01T13:55:29Z   0 0 0900006483fbd762

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 391.767ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API