ABIC Score Calculator (Alcoholic Hepatitis) 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 Dominguez 2008 ABIC score from age, bilirubin, creatinine, and INR to stratify alcoholic hepatitis severity into low, intermediate, or high risk categories.
Dominguez 2008 ABIC score from age, bilirubin, creatinine, and INR. ABIC = (age * 0.1) + (bilirubin_mg_dl * 0.08) + (creatinine_mg_dl * 0.3) + (inr * 0.8). Low <6.71, intermediate 6.71–9.0, high >9.0. Not a diagnosis of alcoholic hepatitis and not a steroid or transplant order.
Returns the numeric ABIC score computed as (age × 0.1) + (bilirubin_mg_dl × 0.08) + (creatinine_mg_dl × 0.3) + (INR × 0.8), along with the risk category: low (<6.71), intermediate (6.71–9.0), or high (>9.0).
GEThttps://api.magentlab.com/api/calc/abicUse this endpoint when you need to programmatically compute the Dominguez 2008 ABIC score for alcoholic hepatitis severity stratification, especially when integrating into clinical decision support workflows or automated chart review pipelines. It accepts both SI and conventional lab units. Note: this is a scoring tool only and must not be interpreted as a diagnosis or treatment order.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/abic",
"count": 2,
"items": [
{
"age": 50,
"inr": 1.5,
"formula": "abic",
"citation": {
"id": "dominguez-2008",
"doi": "10.1111/j.1572-0241.2008.02104.x",
"pmid": "18721242",
"title": "A new scoring system for prognostic stratification of patients with alcoholic hepatitis",
"source": "Am J Gastroenterol. 2008;103(11):2747-2756",
"authors": "Dominguez M, Rincón D, Abraldes JG, Miquel R, Colmenero J, Bellot P, García-Pagán JC, Fernández J, Marín P, Guarner C, Arroyo V, Bruguera M, Bañares R, Ginès P, Caballería J"
},
"abic_band": "intermediate",
"abic_score": 7.3,
"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.",
"bilirubin_mg_dl": 10,
"creatinine_mg_dl": 1,
"formula_expression": "ABIC = (age * 0.1) + (bilirubin_mg_dl * 0.08) + (creatinine_mg_dl * 0.3) + (inr * 0.8)"
},
{
"age": 50,
"inr": 1.5,
"formula": "abic",
"citation": {
"id": "dominguez-2008",
"doi": "10.1111/j.1572-0241.2008.02104.x",
"pmid": "18721242",
"title": "A new scoring system for prognostic stratification of patients with alcoholic hepatitis",
"source": "Am J Gastroenterol. 2008;103(11):2747-2756",
"authors": "Dominguez M, Rincón D, Abraldes JG, Miquel R, Colmenero J, Bellot P, García-Pagán JC, Fernández J, Marín P, Guarner C, Arroyo V, Bruguera M, Bañares R, Ginès P, Caballería J"
},
"abic_band": "intermediate",
"abic_score": 7.3,
"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.",
"bilirubin_mg_dl": 10,
"creatinine_mg_dl": 1,
"formula_expression": "ABIC = (age * 0.1) + (bilirubin_mg_dl * 0.08) + (creatinine_mg_dl * 0.3) + (inr * 0.8)"
}
]
}
}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"