select (count(refinst)::decimal / (select count(*) from patients)::decimal) * 100 as "Formula" from patients;