templates/gc32/_entry_attributes.gc32.erb in health-data-standards-3.3.0 vs templates/gc32/_entry_attributes.gc32.erb in health-data-standards-3.4.0
- old
+ new
@@ -4,7 +4,7 @@
<%== gc32_code_display entry, "tag_name" => "code", 'preferred_code_sets' => code_sets %>
<% end %>
<% if entry.status_code && !entry.status_code.empty? %>
<%== gc32_code_display entry, "tag_name" => "status", "attribute" => "status_code", 'preferred_code_sets' => ['SNOMED-CT', "HL7 ActStatus"] %>
<% end %>
-<freeText><%=entry.free_text %></freeText>
+<freeText><%=entry.description %></freeText>
<%== gc32_effective_time(entry)%>
\ No newline at end of file