templates/ccda/_narrative_block.ccda.erb in health-data-standards-2.1.2 vs templates/ccda/_narrative_block.ccda.erb in health-data-standards-2.1.3

- old
+ new

@@ -16,10 +16,10 @@ </thead> <tbody> <% entries.each_with_index do |entry, i| -%> <tr> <td ID="<%= section %>-desc-<%= i %>"><%= entry.description %></td> - <td ID="<%= section %>-code-<%= i %>"><%= entry.codes_to_s %><br/><i><%= entry.specifics %></i></td> + <td ID="<%= section %>-code-<%= i %>"><%= entry.codes_to_s %><br/><%= entry.specifics %></td> <td><%= entry.times_to_s %></td> <% if status.present? %> <td><%= entry.status %></td> <% end %> \ No newline at end of file