Process Measures are reported by CMS and are meant to track the progress and performance of entities for specific conditions. The are updated for hospitals on a quarterly basis.
Finding Process Measures
select a.* from measures as a, measure_groups_measures as b
where a.measure_id = b.measure_id
and b.measure_group_id= 3
...