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 = "2010-26519"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2010-26519,CMS-2010-0247-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2010-26519 Medicaid Program; MMIS APD Template for Use by States When Implementing the Mandatory National Correct Coding Initiative in Medicaid, SMD Letter #10-017 dated September 1, 2010 (CMS-10358) CMS-2010-0247-0001
2010-26519,CMS-2010-0248-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2010-26519 : National Implementation of Hospital Consumer Assessment of Healthcare Providers and Systems (HCAHPS) - (CMS-10102) CMS-2010-0248-0001
2010-26519,CMS-2010-0249-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2010-26519 Outpatient Rehabilitation Provider Cost Report utilized by Community Mental Health Centers (CMS-2088-92) CMS-2010-0249-0001
2010-26519,CMS-2010-0249-0002 Agency Information Collection Activities: Proposed Collection; Comment Request 2010-26519 Outpatient Rehabilitation Provider Cost Report utilized by Community Mental Health Centers CMS-2010-0249-0002
2010-26519,CMS-2010-0250-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2010-26519 Recognition of payment for new technology services for New Technology ambulatory payment classification (APC) groups under the Outpatient Prospective Payment System (CMS-10054) CMS-2010-0250-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 335.82ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API