home / openregs

fr_regs_crossref

Cross-reference linking Federal Register document numbers to Regulations.gov document IDs.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where fr_document_number = "2016-26246"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2016-26246,CMS-2016-0186-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2016-26246 (CMS-416) Annual Early and Periodic Screening, Diagnostic and Treatment (EPSDT) Participation Report CMS-2016-0186-0001
2016-26246,CMS-2016-0187-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2016-26246 (CMS-8003) 1915(c) Home and Community Based Services (HCBS) Waiver CMS-2016-0187-0001
2016-26246,CMS-2016-0188-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2016-26246 (CMS-10142) Bid Pricing Tool (BPT) for Medicare Advantage (MA) Plans and Prescription Drug Plans (PDP) CMS-2016-0188-0001
2016-26246,CMS-2016-0189-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2016-26246 (CMS-10396) Medication Therapy Management Program Improvements CMS-2016-0189-0001
2016-26246,CMS-2016-0190-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2016-26246 (CMS-R-262) Contract Year 2018 Plan Benefit Package (PBP) Software and Formulary Submission CMS-2016-0190-0001
2016-26246,CMS-2017-0167-0014 Agency Information Collection Activities: Proposed Collection; Comment Request 2016-26246 Agency Information Collection Activities; Proposals, Submissions, and Approvals CMS-2017-0167-0014

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE fr_regs_crossref (
    fr_document_number TEXT REFERENCES federal_register(document_number),
    regs_document_id TEXT REFERENCES documents(id),
    PRIMARY KEY (fr_document_number, regs_document_id)
);
CREATE INDEX idx_crossref_fr ON fr_regs_crossref(fr_document_number);
CREATE INDEX idx_crossref_regs ON fr_regs_crossref(regs_document_id);
Powered by Datasette · Queries took 2.563ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API