Sha256: fe1e60bc6e7b858894d13979b8e031e8fe739eac51972462e0324db94a343455

Contents?: true

Size: 877 Bytes

Versions: 21

Compression:

Stored size: 877 Bytes

Contents

          <%- if criteria.inline_code_list -%>
          <%- code_system_name = criteria.inline_code_list.keys[0] -%>
          <%- code = criteria.inline_code_list[code_system_name][0] -%>
          <%- code_system_oid = oid_for_name(code_system_name) -%>
          <<%= name %> codeSystemName="<%= code_system_name %>" codeSystem="<%= code_system_oid %>"
            code="<%= code %>">
            <%- if criteria.title -%>
              <displayName value="<%=ERB::Util::h criteria.title %>"/>
            <%- end -%>
          </<%= name %>>
          <%- elsif criteria.code_list_id -%>
          <<%= name %><%= " xsi:type=\"CD\"" if include_type %> valueSet="<%= criteria.code_list_id %>">
            <%- if criteria.title -%>
              <displayName value="<%=ERB::Util::h criteria.title %>"/>
            <%- end -%>
          </<%= name %>>
          <%- end -%>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 lib/hqmf-generator/code.xml.erb
health-data-standards-4.3.4 lib/hqmf-generator/code.xml.erb
health-data-standards-4.3.3 lib/hqmf-generator/code.xml.erb
health-data-standards-4.3.2 lib/hqmf-generator/code.xml.erb
health-data-standards-4.3.1 lib/hqmf-generator/code.xml.erb
health-data-standards-4.3.0 lib/hqmf-generator/code.xml.erb
health-data-standards-4.2.0 lib/hqmf-generator/code.xml.erb
health-data-standards-4.1.0 lib/hqmf-generator/code.xml.erb
health-data-standards-4.0.6 lib/hqmf-generator/code.xml.erb
health-data-standards-4.0.5 lib/hqmf-generator/code.xml.erb
health-data-standards-4.0.4 lib/hqmf-generator/code.xml.erb
health-data-standards-4.0.3 lib/hqmf-generator/code.xml.erb
health-data-standards-4.0.2 lib/hqmf-generator/code.xml.erb
health-data-standards-4.0.1 lib/hqmf-generator/code.xml.erb
health-data-standards-4.0.0 lib/hqmf-generator/code.xml.erb
health-data-standards-3.7.0 lib/hqmf-generator/code.xml.erb
health-data-standards-3.6.1 lib/hqmf-generator/code.xml.erb
health-data-standards-3.5.3 lib/hqmf-generator/code.xml.erb
health-data-standards-3.5.2 lib/hqmf-generator/code.xml.erb
health-data-standards-3.5.1 lib/hqmf-generator/code.xml.erb