{"uid":"cap_IWO0xrY2u7VGLK-NHmtIW","slug":"risk-e-olmos-2017-in-hospital-mortality-score-for-active-left-sided-bdefc008","name":"RISK-E (Olmos 2017) In-Hospital Mortality Score for Active Left-Sided IE Cardiac Surgery","description":"Olmos 2017 RISK-E (Risk-Endocarditis) for in-hospital mortality after cardiac surgery in active left-sided IE. Age <=51: 0; 52-63: 9; 64-72: 13; >=73: 14. Flags: prosthetic_infection +6, periannular_complications +5, staphylococcus_aureus_or_fungi +9, acute_renal_failure +5, septic_shock +7, cardiogenic_shock +15, thrombocytopenia +7. Returns score and max_score 68 only. Not a diagnosis or surgery decision. magent does not examine the valve or read echo.","url":"https://api.magentlab.com/api/calc/riske","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"queryParams":{"type":"object","required":["age","prosthetic_infection","periannular_complications","staphylococcus_aureus_or_fungi","acute_renal_failure","septic_shock","cardiogenic_shock","thrombocytopenia"],"properties":{"age":{"type":"integer","description":"Age in years (integer 18-120). Olmos 2017: <=51 scores 0; 52-63 scores 9; 64-72 scores 13; >=73 scores 14. Age 51 scores 0; 52 scores 9; 63 scores 9; 64 scores 13; 72 scores 13; 73 scores 14. magent does not examine the patient."},"septic_shock":{"type":"boolean","description":"Septic shock as assigned by the caller (Olmos 2017). true or false. +7 if true. magent does not diagnose shock."},"thrombocytopenia":{"type":"boolean","description":"Thrombocytopenia as assigned by the caller (Olmos 2017 thrombocytopaenia, <150000 platelets/mm3). true or false. +7 if true. magent does not interpret a platelet count."},"cardiogenic_shock":{"type":"boolean","description":"Cardiogenic shock as assigned by the caller (Olmos 2017). true or false. +15 if true. magent does not diagnose shock or decide surgery."},"acute_renal_failure":{"type":"boolean","description":"Acute renal failure as assigned by the caller (Olmos 2017; GFR <60 mL/min/1.73 m2 in the derivation). true or false. +5 if true. magent does not compute GFR."},"prosthetic_infection":{"type":"boolean","description":"Prosthetic-valve infection as assigned by the caller (Olmos 2017). true or false. +6 if true. magent does not examine the valve."},"periannular_complications":{"type":"boolean","description":"Periannular complications (abscess, pseudoaneurysm, fistula, or prosthetic dehiscence) as assigned by the caller (Olmos 2017). true or false. +5 if true. magent does not read echocardiography."},"staphylococcus_aureus_or_fungi":{"type":"boolean","description":"Staphylococcus aureus or fungi as assigned by the caller (Olmos 2017 virulent microorganism). true or false. +9 if true. magent does not interpret cultures."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_aC1SpDhqlEWx-q81B3yMy","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes the Olmos 2017 RISK-E score for predicted in-hospital mortality after cardiac surgery in active left-sided infective endocarditis, returning a numeric score out of 68.","exampleAgentPrompt":"Calculate the RISK-E score for a 68-year-old patient with active left-sided infective endocarditis going to cardiac surgery — they have periannular complications and cardiogenic shock, no prosthetic valve infection, no Staph aureus or fungi, no acute renal failure, no septic shock, and no thrombocytopenia.","exampleUseCases":[{"title":"Pre-op risk stratification for IE surgery","prompt":"My patient is 74 years old with active left-sided endocarditis heading to the OR. They have prosthetic valve infection, Staphylococcus aureus bacteremia, and acute renal failure, but no periannular complications, no cardiogenic shock, no septic shock, and no thrombocytopenia. What is their RISK-E score?"},{"title":"Scoring a critically ill IE patient","prompt":"Can you compute the RISK-E score for a 60-year-old with active IE and cardiogenic shock plus septic shock? No prosthetic infection, no periannular complications, no Staph or fungi, no renal failure, no thrombocytopenia."},{"title":"Documenting surgical mortality risk in chart note","prompt":"I need the Olmos 2017 RISK-E score to include in my surgical note: patient is 55, has periannular abscess, thrombocytopenia, and fungal endocarditis — no prosthetic valve, no cardiogenic or septic shock, no acute renal failure."}],"resultDescription":"Returns a JSON object containing the computed RISK-E integer score (sum of age bracket points plus applicable flag points) and the maximum possible score of 68. Does not include diagnosis, surgical recommendation, or mortality percentage.","failureModes":["Missing required query parameter (age or any boolean flag) — likely returns a 400 error","Age outside integer range 18-120 — may return validation error","Non-boolean value passed for a flag parameter — schema validation failure","Network or server error returns 5xx with no score","Payment failure (x402) if USDC balance is insufficient"],"whenToPreferThis":"Use this endpoint when you need to programmatically compute the Olmos 2017 RISK-E score for in-hospital mortality after cardiac surgery in active left-sided IE, and you have already clinically assigned all seven binary flags and know the patient's age. Prefer this over manual calculation to avoid arithmetic errors in time-sensitive perioperative workflows. Do not use for diagnosis, surgical decision-making, or when echocardiographic interpretation is required — the endpoint performs only arithmetic on caller-supplied inputs.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:21:01.541Z","isFirstParty":false}