legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where bill_id = "118-s-5437"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 118-s-5437,Computers and information technology | OPTN Fee Collection Authority Act 118-s-5437 | Computers and information technology |
| 118-s-5437,Congressional oversight | OPTN Fee Collection Authority Act 118-s-5437 | Congressional oversight |
| 118-s-5437,Government studies and investigations | OPTN Fee Collection Authority Act 118-s-5437 | Government studies and investigations |
| 118-s-5437,Health information and medical records | OPTN Fee Collection Authority Act 118-s-5437 | Health information and medical records |
| 118-s-5437,Organ and tissue donation and transplantation | OPTN Fee Collection Authority Act 118-s-5437 | Organ and tissue donation and transplantation |
| 118-s-5437,User charges and fees | OPTN Fee Collection Authority Act 118-s-5437 | User charges and fees |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_subjects (
bill_id TEXT REFERENCES legislation(bill_id),
subject TEXT,
PRIMARY KEY (bill_id, subject)
);
CREATE INDEX idx_legsub_subject ON legislation_subjects(subject);