home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

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

3 rows where part_number = 50 and title_number = 38 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 38 · 3 ✖

part_number 1

  • 50 · 3 ✖

agency 1

  • VA 3
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
38:38:2.0.1.1.19.0.360.1 38 Pensions, Bonuses, and Veterans' Relief I   50 PART 50—EQUAL TREATMENT FOR FAITH BASED ORGANIZATIONS       § 50.1 Definitions. VA     [85 FR 82142, Dec. 17, 2020, as amended at 89 FR 15718, Mar. 4, 2024] (a) Direct Federal financial assistance, Federal financial assistance provided directly, direct funding, or directly funded means financial assistance received by an entity selected by the Government or pass-through entity (under this part) to carry out a service (e.g., by contract, grant, or cooperative agreement). References to “Federal financial assistance” will be deemed to be references to direct Federal financial assistance, unless the referenced assistance meets the definition of “indirect Federal financial assistance” or “Federal financial assistance provided indirectly.” (b) Indirect Federal financial assistance or Federal financial assistance provided indirectly means financial assistance received by a service provider when the service provider is paid for services by means of a voucher, certificate, or other means of government-funded payment provided to a beneficiary who is able to make a choice of a service provider. Federal financial assistance provided to an organization is considered “indirect” within the meaning of the Establishment Clause of the First Amendment to the U.S. Constitution when— (1) The government program through which the beneficiary receives the voucher, certificate, or other similar means of government funded payment is neutral toward religion; and (2) The organization receives the assistance wholly as a result of a genuine and independent private choice of the beneficiary, not a choice of the Government. The availability of adequate secular alternatives is a significant factor in determining whether a program affords a genuine and independent private choice. (c) Federal financial assistance means assistance that non-Federal entities receive or administer in the form of grants, contracts, loans, loan guarantees, property, cooperative agreements, food commodities, direct appropriations, or other assistance, but does not include a tax credit, deduction, or exemption. (d) Pass-through entity means an entity, including a nonprofit or nongovernmental organization, a…
38:38:2.0.1.1.19.0.360.2 38 Pensions, Bonuses, and Veterans' Relief I   50 PART 50—EQUAL TREATMENT FOR FAITH BASED ORGANIZATIONS       § 50.2 Faith-based organizations and Federal financial assistance. VA     [89 FR 15718, Mar. 4, 2024] (a) Faith-based organizations are eligible, on the same basis as any other organization, to participate in any VA program or service for which they are otherwise eligible. Neither the VA program nor any State or local government or other pass-through entity receiving funds under any VA program shall, in the selection of service providers, discriminate for or against an organization on the basis of the organization's religious character, motives, or affiliation, or lack thereof, or on the basis of conduct that would not be considered grounds to favor or disfavor a similarly situated secular organization. (b) Organizations that receive direct Federal financial assistance from a VA program may not engage in any explicitly religious activities (including activities that involve overt religious content such as worship, religious instruction, or proselytization) as part of the programs or services funded with direct Federal financial assistance from the VA program, or in any other manner prohibited by law. If an organization conducts such activities, the activities must be offered separately, in time or location, from the programs or services funded with direct Federal financial assistance from the VA program, and participation must be voluntary for beneficiaries of the programs or services funded with such assistance. The use of indirect Federal financial assistance is not subject to this restriction. Nothing in this part restricts VA's authority under applicable Federal law to fund activities, such as the provision of chaplaincy services, that can be directly funded by the Government consistent with the Establishment Clause. (c) A faith-based organization that participates in programs or services funded by a VA program will retain its autonomy; right of expression; religious character; and independence from Federal, State, and local governments, and may continue to carry out its mission, including the definition, development, practice, and expression of its religious beliefs. A faith-based organization that receive…
38:38:2.0.1.1.19.0.360.3 38 Pensions, Bonuses, and Veterans' Relief I   50 PART 50—EQUAL TREATMENT FOR FAITH BASED ORGANIZATIONS       § 50.3 Notice requirements. VA     [89 FR 15719, Mar. 4, 2024] (a) An organization providing social services under a program of VA supported by Federal financial assistance must give written notice to beneficiaries and prospective beneficiaries of certain protections in a manner and form prescribed by the VA program. The language for this written notice to beneficiaries must be substantially similar to the text set forth in appendix C to this part. Specifically, the notice must include the following: (1) The organization may not discriminate against a beneficiary or prospective beneficiary on the basis of religion, a religious belief, a refusal to hold a religious belief, or a refusal to attend or participate in a religious practice; (2) The organization may not require a beneficiary or prospective beneficiary to attend or participate in any explicitly religious activities that are offered by the organization, and any participation by a beneficiary in such activities must be purely voluntary; (3) The organization must separate in time or location any privately funded explicitly religious activities from activities supported by direct Federal financial assistance; and (4) A beneficiary or prospective beneficiary may report an organization's violation of these protections, including any denials of services or benefits by an organization, by contacting or filing a written complaint with the VA program or the intermediary that awarded funds to the organization. (b) The written notice described in paragraph (a) of this section must be given to a prospective beneficiary prior to the time the prospective beneficiary enrolls in the program or receives services from the program. When the nature of the service provided or exigent circumstances make it impracticable to provide such written notice in advance of the actual service, an organization must advise beneficiaries of their protections at the earliest available opportunity. (c) VA may determine that the notice described in paragraph (a) of this section must inform each beneficiary or prospective beneficiary of the option to…

Advanced export

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

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 1633.465ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API