--- license: cc-by-nc-4.0 task_categories: - tabular-classification - tabular-regression - time-series-forecasting tags: - synthetic-data - healthcare - cardiology - hypertension - htn - high-blood-pressure - blood-pressure-monitoring - abpm - ambulatory-bp-monitoring - home-bp-monitoring - central-aortic-pressure - pulse-wave-velocity - pwv - augmentation-index - arterial-stiffness - bp-variability - white-coat-hypertension - masked-hypertension - resistant-hypertension - nocturnal-dipping - non-dipper - reverse-dipper - ace-inhibitor - arb - calcium-channel-blocker - ccb - thiazide - beta-blocker - mra - spironolactone - antihypertensive - medication-adherence - bp-response - side-effects - pill-burden - lifestyle-modification - dash-diet - sodium-intake - physical-activity - mets - sleep-quality - osa - obstructive-sleep-apnea - ascvd - ascvd-pooled-cohort - framingham-risk - pooled-cohort-equation - mace - major-adverse-cardiovascular-event - mi-prediction - stroke-prediction - hf-hospitalization - atrial-fibrillation - cv-death - lvh - left-ventricular-hypertrophy - lv-mass-index - e-e-prime - diastolic-dysfunction - carotid-imt - carotid-plaque - retinopathy - microalbuminuria - macroalbuminuria - uacr - ckd - kdigo - egfr - ckd-epi - ckd-stage - hs-crp - bnp - troponin - acc-aha-2017 - esh-2018 - abpm-task-force - carey-resistant-htn - aha-acc-pce-2013 - longitudinal-ehr - ehr-synthetic - clinical-trial-simulation pretty_name: HCCAR003 — Synthetic Hypertension & Cardiovascular Risk Dataset (Sample) size_categories: - 1K 5 and sbp_off > 160 and random < 0.005))`. So AF can occur outside of the formal MACE event window — by design, reflecting that AF is sometimes diagnosed incidentally. - **`_dropout_at` reference in main loop** (line 646) checks a dictionary key that's never set by `generate_patient_baseline`. The branch is dead code; dropout actually fires via `study_dropout_flag` only. Cosmetic side-effect. - **Mean SBP ~144 mmHg, mean DBP ~97 mmHg** in this sample — higher than typical real-world HTN cohorts (~135/85) because the HTN stage distribution skews toward Stage 1/2 (~55% of patients). The generator's stage probabilities `[Normal: 15%, Elevated: 20%, Stage1: 30%, Stage2: 25%, Crisis: 10%]` produce a hypertension- enriched cohort by design (suitable for HTN clinical trials, not general population epidemiology). - **Race/ethnicity SBP offsets** (line 106-109): Black patients have +6 mmHg SBP offset, Asian -2 mmHg. These match published trial observations (e.g., AASK, ALLHAT) but are NOT a complete model of hypertension disparities — they encode only the magnitude offset, not the underlying mechanisms (RAAS responsiveness, salt sensitivity, vascular dysfunction). - **Visit dropout is independent of clinical state** (line 485: `dropout_flag = int(dead_v or (random < 0.003))`). Real HTN cohort dropout correlates with poor BP control, adverse drug effects, and SES. Treat the sample as informatively-censored data only if you augment with realistic dropout mechanisms. - **Comorbidities are independent draws** (lines 188-194: dm, dys, ckd, osa) — no realistic co-occurrence beyond per-flag base rates. Real cardiometabolic clustering (diabetes + dyslipidemia + obesity + CKD) is much tighter than the generator produces. - **`scipy.stats` is imported but unused** in active generator code. No external compute dependencies beyond numpy + pandas + tqdm. The scipy distributions (norm, beta, lognorm, weibull_min) appear in the import block but never get called. - **Masked HTN observed at 0.3-0.5%** in sample — much lower than the 10-15% prevalence reported in clinical literature. Generator's `wc_effect ~ N(8, 6)` and white_coat→office subtraction produces predominantly white-coat phenotype (office > home) rather than masked (home > office). For masked HTN ML research, augment with inverted white-coat scenarios from the full product. - **Visit count varies by patient** — some patients have 12 visits, some have fewer due to dropout. Use `groupby('patient_id').size()` to check follow-up duration per patient. Treat as unbalanced panel data. - **Drug-drug interactions and titration are simplified.** The drug regimen is fixed at baseline (4 slots, randomly chosen from 7 classes); no realistic titration logic, no switching due to side effects, no addition due to inadequate BP response. For pharmacotherapy intensification ML, use the full product. The full HCCAR003 product addresses these by corrected ACC/AHA PCE implementation, full 2021 CKD-EPI refit, complete carotid plaque modeling, MACE flag carry-forward for survival analysis, realistic medication titration trajectories, dependent comorbidity sampling, and pre-built scenario configs (SPRINT-style intensive vs standard, salt-sensitive HTN, resistant HTN subgroup). Contact us for the licensed commercial release. --- ## Companion datasets This is the third SKU in our **Healthcare / Cardiology** vertical. Related datasets from elsewhere in the catalog: - [**HCCAR001**](https://huggingface.co/datasets/xpertsystems/hccar001-sample) Heart Failure Dataset — chronic HF longitudinal records with GDMT, device therapy, hospitalization, 12 quarterly visits - [**HCCAR002**](https://huggingface.co/datasets/xpertsystems/hccar002-sample) Acute Myocardial Infarction Dataset — STEMI/NSTEMI/UA with serial troponin kinetics, intervention timing, in-hospital outcomes - [**HCCAR003**](https://huggingface.co/datasets/xpertsystems/hccar003-sample) Hypertension Dataset (you are here) — longitudinal HTN cohort with ABPM, GDMT, MACE outcomes - [**Healthcare / Neurology**](https://huggingface.co/xpertsystems) (10 SKUs) - [**Insurance & Risk**](https://huggingface.co/xpertsystems) (10 SKUs) - [**Energy & Climate**](https://huggingface.co/xpertsystems) (8 SKUs) - [**Manufacturing**](https://huggingface.co/xpertsystems) (10 SKUs) - [**Oil & Gas**](https://huggingface.co/xpertsystems) (17 SKUs) **Cardiology pairing**: HCCAR001 + HCCAR002 + HCCAR003 covers the full HTN→AMI→HF clinical trajectory. Hypertension is the leading modifiable risk factor for AMI (HCCAR002) and HFpEF (HCCAR001 phenotype). For the broader catalog, see https://huggingface.co/xpertsystems --- ## Citation ```bibtex @dataset{xpertsystems_hccar003_sample_2026, author = {XpertSystems.ai}, title = {HCCAR003 Synthetic Hypertension \& Cardiovascular Risk Dataset (Sample Preview)}, year = 2026, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/xpertsystems/hccar003-sample} } ``` --- ## Contact - **Web:** https://xpertsystems.ai - **Email:** pradeep@xpertsystems.ai - **Full product catalog:** Cardiology, Neurology, Insurance & Risk, Energy & Climate, Manufacturing, Oil & Gas, Cybersecurity, and more **Sample License:** CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0) **Full product License:** Commercial — please contact for pricing. **Important medical disclaimer:** This dataset contains SYNTHETIC patient records only. No data was derived from any real patient, EHR archive, or clinical registry. The dataset is intended for ML model development, benchmarking, and education — NOT for clinical decision support, patient counseling, or medical research conclusions. All clinical thresholds (HTN stage, resistant HTN, ABPM dipping pattern, KDIGO CKD stages) are sourced from published guidelines; users are responsible for verifying against current ACC/AHA/ESC/KDIGO guidelines for clinical applications. The included Pooled Cohort Equation implementation has known calibration issues — see Limitations.