templates/_social_history.gc32.erb in health-data-standards-1.0.1 vs templates/_social_history.gc32.erb in health-data-standards-2.0.0
- old
+ new
@@ -2,7 +2,7 @@
<id><%= social_history.id%></id>
<%== code_display social_history, 'preferred_code_sets' => ['SNOMED-CT'] %>
<status><%= social_history.status %></status>
<freeText><%= social_history.free_text %></freeText>
<%== gc32_effective_time(social_history)%>
- <%== quantity_display social_history.value %>
+ <%== quantity_display social_history.values.first %>
</socialHistory>
\ No newline at end of file