H2FPEF Score Calculator (Reddy 2018) is a paid API for AI agents from api.magentlab.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Computes the Reddy 2018 H2FPEF points score (0–9) for heart failure with preserved ejection fraction from six discrete clinical inputs
Reddy 2018 H2FPEF points score. Six components, max 9: BMI >30 (2), >=2 antihypertensives (1), atrial fibrillation (3), echo PASP >35 mm Hg (1), age >60 (1), E/e' >9 (1). BMI 30 and age 60 do not score. Returns score and max_score only; odds roughly double per point. Not probability classes, not the continuous nomogram, not HFA-PEFF, not a diagnosis or cath substitute. magent does not read echo or compute BMI.
Returns the total H2FPEF integer score (0–9), the maximum possible score (9), and a detailed component breakdown showing which factors are present and their individual point contributions, along with the formula expression, citation (Reddy 2018 Circulation), and a medical disclaimer.
GEThttps://api.magentlab.com/api/calc/h2fpefUse this endpoint when you need a fast, deterministic, published-formula H2FPEF points score (Reddy 2018) for a single patient in an agentic or automated cardiology workflow. Prefer this over manual calculation when integrating into EMR pipelines, clinical decision support agents, or research tools. Do not use if you need the continuous nomogram version of H2FPEF, HFA-PEFF scoring, echocardiographic measurement, BMI computation, a probability output, or a formal diagnosis — this endpoint only implements the discrete 0–9 points score.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/h2fpef",
"count": 2,
"items": [
{
"score": 0,
"formula": "h2fpef",
"citation": {
"id": "reddy-2018",
"doi": "10.1161/CIRCULATIONAHA.118.034646",
"pmid": "29792299",
"title": "A Simple, Evidence-Based Approach to Help Guide Diagnosis of Heart Failure With Preserved Ejection Fraction",
"source": "Circulation. 2018;138(9):861-870",
"authors": "Reddy YNV, Carter RE, Obokata M, Redfield MM, Borlaug BA"
},
"age_years": 50,
"bmi_kg_m2": 25,
"max_score": 9,
"components": [
{
"value": 25,
"factor": "obesity",
"points": 0,
"present": false
},
{
"factor": "antihypertensive_ge_2",
"points": 0,
"present": false
},
{
"factor": "atrial_fibrillation",
"points": 0,
"present": false
},
{
"factor": "pasp_gt_35",
"points": 0,
"present": false
},
{
"value": 50,
"factor": "age_gt_60",
"points": 0,
"present": false
},
{
"factor": "e_over_e_prime_gt_9",
"points": 0,
"present": false
}
],
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"formula_expression": "H2FPEF = 2*(bmi_kg_m2>30) + antihypertensive_ge_2 + 3*atrial_fibrillation + pasp_gt_35 + (age>60) + e_over_e_prime_gt_9; max 9 (Reddy 2018 points score; not the continuous nomogram, not HFA-PEFF)"
},
{
"score": 0,
"formula": "h2fpef",
"citation": {
"id": "reddy-2018",
"doi": "10.1161/CIRCULATIONAHA.118.034646",
"pmid": "29792299",
"title": "A Simple, Evidence-Based Approach to Help Guide Diagnosis of Heart Failure With Preserved Ejection Fraction",
"source": "Circulation. 2018;138(9):861-870",
"authors": "Reddy YNV, Carter RE, Obokata M, Redfield MM, Borlaug BA"
},
"age_years": 50,
"bmi_kg_m2": 25,
"max_score": 9,
"components": [
{
"value": 25,
"factor": "obesity",
"points": 0,
"present": false
},
{
"factor": "antihypertensive_ge_2",
"points": 0,
"present": false
},
{
"factor": "atrial_fibrillation",
"points": 0,
"present": false
},
{
"factor": "pasp_gt_35",
"points": 0,
"present": false
},
{
"value": 50,
"factor": "age_gt_60",
"points": 0,
"present": false
},
{
"factor": "e_over_e_prime_gt_9",
"points": 0,
"present": false
}
],
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"formula_expression": "H2FPEF = 2*(bmi_kg_m2>30) + antihypertensive_ge_2 + 3*atrial_fibrillation + pasp_gt_35 + (age>60) + e_over_e_prime_gt_9; max 9 (Reddy 2018 points score; not the continuous nomogram, not HFA-PEFF)"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"