templates/cat1/_medication_details.cat1.erb in health-data-standards-3.5.2 vs templates/cat1/_medication_details.cat1.erb in health-data-standards-3.5.3
- old
+ new
@@ -9,7 +9,7 @@
<% end -%>
/>
<% end -%>
<% if entry.respond_to?(:dose) && entry.dose.present? -%>
-<doseQuantity value="<%= entry.dose['value']%>"/>
+<doseQuantity <%= dose_quantity(entry.codes, entry.dose) %>/>
<% end -%>
\ No newline at end of file