Percentage of Service-Connected Disabled Veterans Who Used VA Health Care, by Race/Ethnicity, FY 2021
Percentage of Service-Connected Disabled Who Did and Did Not Use Health Care, by Race/Ethnicity. Data underlying the fourth figure of Part 3 of the FY2021 Utilization Profile, a report on Veterans' use of VA benefits and services.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-va-gov/percentage-of-serviceconnected-disabled-veterans-k8a2-inaa\".\"percentage_of_serviceconnected_disabled_veterans\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.