ISTH Overt DIC Score (Taylor 2001) 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 ISTH Scientific and Standardisation Committee overt disseminated intravascular coagulation (DIC) score from four laboratory values, returning a total score and compatibility verdict.
Taylor 2001 ISTH SSC overt DIC (four lab items; max 8). Platelets >=100=0, 50-<100=1, <50=2. fibrin_related_marker none/moderate/strong = 0/2/3 (caller-assigned; magent does not grade D-dimer). PT sec above ULN <3=0, >=3 and <6=1, >=6=2. Fibrinogen >=1.0 g/L=0, <1.0=1 (XOR g/L or mg/dL÷100). Band <5 not compatible with overt DIC; >=5 compatible. Not a diagnosis. Not the non-overt serial score.
Returns the total ISTH overt DIC score (0–8), individual sub-scores for each of the four laboratory components, and a binary interpretation: score ≥5 is compatible with overt DIC, score <5 is not compatible. Does not issue a clinical diagnosis.
GEThttps://api.magentlab.com/api/calc/isth_dicUse this endpoint when you need a standardized, reproducible ISTH overt DIC score per the Taylor 2001 algorithm for adult patients, particularly in ICU, hematology, or obstetric workflows. Prefer this over manual calculation to eliminate arithmetic errors and ensure correct boundary handling (e.g. exactly 50 platelets scores 1, not 0). Do not use for the non-overt serial DIC score or for pediatric-specific DIC scoring systems.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/isth_dic",
"count": 2,
"items": [
{
"score": 0,
"formula": "isth_dic",
"citation": {
"id": "taylor-2001",
"doi": "10.1055/s-0037-1616068",
"pmid": "11816725",
"title": "Towards definition, clinical and laboratory criteria, and a scoring system for disseminated intravascular coagulation",
"source": "Thromb Haemost. 2001;86(5):1327-1330",
"authors": "Taylor FB Jr, Toh CH, Hoots WK, Wada H, Levi M"
},
"max_score": 8,
"components": [
{
"value": 180,
"factor": "platelets",
"points": 0,
"present": false
},
{
"value": "none",
"factor": "fibrin_related_marker",
"points": 0,
"present": false
},
{
"value": 1,
"factor": "pt_prolongation",
"points": 0,
"present": false
},
{
"value": 2.5,
"factor": "fibrinogen",
"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.",
"isth_dic_band": "<5",
"fibrinogen_g_l": 2.5,
"platelets_10e9_l": 180,
"formula_expression": "ISTH overt DIC = platelets_10e9_l (>=100 → 0; 50 to <100 → 1; <50 → 2) + fibrin_related_marker (none 0, moderate 2, strong 3) + pt_prolongation_sec (<3 → 0; >=3 and <6 → 1; >=6 → 2) + fibrinogen_g_l (>=1.0 → 0; <1.0 → 1); max 8; bands <5 / >=5",
"pt_prolongation_sec": 1,
"fibrin_related_marker": "none"
},
{
"score": 0,
"formula": "isth_dic",
"citation": {
"id": "taylor-2001",
"doi": "10.1055/s-0037-1616068",
"pmid": "11816725",
"title": "Towards definition, clinical and laboratory criteria, and a scoring system for disseminated intravascular coagulation",
"source": "Thromb Haemost. 2001;86(5):1327-1330",
"authors": "Taylor FB Jr, Toh CH, Hoots WK, Wada H, Levi M"
},
"max_score": 8,
"components": [
{
"value": 180,
"factor": "platelets",
"points": 0,
"present": false
},
{
"value": "none",
"factor": "fibrin_related_marker",
"points": 0,
"present": false
},
{
"value": 1,
"factor": "pt_prolongation",
"points": 0,
"present": false
},
{
"value": 2.5,
"factor": "fibrinogen",
"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.",
"isth_dic_band": "<5",
"fibrinogen_g_l": 2.5,
"platelets_10e9_l": 180,
"formula_expression": "ISTH overt DIC = platelets_10e9_l (>=100 → 0; 50 to <100 → 1; <50 → 2) + fibrin_related_marker (none 0, moderate 2, strong 3) + pt_prolongation_sec (<3 → 0; >=3 and <6 → 1; >=6 → 2) + fibrinogen_g_l (>=1.0 → 0; <1.0 → 1); max 8; bands <5 / >=5",
"pt_prolongation_sec": 1,
"fibrin_related_marker": "none"
}
]
}
}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"