templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb in health-data-standards-3.0.5 vs templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb in health-data-standards-3.0.6
- old
+ new
@@ -10,9 +10,10 @@
<statusCode code="completed"/>
<effectiveTime>
<low <%= value_or_null_flavor(entry.start_time) %>/>
<high <%= value_or_null_flavor(entry.end_time) %>/>
</effectiveTime>
+ <%== render(:partial => 'ordinality', :locals => {:entry => entry}) %>
<%== render(:partial => 'reason', :locals => {:entry => entry}) %>
<% if entry.respond_to?(:incision_time) && entry.incision_time.present? -%>
<entryRelationship typeCode="REFR">
<procedure classCode="PROC" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.24.3.89"/>
\ No newline at end of file