Sha256: 614246076d5bc326307ffaeb743da9036860f02ed20dc50791ab992e725bb0e2
Contents?: true
Size: 626 Bytes
Versions: 15
Compression:
Stored size: 626 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 value="<%= entry.dose['value']%>"/> <% end -%>
Version data entries
15 entries across 15 versions & 1 rubygems