Tous les jeux de données

CDC chronic disease indicators: cardiovascular disease

U.S. state-level cardiovascular disease indicators from the CDC U.S. Chronic Disease Indicators set: coronary heart disease and stroke mortality, high blood pressure and high cholesterol prevalence, medication use, and heart-failure hospitalizations (Medicare beneficiaries 65+). Rows are indicator x state x year x demographic stratification.

Source: CDC U.S. Chronic Disease Indicators42,636 lignesMis à jour: 22/09/2026Licence: ODbL-1.0
cardiovascularheart-diseasestrokehypertensionunited-statescdcchronic-disease

Qualité

95.9

Attribution

Centers for Disease Control and Prevention, National Center for Chronic Disease Prevention and Health Promotion, Division of Population Health

Schéma

ColonneTypeDescription
datetimestampFirst day of the observation year (the provider's 'Starting year' column); CDI series are annual.
yearstartintegerStarting year
yearendintegerEnding year
series_idstringComposite key: question identifier | state abbreviation | response identifier | up to three stratification values.
series_labelstringHuman-readable series label: location, question text, response, and any stratifications.
valuefloatData Value, such as 14.7 or Category 1.
location_abbrstringLocation abbreviation
location_namestringLocation description
topicstringTopic
questionstringQuestion full-length text
data_sourcestringData source abbreviation
datavalue_unitstringThe unit, such as $, %, years, etc.
datavalue_typestringThe data type, such as prevalence or mean.
low_confidence_limitfloatLow confidence limit
high_confidence_limitfloatHigh confidence limit
stratification_category_1stringThe category of the stratification, such as Gender
stratification1stringThe stratification within the category, such as Male or Female
footnote_symbolstringFootnote symbol
footnotestringFootnote text

Exemple de lignes

dateyearstartyearendseries_idseries_labelvaluelocation_abbrlocation_nametopicquestiondata_sourcedatavalue_unitdatavalue_typelow_confidence_limithigh_confidence_limitstratification_category_1stratification1footnote_symbolfootnote
2019-01-01T00:00:0020192019CVD01|AK|-|Age 18-44|-|-Alaska — High blood pressure among adults — - — Age 18-4419AKAlaskaCardiovascular DiseaseHigh blood pressure among adultsBRFSS%Crude Prevalence15.622.8AgeAge 18-44
2021-01-01T00:00:0020212021CVD01|AK|-|Age 18-44|-|-Alaska — High blood pressure among adults — - — Age 18-4415.1AKAlaskaCardiovascular DiseaseHigh blood pressure among adultsBRFSS%Crude Prevalence1317.6AgeAge 18-44
2023-01-01T00:00:0020232023CVD01|AK|-|Age 18-44|-|-Alaska — High blood pressure among adults — - — Age 18-4418.2AKAlaskaCardiovascular DiseaseHigh blood pressure among adultsBRFSS%Crude Prevalence16.120.5AgeAge 18-44
2019-01-01T00:00:0020192019CVD01|AK|-|Age 45-64|-|-Alaska — High blood pressure among adults — - — Age 45-6440.6AKAlaskaCardiovascular DiseaseHigh blood pressure among adultsBRFSS%Crude Prevalence36.444.9AgeAge 45-64
2021-01-01T00:00:0020212021CVD01|AK|-|Age 45-64|-|-Alaska — High blood pressure among adults — - — Age 45-6440.5AKAlaskaCardiovascular DiseaseHigh blood pressure among adultsBRFSS%Crude Prevalence37.443.7AgeAge 45-64

Télécharger un échantillon

Téléchargez l'échantillon complet de ce jeu de données (lignes d'exemple, pas le jeu complet).

Utiliser avec un LLM

Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/cdc_cdi/cdc_cdi_cardiovascular" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/cdc_cdi/cdc_cdi_cardiovascular").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

Point d’accès API: https://datazimuts.com/v1/datasets/cdc_cdi/cdc_cdi_cardiovascular

Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.

CDC chronic disease indicators: cardiovascular disease