Sha256: df660b199444d7fee4f9a42ec49ba66191bd2b2d333fa923b293d0c10e1fe045

Contents?: true

Size: 544 Bytes

Versions: 7

Compression:

Stored size: 544 Bytes

Contents

<% if result['code'] -%>
  <value xsi:type="CD" code="<%= result['code']['code'] %>" codeSystem="<%= HealthDataStandards::Util::CodeSystemHelper.oid_for_code_system(result['code']['code_system']) %>" />
<% elsif result['scalar'] %>
  <% if result['units'] == 'UnixTime' %>
  <value xsi:type="TS" <%= value_or_null_flavor(result['scalar']) %>/>
  <% else %>
  <value xsi:type="PQ" value="<%= result['scalar'] %>" <% if result['units'] && (result['units'] != "") -%>unit="<%= result['units']%>"<% else %>unit="1"<% end %>/>
  <% end %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 templates/cat1/r5/_component_value.cat1.erb
health-data-standards-4.3.4 templates/cat1/r5/_component_value.cat1.erb
health-data-standards-4.3.3 templates/cat1/r5/_component_value.cat1.erb
health-data-standards-4.3.2 templates/cat1/r5/_component_value.cat1.erb
health-data-standards-4.3.1 templates/cat1/r5/_component_value.cat1.erb
health-data-standards-4.3.0 templates/cat1/r5/_component_value.cat1.erb
health-data-standards-4.2.0 templates/cat1/r5/_component_value.cat1.erb