Burden of disease broad disease groups with age groups
- Burden of disease analysis is a technique that is used as a measure of population health. It is used to compare the impact of different diseases, conditions, injuries and risk factors on a population. This impact is a combination of the fatal (years of life lost due to premature death, YLL) and non-fatal (years lived in ill health or with disability, YLD) burden, they are then combined into a summary measure of health called Disability-Adjusted Life Years, or DALY. A DALY combines the impact of dying early and living with illness.
- In 2018 the disease groups with the highest age standardised Disability Adjusted Life Years (DALY) rates for the ACT were cancer (27.5 per 1,000 population), mental and substance use disorders (26.4 per 1,000 population), musculoskeletal conditions (26.4 per 1,000) and cardiovascular diseases (20.5 per 1,000 population).
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/burden-of-disease-broad-disease-groups-with-age-wpfn-nze5\".\"burden_of_disease_broad_disease_groups_with_age\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.