Sha256: f2a6d6999ae956ad65b38f97a693ca21dab31f8fe7339a8d976052c470674b44
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 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'] %> <% if condition.name %> <name><%= condition.name %></name> <% end %> <effectiveTime> <start><%= time_if_not_nil(condition.start_time, condition.time) %></start> <end><%= time_if_not_nil(condition.end_time) %></end> </effectiveTime> </condition>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-0.8.1 | templates/_condition.gc32.erb |
health-data-standards-0.8.0 | templates/_condition.gc32.erb |