Sha256: 821e4a7713974d6e7341428b1c17ad69fedfc095238863ef782ac66011ea571f
Contents?: true
Size: 555 Bytes
Versions: 30
Compression:
Stored size: 555 Bytes
Contents
<condition id="<%= condition.id %>" <% unless condition.cause_of_death.nil? %>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 %> <priority><%= condition.priority %></priority> <% end %> <type><%= condition.type %></type> <% condition.treating_provider.each do |tp| %> <%== render partial: 'provider', locals: {provider: tp} %> <% end %> </condition>
Version data entries
30 entries across 30 versions & 1 rubygems