Sha256: 32e7bd53e5ed67446a840b4e5ab4e9d2a4fc303ed90e1544943f44b0d7e451ee

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

<% if entry.route.present? 
      # hard coded to NCI Thesaurus for the code system since Cat I mandates that
-%>
<routeCode code="<%= entry.route['code'] %>" codeSystem="2.16.840.1.113883.3.26.1.1"/>
<% end -%>

<% if entry.dose.present? -%>
<doseQuantity value="<%= entry.dose['value']%>"/>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
health-data-standards-3.1.1 templates/cat1/_medication_details.cat1.erb
health-data-standards-3.1.0 templates/cat1/_medication_details.cat1.erb