MEWS Calculator (Modified Early Warning 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).
Computes the Modified Early Warning Score (MEWS) from Subbe 2001 using systolic BP, heart rate, respiratory rate, temperature, and AVPU, returning the total score and a flag for scores ≥5 indicating elevated risk.
MEWS from Subbe 2001 Table 1: systolic BP, heart rate, respiratory rate, temperature (°C), and caller-assigned AVPU (alert/voice/pain/unresponsive) summed to a 0–14 total. Returns score_ge_5 because scores ≥5 were associated with increased risk of death or ICU/HDU. Deterministic published arithmetic with citation; not NEWS2; not an ICU-admission order.
Returns the computed MEWS total (integer 0–14), the individual component scores for each vital sign, and a boolean score_ge_5 indicating whether the total meets or exceeds the Subbe 2001 threshold associated with increased risk of death or ICU/HDU admission.
GEThttps://api.magentlab.com/api/calc/mewsUse this endpoint when you need a deterministic, citeable MEWS score per the original Subbe 2001 Table 1 methodology — not NEWS2 or other proprietary early-warning scoring systems. Ideal for clinical decision-support agents, automated triage pipelines, or any workflow needing a peer-reviewed arithmetic calculation with a defined high-risk cutoff (≥5) rather than an ML-based prediction.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/mews",
"count": 2,
"items": [
{
"avpu": "alert",
"score": 0,
"formula": "mews",
"citation": {
"id": "subbe-2001",
"doi": "10.1093/qjmed/94.10.521",
"pmid": "11588210",
"title": "Validation of a modified Early Warning Score in medical admissions",
"source": "QJM. 2001;94(10):521-526",
"authors": "Subbe CP, Kruger M, Rutherford P, Gemmel L"
},
"max_score": 14,
"components": [
{
"value": 120,
"factor": "systolic_mm_hg",
"points": 0,
"present": false
},
{
"value": 80,
"factor": "heart_rate_bpm",
"points": 0,
"present": false
},
{
"value": 12,
"factor": "respiratory_rate",
"points": 0,
"present": false
},
{
"value": 37,
"factor": "temperature_c",
"points": 0,
"present": false
},
{
"value": "alert",
"factor": "avpu",
"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_ge_5": false,
"temperature_c": 37,
"heart_rate_bpm": 80,
"systolic_mm_hg": 120,
"respiratory_rate": 12,
"formula_expression": "MEWS = sbp_points + hr_points + rr_points + temp_points + avpu_points; Subbe 2001 Table 1; max 14"
},
{
"avpu": "alert",
"score": 0,
"formula": "mews",
"citation": {
"id": "subbe-2001",
"doi": "10.1093/qjmed/94.10.521",
"pmid": "11588210",
"title": "Validation of a modified Early Warning Score in medical admissions",
"source": "QJM. 2001;94(10):521-526",
"authors": "Subbe CP, Kruger M, Rutherford P, Gemmel L"
},
"max_score": 14,
"components": [
{
"value": 120,
"factor": "systolic_mm_hg",
"points": 0,
"present": false
},
{
"value": 80,
"factor": "heart_rate_bpm",
"points": 0,
"present": false
},
{
"value": 12,
"factor": "respiratory_rate",
"points": 0,
"present": false
},
{
"value": 37,
"factor": "temperature_c",
"points": 0,
"present": false
},
{
"value": "alert",
"factor": "avpu",
"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_ge_5": false,
"temperature_c": 37,
"heart_rate_bpm": 80,
"systolic_mm_hg": 120,
"respiratory_rate": 12,
"formula_expression": "MEWS = sbp_points + hr_points + rr_points + temp_points + avpu_points; Subbe 2001 Table 1; max 14"
}
]
}
}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"