Sha256: 4689c0ae7acea34d38927fa29a368e6053212b591c95f0f4c98314ceadfe009c

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

<% if entry.single_code_value? 
  code = entry.codes.first[1].first
  code_system_oid = QME::Importer::CodeSystemHelper.oid_for_code_system(entry.codes.first[0])
  -%>
<code code="<%= code %>" codeSystem="<%= code_system_oid %>">
  <originalText><reference value="#<%= section %>-desc-<%= i %>"/></originalText>
</code>
<% end -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
health-data-standards-0.3.0 templates/_code_with_reference.c32.erb
health-data-standards-0.2.0 templates/_code_with_reference.c32.erb
health-data-standards-0.1.0 templates/_code_with_reference.c32.erb