lib/hqmf-generator/temporal_relationship.xml.erb in health-data-standards-3.4.6 vs lib/hqmf-generator/temporal_relationship.xml.erb in health-data-standards-3.5.0

- old
+ new

@@ -1,6 +1,6 @@ <temporallyRelatedInformation typeCode="<%= relationship.type %>"> <%- if relationship.range -%> - <%= xml_for_value(relationship.range, 'pauseQuantity') %> + <%= xml_for_value(relationship.range, 'pauseQuantity', false) %> <%- end -%> <%= xml_for_reference(relationship.reference) %> </temporallyRelatedInformation>