Clinical reference
Cardiology · Risk Assessment
Predicts mortality risk in acute coronary syndromes during hospitalization and at 6 months.
Formula or scoring rule as stored in YMed Atlas (verify against references before clinical use):
Complex calculation based on age, heart rate, systolic BP, creatinine, cardiac arrest, ST-segment deviation, elevated cardiac enzymes, and Killip class
{
"age": {
"max": 100,
"min": 18,
"type": "number",
"label": "Age in years"
},
"enzymes": {
"type": "boolean",
"label": "Elevated Cardiac Enzymes"
},
"heartRate": {
"max": 250,
"min": 30,
"type": "number",
"label": "Heart Rate (bpm)"
},
"creatinine": {
"max": 20,
"min": 0,
"type": "number",
"label": "Creatinine (mg/dL)"
},
"systolicBP": {
"max": 250,
"min": 50,
"type": "number",
"label": "Systolic Blood Pressure (mmHg)"
},
"killipClass": {
"type": "select",
"label": "Killip Class",
"options": [
"I",
"II",
"III",
"IV"
]
},
"stDeviation": {
"type": "boolean",
"label": "ST-segment Deviation"
},
"cardiacArrest": {
"type": "boolean",
"label": "Cardiac Arrest at Admission"
}
}