Sha256: faafae5bd57437cca2016b0331483fd8264d33a01d1f5608bdcceb9b96e0b678
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 Bytes
Contents
<condition <% if condition.cause_of_death %> causeOfDeath="true" <% end %> xmlns="urn:hl7-org:greencda:c32"> <id><%= condition.id%></id> <%== code_display result, "tag_name" => "code", 'preferred_code_sets' => ['SNOMED-CT'] %> <% if condition.name %> <name><%= condition.name%></name> <% end %> <effectiveTime> <start><%= Time.at(condition.start_time)%></start> <end><%= Time.at(condition.end_time)%></end> </effectiveTime> </condition>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-0.7.1 | templates/_condition.gc32.erb |