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