Sha256: 1c412ff70505fe1bcddea38498a35fd25794f488cf988f1b86875bf7bf102d6d
Contents?: true
Size: 662 Bytes
Versions: 2
Compression:
Stored size: 662 Bytes
Contents
<% ev = entry.values.first if ev.present? if ev.respond_to?(:codes) -%> <%== code_display(ev, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'tag_name' => 'value', 'extra_content' => "xsi:type=\"CD\"") %> <% elsif ev.respond_to?(:scalar) -%> <% if is_num?(ev.scalar) -%> <value xsi:type="PQ" value="<%= ev.scalar %>" <% if ev.units && (ev.units != "") -%>unit="<%= ev.units %>"<% end -%>/> <% elsif is_bool?(ev.scalar)%> <value xsi:type="BL" value="<%= ev.scalar %>" /> <% else -%> <value xsi:type="ST" ><%= ev.scalar %></value> <% end end else -%> <value xsi:type="CD" nullFlavor="UNK"/> <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-3.1.1 | templates/cat1/_result_value.cat1.erb |
health-data-standards-3.1.0 | templates/cat1/_result_value.cat1.erb |