AWOL Score for Delirium
years
Clinical noticeThis clinical tool supports decision-making and does not replace individual medical assessment.
Context and use
AWOL score = (age_years >= 80 ? 1 : 0) + (world_backward_correct == false ? 1 : 0) + (oriented_to_place == false ? 1 : 0) + (illness_severity in {moderately_ill, severely_ill, moribund} ? 1 : 0). Total score range 0 to 4 points.
