v1.0.0 · Open source · MIT
Pre-built data dictionary and XML instrument for the peer-reviewed HEARTLAND Protocol. Five forms, 75 variables, a weighted 0-18 risk score, and 12 monthly follow-ups — so any rural hospital or research institution can start collecting structured heart failure data on day one.
For clinicians and researchers with institutional REDCap access. All sample data is synthetic — no PHI is ever transmitted or collected by this template.
What's inside
Clinical definitions match the published Protocol v3.3 exactly. Calculated fields, branching logic, and a 20-row synthetic sample dataset are all included so your first import validates cleanly.
Facility information, consent, demographics, geographic context (state, county FIPS, USDA RUCA rurality).
The ten HEARTLAND risk variables and a weighted 0-18 score with automatic tier assignment (low / moderate / high).
RAS inhibitor, beta-blocker, MRA, and SGLT2i tracked with target doses, start dates, and the generic $4 bridge option.
Repeating instrument, months 1-12. Vitals, optional labs, GDMT titrations, red flags, hospitalizations, KCCQ-12.
Mortality, HF hospitalizations, HF ED visits, days alive and out of hospital, and GDMT optimization rate.
Quickstart
REDCap 14.x or newer is recommended. A 13.x instance works with minor caveats documented in the import guide.
In your institutional REDCap, pick New Project → Research → name it (e.g. “HEARTLAND Validation — Site X”).
Project Setup → Data Dictionary → Upload. Select heartland_data_dictionary.csv from the GitHub release.
Project Setup → Enable optional modules → Repeatable instruments and events. Mark monthly_followup as repeating.
# In the repo root
python3 scripts/csv_to_xml.py \
--input instruments/heartland_data_dictionary.csv \
--output instruments/heartland_instrument.xml
python3 scripts/generate_sample_data.py \
--output examples/sample_data.csvClinical foundation
The data dictionary mirrors HEARTLAND Protocol v3.3 exactly. The codebook PDF cites the specific module or table for every variable, so reviewers and adjudicators can verify clinical fidelity without leaving the repo.
Ferreira VM. HEARTLAND Protocol: A Tiered Clinical Implementation Toolkit.
Cureus · 2026
Authoritative source for Table 1 (risk score) and Module 4 (GDMT).
Open sourceWeighted 0-18 points across ten variables, three tiers.
Protocol v3.3 Table 1
Pragmatic heuristic — not yet formally validated.
Open sourceFoundational therapies for HFrEF and HFpEF-specific agents.
Protocol v3.3 Module 4
Target doses, safety gates, and Tier 1-3 initiation strategies.
Open sourceSuggested validation study
A pre-written, STROBE-aligned observational protocol ships alongside the instrument. Primary endpoint, statistical plan, and inclusion criteria are ready to adapt — no blank page to fight on a Sunday night.
Read the study protocolIf you use this
Machine-readable citation is in CITATION.cff at the repo root. Zenodo DOI for this release will be wired in once the GitHub → Zenodo integration mints it.
@misc{ferreira_heartland_redcap_2026,
author = {Ferreira, Vicky Muller},
title = {{HEARTLAND Protocol REDCap
Instrument Template, v1.0.0}},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.<pending>},
url = {https://redcap.heartlandprotocol.org}
}