home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

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

15 rows where bill_id = "98-hr-5859" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 15
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
98-hr-5859,B001158 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 B001158 Rep. Burton, Sala [D-CA-5] D CA 1984-06-14 1
98-hr-5859,S000948 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 S000948 Rep. Stokes, Louis [D-OH-21] D OH 1984-06-14 1
98-hr-5859,O000159 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 O000159 Rep. Owens, Major R. [D-NY-12] D NY 1984-06-14 1
98-hr-5859,T000326 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 T000326 Rep. Towns, Edolphus [D-NY-11] D NY 1984-06-14 1
98-hr-5859,M000826 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 M000826 Rep. Mitchell, Parren J. [D-MD-7] D MD 1984-06-14 1
98-hr-5859,S000673 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 S000673 Rep. Solarz, Stephen J. [D-NY-13] D NY 1984-06-14 1
98-hr-5859,O000001 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 O000001 Rep. Oakar, Mary Rose [D-OH-20] D OH 1984-06-14 1
98-hr-5859,C000621 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 C000621 Rep. Coleman, Ronald D. [D-TX-16] D TX 1984-06-14 1
98-hr-5859,F000261 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 F000261 Rep. Ford, Harold E. [D-TN-9] D TN 1984-06-14 1
98-hr-5859,C000634 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 C000634 Rep. Collins, Cardiss [D-IL-7] D IL 1984-06-14 1
98-hr-5859,F000041 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 F000041 Rep. Fascell, Dante B. [D-FL-19] D FL 1984-06-14 1
98-hr-5859,M000796 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 M000796 Rep. Minish, Joseph G. [D-NJ-11] D NJ 1984-06-14 1
98-hr-5859,R000067 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 R000067 Rep. Ratchford, William R. [D-CT-5] D CT 1984-06-14 1
98-hr-5859,M000589 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 M000589 Rep. McNulty, James F., Jr. [D-AZ-5] D AZ 1984-06-14 1
98-hr-5859,B000432 A bill to provide for development of a methodology for payment for hospital outpatient care under the medicare program based on the diagnosis-related group in which patients' treatment is classified. 98-hr-5859 B000432 Rep. Biaggi, Mario [D-NY-19] D NY 1984-06-14 1

Advanced export

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

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 6.459ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API