CATCH Pediatric Head Injury CT Decision Rule 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 CATCH (2010) clinical decision rule to determine if CT is indicated after pediatric minor head injury, returning high/medium/low risk classification based on 7 caller-assigned findings.
CATCH (Osmond 2010). CT indicated if any of 7 caller-assigned findings after pediatric minor head injury. High (neurologic intervention): GCS <15 at 2h, open/depressed skull fracture, worsening headache, irritability. Medium if not high (brain injury on CT): basal skull fracture, large boggy scalp hematoma, dangerous mechanism. Low if none. Not PECARN, CHALICE, Canadian CT Head, NEXUS, or CATCH-2. magent does not examine the child or read CT. Not a diagnosis or medical device.
Returns a CATCH risk classification — high (neurologic intervention risk, CT indicated), medium (brain injury on CT risk, CT indicated), or low (no high or medium findings, CT not indicated by this rule alone) — based on the 7 boolean flags provided by the caller. The endpoint does not examine the patient or read imaging; all inputs are caller-assigned.
GEThttps://api.magentlab.com/api/calc/catchUse this endpoint when you need to apply the specific CATCH (Osmond 2010) clinical decision rule for pediatric minor head injury CT triage, and you already have all 7 findings assigned by a qualified clinician. Prefer this over PECARN, CHALICE, Canadian CT Head, NEXUS, or CATCH-2 endpoints when the clinical team has standardized on the original CATCH rule. This is a pure computation endpoint — it does not replace clinical judgment and is not a medical device.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/catch",
"count": 2,
"items": [
{
"formula": "catch",
"citation": {
"id": "osmond-2010",
"doi": "10.1503/cmaj.091421",
"pmid": "20142371",
"title": "CATCH: a clinical decision rule for the use of computed tomography in children with minor head injury",
"source": "CMAJ. 2010;182(4):341-348",
"authors": "Osmond MH, Klassen TP, Wells GA, et al."
},
"criteria": [
{
"met": false,
"factor": "gcs_lt_15_at_2h"
},
{
"met": false,
"factor": "suspected_open_or_depressed_skull_fracture"
},
{
"met": false,
"factor": "worsening_headache"
},
{
"met": false,
"factor": "irritability"
},
{
"met": false,
"factor": "basal_skull_fracture"
},
{
"met": false,
"factor": "large_boggy_scalp_hematoma"
},
{
"met": false,
"factor": "dangerous_mechanism"
}
],
"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.",
"ct_indicated": false,
"catch_low_risk": true,
"catch_high_risk": false,
"catch_medium_risk": false,
"formula_expression": "high if any of gcs_lt_15_at_2h, suspected_open_or_depressed_skull_fracture, worsening_headache, irritability; else medium if any of basal_skull_fracture, large_boggy_scalp_hematoma, dangerous_mechanism; else low; CT indicated if high or medium"
},
{
"formula": "catch",
"citation": {
"id": "osmond-2010",
"doi": "10.1503/cmaj.091421",
"pmid": "20142371",
"title": "CATCH: a clinical decision rule for the use of computed tomography in children with minor head injury",
"source": "CMAJ. 2010;182(4):341-348",
"authors": "Osmond MH, Klassen TP, Wells GA, et al."
},
"criteria": [
{
"met": false,
"factor": "gcs_lt_15_at_2h"
},
{
"met": false,
"factor": "suspected_open_or_depressed_skull_fracture"
},
{
"met": false,
"factor": "worsening_headache"
},
{
"met": false,
"factor": "irritability"
},
{
"met": false,
"factor": "basal_skull_fracture"
},
{
"met": false,
"factor": "large_boggy_scalp_hematoma"
},
{
"met": false,
"factor": "dangerous_mechanism"
}
],
"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.",
"ct_indicated": false,
"catch_low_risk": true,
"catch_high_risk": false,
"catch_medium_risk": false,
"formula_expression": "high if any of gcs_lt_15_at_2h, suspected_open_or_depressed_skull_fracture, worsening_headache, irritability; else medium if any of basal_skull_fracture, large_boggy_scalp_hematoma, dangerous_mechanism; else low; CT indicated if high or medium"
}
]
}
}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"