Health Adjusted Life Expectancy - ACT and Australia 2011 and 2018
Source: AIHW Burden of Disease Studies 2011, 2015 and 2018.
Updated 8 March 2023
Table: HALE at birth for ACT and Australia, 2011 to 2018
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 \"data-act-gov-au/health-adjusted-life-expectancy-act-and-australia-3st2-bua4\".\"health_adjusted_life_expectancy_act_and_australia\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.