Ottawa Knee Rule Calculator (Stiell 1995) 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).
Applies the Ottawa Knee Rule to determine whether a knee x-ray is indicated based on age and five clinical criteria
Ottawa knee rule (Stiell 1995). Knee x-ray is indicated when any of: age 55 or older, bone tenderness at the fibular head, isolated patellar tenderness (caller-applied), inability to flex to 90 degrees, or inability to bear weight both immediately after injury and in the emergency department (four steps). One weight-bearing failure alone is not enough. Not a diagnosis of fracture, not the Ottawa ankle or foot rule, and not the Pittsburgh knee rule. magent does not examine the knee.
Returns whether a knee x-ray is indicated according to the Ottawa Knee Rule (Stiell 1995), based on the five clinical criteria: age ≥55, fibular head tenderness, isolated patellar tenderness, inability to flex to 90°, and inability to bear weight both immediately after injury and in the ED. The result reflects the rule's logic, not a diagnosis of fracture, and does not apply to the Ottawa ankle/foot rule or Pittsburgh knee rule.
GEThttps://api.magentlab.com/api/calc/ottawa_kneeUse this endpoint when you need a fast, deterministic application of the Ottawa Knee Rule (Stiell 1995) specifically — not the Pittsburgh knee rule or Ottawa ankle/foot rule. Ideal for ED decision-support workflows, clinical triage automation, or documentation assistance where the caller can supply all six required clinical parameters. Do not use for ankle/foot injuries or pediatric populations outside the age range.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/ottawa_knee",
"count": 2,
"items": [
{
"formula": "ottawa_knee",
"citation": {
"id": "stiell-1995",
"doi": "10.1016/S0196-0644(95)70106-0",
"title": "Derivation of a decision rule for the use of radiography in acute knee injuries",
"source": "Ann Emerg Med. 1995;26(4):405-413",
"authors": "Stiell IG, Greenberg GH, Wells GA, et al."
},
"criteria": [
{
"met": false,
"value": 40,
"factor": "age_ge_55"
},
{
"met": false,
"factor": "fibular_head_tenderness"
},
{
"met": false,
"factor": "isolated_patellar_tenderness"
},
{
"met": false,
"factor": "flexion_less_than_90"
},
{
"met": false,
"factor": "unable_to_bear_weight_both",
"unable_to_bear_weight_in_ed": false,
"unable_to_bear_weight_immediately": false
}
],
"age_years": 40,
"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.",
"xray_indicated": false,
"formula_expression": "Knee x-ray indicated iff age >= 55 or fibular_head_tenderness or isolated_patellar_tenderness or flexion_less_than_90 or (unable_to_bear_weight_immediately and unable_to_bear_weight_in_ed)"
},
{
"formula": "ottawa_knee",
"citation": {
"id": "stiell-1995",
"doi": "10.1016/S0196-0644(95)70106-0",
"title": "Derivation of a decision rule for the use of radiography in acute knee injuries",
"source": "Ann Emerg Med. 1995;26(4):405-413",
"authors": "Stiell IG, Greenberg GH, Wells GA, et al."
},
"criteria": [
{
"met": false,
"value": 40,
"factor": "age_ge_55"
},
{
"met": false,
"factor": "fibular_head_tenderness"
},
{
"met": false,
"factor": "isolated_patellar_tenderness"
},
{
"met": false,
"factor": "flexion_less_than_90"
},
{
"met": false,
"factor": "unable_to_bear_weight_both",
"unable_to_bear_weight_in_ed": false,
"unable_to_bear_weight_immediately": false
}
],
"age_years": 40,
"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.",
"xray_indicated": false,
"formula_expression": "Knee x-ray indicated iff age >= 55 or fibular_head_tenderness or isolated_patellar_tenderness or flexion_less_than_90 or (unable_to_bear_weight_immediately and unable_to_bear_weight_in_ed)"
}
]
}
}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"