Clinical reference
Cardiology · Risk Assessment
Estimates risk of major bleeding in patients on anticoagulation.
Formula or scoring rule as stored in YMed Atlas (verify against references before clinical use):
Sum of risk factors (1 point each)
{
"drugs": {
"type": "boolean",
"label": "Medications predisposing to bleeding",
"points": 1
},
"labile": {
"type": "boolean",
"label": "Labile INRs",
"points": 1
},
"stroke": {
"type": "boolean",
"label": "Previous Stroke",
"points": 1
},
"alcohol": {
"type": "boolean",
"label": "Alcohol or Drug Usage",
"points": 1
},
"elderly": {
"type": "boolean",
"label": "Age > 65",
"points": 1
},
"bleeding": {
"type": "boolean",
"label": "Prior Major Bleeding",
"points": 1
},
"hypertension": {
"type": "boolean",
"label": "Hypertension",
"points": 1
},
"liverDisease": {
"type": "boolean",
"label": "Abnormal Liver Function",
"points": 1
},
"renalDisease": {
"type": "boolean",
"label": "Abnormal Renal Function",
"points": 1
}
}