Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Process and Structural 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.  Individual State report cards can include some or all of these measures.  What measures are reported are decided by the scope of the project.

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

...