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

12 rows where fr_document_number = "2013-15558"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2013-15558,CMS-2013-0141-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-10237) Part C -Medicare Advantage and 1876 Cost Plan Expansion Application CMS-2013-0141-0001
2013-15558,CMS-2013-0142-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-10198) Collection Requirements Pertaining to the Creditable Coverage Disclosure to CMS On-Line Form and Instructions CMS-2013-0142-0001
2013-15558,CMS-2013-0143-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-R-267) Medicare Advantage Program Requirements CMS-2013-0143-0001
2013-15558,CMS-2013-0144-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-10137) Solicitation for Applications for Medicare Prescription Drug Plan 2015 Contracts CMS-2013-0144-0001
2013-15558,CMS-2013-0145-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-43) Application for Hospital Insurance Benefits for Individuals with End Stage Renal Disease CMS-2013-0145-0001
2013-15558,CMS-2013-0146-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-1763) Request for Termination of Premium Hospital and/or Supplementary Medical Insurance CMS-2013-0146-0001
2013-15558,CMS-2013-0147-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-1728-94) Home Health Agency Cost Report CMS-2013-0147-0001
2013-15558,CMS-2013-0149-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-10305) Part C Medicare Advantage Reporting Requirements and Supporting Regulations CMS-2013-0149-0001
2013-15558,CMS-2013-0157-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-43) Application for Hospital Insurance Benefits for Individuals with End Stage Renal Disease CMS-2013-0157-0001
2013-15558,CMS-2013-0164-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 Enrollee Satisfaction Survey Data Collection CMS-2013-0164-0001
2013-15558,CMS-2013-0166-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-10199) Data Collection for Medicare Facilities Performing Carotid Artery Stenting with Embolic Protection in Patients at High Risk for Carotid Endarterectomy CMS-2013-0166-0001
2013-15558,CMS-2013-0168-0001 Agency Information Collection Activities: Proposed Collection; Comment Request 2013-15558 (CMS-R-38) Conditions of Certification for Rural Health Clinics CMS-2013-0168-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 31.048ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API