Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This section shows the number of patients visiting this facility for certain conditions or procedures.

SQL to acquire these measures is as follows:

Acquiring data onĀ Number of Patients

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 = 17

  • No labels