causeOfDeath="<%= condition.cause_of_death %>"<% end %> xmlns="urn:hl7-org:greencda:c32">
<%== render partial: "entry_attributes", locals: {entry: condition, code_sets: ['SNOMED-CT', "ICD-9-CM", "ICD-10-CM"]}%>
<% if condition.priority %>
<%= condition.priority %>
<% end %>
<%= condition.type %>
<% condition.treating_provider.each do |tp| %>
<%== render partial: 'provider', locals: {provider: tp} %>
<% end %>