Sha256: 44131b5321af0756cabcea51c615885870108a675156e9c23a2191f72119241d

Contents?: true

Size: 432 Bytes

Versions: 4

Compression:

Stored size: 432 Bytes

Contents

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

<% if entry.respond_to?(:dose) && entry.dose.present? -%>
<doseQuantity value="<%= entry.dose['value']%>"/>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
health-data-standards-3.2.7 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.2.6 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.2.5 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.2.4 templates/cat1/_medication_details.cat1.erb