Veterans Utilization Profile FY18 - Fig 14, Trend in Percent of Health Care & Compensation Users vs Other Users
Trend in Percent of Health Care & Compensation Users vs Other Users. Data underlying the first figure of Part 3 of the FY2018 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/veterans-utilization-profile-fy18-fig-14-trend-in-wdtt-7pm9\".\"veterans_utilization_profile_fy18_fig_14_trend_in\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.