Sha256: 3127460254f16d1f5d7ea481ef489a50474459ee08df81d1116056277d3d82ef
Contents?: true
Size: 451 Bytes
Versions: 10
Compression:
Stored size: 451 Bytes
Contents
<condition <% unless condition.cause_of_death.nil? %>causeOfDeath="<%= condition.cause_of_death %>"<% end %> xmlns="urn:hl7-org:greencda:c32"> <id><%= condition.id %></id> <%== code_display condition, "tag_name" => "code", 'preferred_code_sets' => ['SNOMED-CT'] %> <%== gc32_effective_time(condition)%> <% if condition.priority %> <priority><%= condition.priority %></priority> <% end %> <type><%= condition.type %></type> </condition>
Version data entries
10 entries across 10 versions & 1 rubygems