--- license: cc-by-nc-4.0 task_categories: - tabular-classification - tabular-regression - time-series-forecasting tags: - synthetic-data - healthcare - cardiology - coronary-artery-disease - cad - stable-angina - unstable-angina - acute-coronary-syndrome - acs - nstemi - stemi - post-pci - post-cabg - ccs-class - canadian-cardiovascular-society - angina-classification - syntax-score - ffr - fractional-flow-reserve - ifr - pci - percutaneous-coronary-intervention - cabg - coronary-artery-bypass-graft - stent - des - drug-eluting-stent - bms - bare-metal-stent - everolimus - ees - door-to-balloon - d2b - timi-flow - killip - killip-kimball - grace-score - timi-risk-score - saq - seattle-angina-questionnaire - ischemia-trial - courage - syntax-trial - freedom - ncdr-action - ncdr-cathpci - sts-database - adult-cardiac-surgery - ccta - coronary-ct-angiography - nuclear-stress-test - spect-mpi - mibi - duke-treadmill - echocardiography - lvef - ejection-fraction - hfref - hfpef - rwma - troponin - ck-mb - bnp - nt-probnp - crp - ldl - lp-a - statin - pcsk9 - evolocumab - alirocumab - sglt2-inhibitor - ace-inhibitor - arb - beta-blocker - dapt - aspirin - ticagrelor - clopidogrel - prasugrel - mace - in-stent-restenosis - isr - graft-patency - lima - left-internal-mammary-artery - euroscore-ii - sts-score - agatston - calcium-score - plaque-burden - tcfa - napkin-ring-sign - ehr-synthetic - longitudinal-cohort - clinical-trial-simulation pretty_name: HCCAR005 — Synthetic Coronary Artery Disease Dataset (Sample) size_categories: - 1K 1 has `acs_type = 'None'`. For longitudinal ACS incidence ML, use the full product or augment with a recurrent-event model. - **Stent fields are populated ONLY at visit 1 for PCI patients.** They are NOT carried forward to follow-up visits — `stent_type`, `stent_length_mm`, `num_stents_deployed`, `post_pci_ffr` are all NaN at visits 2-10 even for PCI patients. For longitudinal PCI follow-up modeling, join the visit-1 stent data to all subsequent visits manually. - **CABG fields similarly populated only at visit 1**, and the `Hybrid` intervention arm goes through the PCI path in the generator (so `cabg_grafts` is NaN for Hybrid patients despite the arm label including "CABG"). - **The generator has a `hasattr(p, 'angina_class_ccs')` check** in the imaging module (line 505) that ALWAYS returns False because `p` is a dict (not an object with attributes). So `nuclear_sss` calculation never incorporates CCS — it always falls through to the default N(10, 6) distribution. Disclosed; if SSS-vs-CCS correlation matters for your ML, augment. - **eGFR uses a simplified formula** — the lambda `creatinine = clip(9.5 / egfr, 0.5, 5.0)` (line 112) is the INVERSE derivation (creatinine from eGFR, not eGFR from creatinine). It is approximately correct (consistent with simplified CKD-EPI without sex/age/race), but NOT the full published formula. For accurate eGFR research, recompute from creatinine + age + sex + race using the modern 2021 NKF-ASN refit. - **HCCAR005 lacks racial/ethnic information** — the generator does not assign race/ethnicity (unlike HCCAR001 / HCCAR003 / HCCAR004). Disparities research will need augmentation. - **GRACE score formula is simplified** — the generator uses `grace = 20 + age*1.4 + killip*10 + (30 if STEMI) + ck*8` (line 330) as an approximation, NOT the full Granger et al. 2003 logistic regression with all 8 published variables. Values are in the published range [0, 372] but absolute calibration differs from GRACE 2.0. Use for relative risk stratification, not absolute in-hospital mortality probability. - **Statin lipid effect is FIXED** at 50% LDL reduction for non-OMT patients and 15% for OMT patients (line 382). Real-world response varies widely (Rosuvastatin 40mg ~55%, Atorvastatin 80mg ~52%, Pravastatin 20mg ~24%). The `statin_intensity` field (None / Low / Moderate / High) is randomly assigned and NOT linked to the LDL reduction magnitude. For statin response ML, augment with intensity- specific effects. - **PCSK9i prescribing is independent of LDL response** in the generator. Real-world PCSK9i is reserved for patients failing to reach LDL goals on maximally tolerated statin + ezetimibe. The generator fires `pcsk9_inhibitor_flag` at 15% baseline rate if LDL > 100, ignoring statin trial. - **Time-to-MACE is a Weibull sample** with shape=1.8, scale=2000 days (line 598), NOT linked to actual visit when MACE was flagged. Use the visit-level `mace_event_flag` for incident analysis, not `time_to_mace_days` for survival models. - **CSV serialization converts None to NaN** when reading via `pd.read_csv` default behavior. Use `keep_default_na=False` or work with the Parquet file (which preserves nullable types correctly). - **ISCHEMIA / COURAGE eligibility is NOT enforced** — the generator produces a heterogeneous CAD cohort. Filter to your own inclusion criteria for trial-replication ML. The full HCCAR005 product addresses these by genuine CAD progression modeling (stenosis evolution, stage transitions), longitudinal stent carry-forward, recurrent ACS event modeling, full CKD-EPI 2021 formula, race/ethnicity assignment with disparities encoding, intensity-specific statin response curves, PCSK9i trial-stepped prescribing, and pre-built scenario configs (ISCHEMIA replication, COURAGE invasive-vs-OMT, FREEDOM DM-CAD, EXCEL left-main PCI-vs-CABG, BIOFLOW-V stent comparison). Contact us for the licensed commercial release. --- ## Companion datasets This is the fifth SKU in our **Healthcare / Cardiology** vertical. The five-SKU set now covers the full cardiology clinical continuum: - [**HCCAR001**](https://huggingface.co/datasets/xpertsystems/hccar001-sample) Heart Failure Dataset — chronic HF with GDMT and devices - [**HCCAR002**](https://huggingface.co/datasets/xpertsystems/hccar002-sample) Acute MI Dataset — STEMI/NSTEMI/UA with serial troponin kinetics - [**HCCAR003**](https://huggingface.co/datasets/xpertsystems/hccar003-sample) Hypertension Dataset — longitudinal HTN cohort with ABPM, GDMT, MACE - [**HCCAR004**](https://huggingface.co/datasets/xpertsystems/hccar004-sample) Atrial Fibrillation Dataset — CHA2DS2-VASc/HAS-BLED, DOACs, ablation - [**HCCAR005**](https://huggingface.co/datasets/xpertsystems/hccar005-sample) Coronary Artery Disease Dataset (you are here) — full spectrum from subclinical CAD through acute events through revascularization **Pair HCCAR005 + HCCAR002** for acute-on-chronic CAD (HCCAR002 has the serial troponin detail; HCCAR005 has the longitudinal trajectory). **Pair HCCAR005 + HCCAR001** for ischemic cardiomyopathy progression. **Pair HCCAR005 + HCCAR003** for HTN-driven CAD progression studies. - [**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) For the broader catalog, see https://huggingface.co/xpertsystems --- ## Citation ```bibtex @dataset{xpertsystems_hccar005_sample_2026, author = {XpertSystems.ai}, title = {HCCAR005 Synthetic Coronary Artery Disease Dataset (Sample Preview)}, year = 2026, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/xpertsystems/hccar005-sample} } ``` --- ## Contact - **Web:** https://xpertsystems.ai - **Email:** pradeep@xpertsystems.ai - **Full product catalog:** Cardiology (5 SKUs), Neurology (10 SKUs), Insurance & Risk (10 SKUs), Energy & Climate (8 SKUs), Manufacturing (10 SKUs), Oil & Gas (17 SKUs), 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 (SYNTAX score tiers, D2B target, HFrEF definition, CCS classification, revascularization criteria) are sourced from published guidelines; users are responsible for verifying against current ACC/AHA/ESC/STS guidelines for clinical applications.