EDACS Score Calculator (Emergency Department Assessment of Chest Pain Score) 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-15).
Calculates the EDACS (Emergency Department Assessment of Chest Pain Score) from age, sex, CAD history, and symptom flags, returning the numeric score and whether it falls below the low-risk threshold of 16.
Than 2014 EDACS from age bands, male sex, known CAD or three risk factors (age 18-50 only), diaphoresis, radiation, inspiration (−4), and palpation (−6). Returns the point total (may be negative) and whether the score is <16. The paper ADP also requires ECG and 0/2h troponin, which magent does not take. Not a diagnosis or discharge order. Deterministic published arithmetic with citation.
Returns the integer EDACS point total (which may be negative) and a boolean indicating whether the score is less than 16 (the low-risk threshold used in the Than 2014 Accelerated Diagnostic Protocol). Does not include ECG interpretation or troponin results. Not a diagnosis or discharge order.
GEThttps://api.magentlab.com/api/calc/edacsChoose this endpoint when you need a deterministic, published EDACS arithmetic calculation (Than 2014) for chest pain risk stratification in an emergency or clinical decision support workflow. It is ideal when the clinical flags have already been assessed by a clinician and you need the numeric score quickly. It does not replace ECG or troponin interpretation, so pair with those results for a full ADP. Prefer this over manual calculation to avoid arithmetic errors.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/edacs",
"count": 2,
"items": [
{
"sex": "female",
"score": 2,
"formula": "edacs",
"citation": {
"id": "than-2014",
"doi": "10.1111/1742-6723.12164",
"pmid": "24428678",
"title": "Development and validation of the Emergency Department Assessment of Chest pain Score and 2 h accelerated diagnostic protocol",
"source": "Emerg Med Australas. 2014;26(1):34-44",
"authors": "Than M, Flaws D, Sanders S, et al."
},
"age_years": 40,
"components": [
{
"value": 40,
"factor": "age",
"points": 2,
"present": true
},
{
"value": "female",
"factor": "sex_male",
"points": 0,
"present": false
},
{
"factor": "known_cad_or_three_risk_factors",
"points": 0,
"present": false
},
{
"factor": "diaphoresis",
"points": 0,
"present": false
},
{
"factor": "pain_radiates_arm_shoulder_neck_jaw",
"points": 0,
"present": false
},
{
"factor": "pain_with_inspiration",
"points": 0,
"present": false
},
{
"factor": "pain_reproduced_by_palpation",
"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.",
"score_lt_16": true,
"formula_expression": "EDACS = age (18-45:2, 46-50:4, 51-55:6, 56-60:8, 61-65:10, 66-70:12, 71-75:14, 76-80:16, 81-85:18, >=86:20) + male 6 + known_cad_or_three_risk_factors 4 if age 18-50 else 0 + diaphoresis 3 + pain_radiates_arm_shoulder_neck_jaw 5 + pain_with_inspiration -4 + pain_reproduced_by_palpation -6; score may be negative; paper ADP uses EDACS < 16 plus ECG and 0/2h troponin"
},
{
"sex": "female",
"score": 2,
"formula": "edacs",
"citation": {
"id": "than-2014",
"doi": "10.1111/1742-6723.12164",
"pmid": "24428678",
"title": "Development and validation of the Emergency Department Assessment of Chest pain Score and 2 h accelerated diagnostic protocol",
"source": "Emerg Med Australas. 2014;26(1):34-44",
"authors": "Than M, Flaws D, Sanders S, et al."
},
"age_years": 40,
"components": [
{
"value": 40,
"factor": "age",
"points": 2,
"present": true
},
{
"value": "female",
"factor": "sex_male",
"points": 0,
"present": false
},
{
"factor": "known_cad_or_three_risk_factors",
"points": 0,
"present": false
},
{
"factor": "diaphoresis",
"points": 0,
"present": false
},
{
"factor": "pain_radiates_arm_shoulder_neck_jaw",
"points": 0,
"present": false
},
{
"factor": "pain_with_inspiration",
"points": 0,
"present": false
},
{
"factor": "pain_reproduced_by_palpation",
"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.",
"score_lt_16": true,
"formula_expression": "EDACS = age (18-45:2, 46-50:4, 51-55:6, 56-60:8, 61-65:10, 66-70:12, 71-75:14, 76-80:16, 81-85:18, >=86:20) + male 6 + known_cad_or_three_risk_factors 4 if age 18-50 else 0 + diaphoresis 3 + pain_radiates_arm_shoulder_neck_jaw 5 + pain_with_inspiration -4 + pain_reproduced_by_palpation -6; score may be negative; paper ADP uses EDACS < 16 plus ECG and 0/2h troponin"
}
]
}
}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"