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

Version Path
health-data-standards-3.5.2 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.5.1 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.5.0 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.4.6 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.4.5 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.4.4 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.4.3 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.4.2 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.4.1 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.4.0 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.2.12 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.3.0 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.2.11 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.2.10 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.2.8 templates/cat1/_medication_details.cat1.erb