Sha256: 23310f7c24359e56a317ffe68218ea8ef0e4ff5e9bd4dbf88ed97932de8a3e9b

Contents?: true

Size: 638 Bytes

Versions: 2

Compression:

Stored size: 638 Bytes

Contents

<% if entry.respond_to?(:route) && entry.route.present? 
      # hard coded to NCI Thesaurus for the code system since Cat I mandates that
      vset = oid_for_code(entry.route,route_oids, entry.record["bundle_id"])
-%>
<routeCode code="<%= entry.route['code'] %>" 
           codeSystem="<%= HealthDataStandards::Util::CodeSystemHelper.oid_for_code_system(entry.route['code_system']) %>" 
            <% if vset -%>
              sdtc:valueSet="<%= vset %>"
            <% end -%>
           />
<% end -%>

<% if entry.respond_to?(:dose) && entry.dose.present? -%>
<doseQuantity <%= dose_quantity(entry.codes, entry.dose) %>/>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
health-data-standards-3.6.1 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.5.3 templates/cat1/_medication_details.cat1.erb