Sha256: eca5050e41ff9ca1f7d8dd0543e73f359d904998df2030b9fbbd8b5c92bd8ff6

Contents?: true

Size: 725 Bytes

Versions: 31

Compression:

Stored size: 725 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 %>">
            <displayName value="<%= criteria.title %>"/>
          </<%= name %>>
          <%- elsif criteria.code_list_id -%>
          <<%= name %><%= " xsi:type=\"CD\"" if include_type %> valueSet="<%= criteria.code_list_id %>">
            <displayName value="<%= criteria.title %>"/>
          </<%= name %>>
          <%- end -%>

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
health-data-standards-3.4.6 lib/hqmf-generator/code.xml.erb
health-data-standards-3.4.5 lib/hqmf-generator/code.xml.erb
health-data-standards-3.4.4 lib/hqmf-generator/code.xml.erb
health-data-standards-3.4.3 lib/hqmf-generator/code.xml.erb
health-data-standards-3.4.2 lib/hqmf-generator/code.xml.erb
health-data-standards-3.4.1 lib/hqmf-generator/code.xml.erb
health-data-standards-3.4.0 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.12 lib/hqmf-generator/code.xml.erb
health-data-standards-3.3.0 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.11 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.10 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.8 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.7 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.6 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.5 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.4 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.3 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.2 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.1 lib/hqmf-generator/code.xml.erb
health-data-standards-3.2.0 lib/hqmf-generator/code.xml.erb