Versions Compared

Key

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

Measures that are specific to Home Health entities.  These measures are primarily associated with the CMS Home Health Compare Quarterly Data set.

Helpful Queries

Acquiring data on All Home Health Measures 

select a.* from entity_values as a, measure_groups_measures as b
where a.measure_id = b.measure_id 
and a.entity_id = ######
and b.measure_group_id = 143

...