legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where bill_type = "hres", congress = 109 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: introduced_date (date), latest_action_date (date), update_date (date)
| bill_id | congress | bill_type | bill_number | title | policy_area | introduced_date ▲ | latest_action_date | latest_action_text | origin_chamber | sponsor_name | sponsor_state | sponsor_party | sponsor_bioguide_id | cosponsor_count | summary_text | update_date | url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 109-hres-977 | 109 | hres | 977 | Reinforcing the Federal Government's Federal trust relationship and commitment to working with American Indian Nations to empower, promote, and support the educational development of American Indian and Alaska Native children and youth. | Native Americans | 2006-07-28 | 2006-09-28 | Referred to the Subcommittee on Education Reform. | House | Rep. McCollum, Betty [D-MN-4] | MN | D | M001143 | 26 | Affirms the federal government's special legal and political relationship with American Indian and Alaska Native people by recognizing the sovereignty of Tribal Nations.Calls upon the federal government, including the Bureau of Indian Affairs and the Department of Education, to recognize and fulfill its trust responsibilities and consultation obligations to American Indian and Alaska Native people and communities.Acknowledges that past federal policies of the forced removal of children from reservations to boarding schools have negatively impacted American Indian and Alaska Native families, communities, and youth.Urges the federal government to promote success and eliminate disparities among American Indian and Alaska Native children and youth during consideration of the reauthorization of Head Start and the No Child Left Behind Act, and through the federal appropriation process.Urges the federal government to recognize, promote, and work towards strengthening the educational needs of American Indian and Alaska Native youth and families. Reinforces the educational commitment to promote the best interests of American Indian and Alaska Native children by reinforcing native cultural and language development which strengthens, preserves, and promotes cultural identity. Recognizes that it is imperative that the federal government sharpen its focus and commitment to title VII of the No Child Left Behind Act consistent with the desires of American Indian and Alaska Native people. Recognizes that education is significantly linked to overall quality of life and therefore must be prioritized and organized to meet the unique and specialized needs of American Indian and Alaska Native students. | 2023-01-12T17:52:30Z | |
| 109-hres-656 | 109 | hres | 656 | Expressing the sense of the House that the Secretary of Health and Human Services, acting through the Director of Indian Health Service, should maintain the current operating hours of the Wagner Service Unit until the Secretary submits to Congress a new report that accurately describes the current conditions at the Wagner Service Unit. | Native Americans | 2006-01-31 | 2006-02-16 | Executive Comment Requested from HHS. | House | Rep. Herseth, Stephanie [D-SD-At Large] | SD | D | H001037 | 1 | Expresses the sense of the House that the Secretary of Health Services, acting through the Director of Indian Health Services (IHS), should: (1) evaluate for Congress the impact of reduction in emergency room services at the Wagner Service Unit of the IHS; and (2) maintain the current operating hours of the Wagner Service Unit until such evaluation is submitted. | 2023-01-13T04:49:15Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation (
bill_id TEXT PRIMARY KEY,
congress INTEGER,
bill_type TEXT,
bill_number INTEGER,
title TEXT,
policy_area TEXT,
introduced_date TEXT,
latest_action_date TEXT,
latest_action_text TEXT,
origin_chamber TEXT,
sponsor_name TEXT,
sponsor_state TEXT,
sponsor_party TEXT,
sponsor_bioguide_id TEXT,
cosponsor_count INTEGER DEFAULT 0,
summary_text TEXT,
update_date TEXT,
url TEXT
);
CREATE INDEX idx_leg_congress ON legislation(congress);
CREATE INDEX idx_leg_type ON legislation(bill_type);
CREATE INDEX idx_leg_policy ON legislation(policy_area);
CREATE INDEX idx_leg_date ON legislation(introduced_date);
CREATE INDEX idx_leg_sponsor ON legislation(sponsor_name);
CREATE INDEX idx_leg_sponsor_bioguide ON legislation(sponsor_bioguide_id);