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

3 rows where fr_document_number = "2011-30729"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2011-30729,CMS-2011-0180-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2011-30729 Request for Certification as a Rural Health Clinic Form and Supporting Regulations in 42CFR 491.1–491.11 (CMS-29) CMS-2011-0180-0001
2011-30729,CMS-2011-0186-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2011-30729 (CMS-29) Request for Certification as a Rural Health Clinic Form and Supporting Regulations in 42 CFR 491.1–491.11 CMS-2011-0186-0001
2011-30729,CMS-2011-0187-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2011-30729 (CMS-209) Laboratory Personnel Report (CLIA) and Supporting Regulations in 42 CFR 493.1357, 493.1363, 493.1405, 493.1406, 493.1411, 493.1417, 493.1423, 493.1443, 493.1449, 493.1455, 493.1461, 493.1462, 493.1469, 493.1483, 493.1489 and 493.1491 CMS-2011-0187-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 3.137ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API