templates/cat1/_patient_data.cat1.erb in health-data-standards-3.1.1 vs templates/cat1/_patient_data.cat1.erb in health-data-standards-3.2.0
- old
+ new
@@ -8,7 +8,10 @@
<title>Patient Data</title>
<text>
</text>
<%== render_patient_data(patient, measures) %>
+ <% patient.insurance_providers.each do |entry| %>
+ <%== render(:partial => '2.16.840.1.113883.10.20.24.3.55', :locals => {:entry => entry}) %>
+ <% end %>
</section>
</component>
\ No newline at end of file