templates/_social_history.gc32.erb in health-data-standards-0.8.1 vs templates/_social_history.gc32.erb in health-data-standards-1.0.0
- old
+ new
@@ -1,6 +1,8 @@
<socialHistory xmlns="urn:hl7-org:greencda:c32">
<id><%= social_history.id%></id>
- <status><%= social_history.status %></status>
<%== 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 %>
</socialHistory>
\ No newline at end of file