home / openregs

federal_register_agencies

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where document_number = "04-28112"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
04-28112,45 Final Regulations for Health Coverage Portability for Group Health Plans and Group Health Insurance Issuers Under HIPAA Titles I & IV 04-28112 Centers for Medicare & Medicaid Services 45
04-28112,131 Final Regulations for Health Coverage Portability for Group Health Plans and Group Health Insurance Issuers Under HIPAA Titles I & IV 04-28112 Employee Benefits Security Administration 131
04-28112,221 Final Regulations for Health Coverage Portability for Group Health Plans and Group Health Insurance Issuers Under HIPAA Titles I & IV 04-28112 Health and Human Services Department 221
04-28112,254 Final Regulations for Health Coverage Portability for Group Health Plans and Group Health Insurance Issuers Under HIPAA Titles I & IV 04-28112 Internal Revenue Service 254
04-28112,271 Final Regulations for Health Coverage Portability for Group Health Plans and Group Health Insurance Issuers Under HIPAA Titles I & IV 04-28112 Labor Department 271
04-28112,497 Final Regulations for Health Coverage Portability for Group Health Plans and Group Health Insurance Issuers Under HIPAA Titles I & IV 04-28112 Treasury Department 497

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE federal_register_agencies (
    document_number TEXT REFERENCES federal_register(document_number),
    agency_id INTEGER REFERENCES agencies(id),
    PRIMARY KEY (document_number, agency_id)
);
CREATE INDEX idx_fra_agency ON federal_register_agencies(agency_id);
Powered by Datasette · Queries took 10.376ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API