Sha256: 1446fdc935255ee807646a4a07bb6627df2d166e90204b16e4795581d5daadbc

Contents?: true

Size: 529 Bytes

Versions: 8

Compression:

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 templates/cat1/r5/_medication_details.cat1.erb
health-data-standards-4.3.4 templates/cat1/r5/_medication_details.cat1.erb
health-data-standards-4.3.3 templates/cat1/r5/_medication_details.cat1.erb
health-data-standards-4.3.2 templates/cat1/r5/_medication_details.cat1.erb
health-data-standards-4.3.1 templates/cat1/r5/_medication_details.cat1.erb
health-data-standards-4.3.0 templates/cat1/r5/_medication_details.cat1.erb
health-data-standards-4.2.0 templates/cat1/r5/_medication_details.cat1.erb
health-data-standards-4.1.0 templates/cat1/r5/_medication_details.cat1.erb