Sha256: 79f17ba7035c4616836c8a34b15c4e3deb87fdda246430f73f27fa7408fa8541

Contents?: true

Size: 700 Bytes

Versions: 64

Compression:

Stored size: 700 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.negationInd %>
	<doseQuantity nullFlavor="NA"/>
<% elsif entry.respond_to?(:dose) && entry.dose.present? -%>
<doseQuantity <%= dose_quantity(entry.codes, entry.dose) %>/>
<% end -%>

Version data entries

64 entries across 16 versions & 1 rubygems

Version Path
health-data-standards-3.7.0 templates/cat1/r4/_medication_details.cat1.erb
health-data-standards-3.7.0 templates/cat1/r3/_medication_details.cat1.erb
health-data-standards-3.7.0 templates/cat1/r3_1/_medication_details.cat1.erb
health-data-standards-3.7.0 templates/cat1/r2/_medication_details.cat1.erb