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

5 rows where fr_document_number = "2018-06081"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2018-06081,CMS-2018-0033-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2018-06081 Agency Information Collection Activities; Proposals, Submissions, and Approvals CMS-2018-0033-0001
2018-06081,CMS-2018-0059-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2018-06081 (CMS-R-153) Medicaid Drug Use Review (DUR) Program CMS-2018-0059-0001
2018-06081,CMS-2018-0060-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2018-06081 (CMS-10341) Section 1115 Demonstration Projects Regulations at 42 CFR 431.408, 431.412, 431.420, 431.424, and 431.428 CMS-2018-0060-0001
2018-06081,CMS-2018-0061-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2018-06081 (CMS-10538) Hospice Information for Medicare Part D Plans CMS-2018-0061-0001
2018-06081,CMS-2018-0073-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2018-06081 (CMS-10561) - Essential Community Provider Data Collection to Support QHP Certification for PYs 2021-2023 CMS-2018-0073-0001

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