templates/cat1/_measures.cat1.erb in health-data-standards-3.1.1 vs templates/cat1/_measures.cat1.erb in health-data-standards-3.2.0
- old
+ new
@@ -17,20 +17,18 @@
<thead>
<tr>
<th>eMeasure Title</th>
<th>Version neutral identifier</th>
<th>eMeasure Version Number</th>
- <th>NQF eMeasure Number</th>
<th>Version specific identifier</th>
</tr>
</thead>
<tbody>
<% measures.each do |measure| -%>
<tr>
<td><%= measure.title %></td>
<td><%= measure.hqmf_set_id %></td>
<td><%= measure.hqmf_version_number %></td>
- <td><%= measure.id %></td>
<td><%= measure.hqmf_id %></td>
<td></td>
</tr>
<% end -%>
</tbody>