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 = "2022-11301"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2022-11301,CMS-2022-0093-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2022-11301 Hospital Notices: IM/DND (CMS-10065/10066) CMS-2022-0093-0001
2022-11301,CMS-2022-0094-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2022-11301 Medicare Outpatient Observation Notice (MOON) (CMS-10611) CMS-2022-0094-0001
2022-11301,CMS-2022-0097-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2022-11301 Agent/Broker Data Collection in Federally-Facilitated Health Insurance Exchanges - CMS-10464 CMS-2022-0097-0001
2022-11301,CMS-2022-0098-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2022-11301 Compliance with Individual and Group Market Reforms under Title XXVII of the Public Health Service Act (CMS-10430) CMS-2022-0098-0001
2022-11301,CMS-2022-0099-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2022-11301 Data Submission Requirements to Receive the Federally-facilitated Exchange User Fee Adjustment (CMS-10492) CMS-2022-0099-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 502.979ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API