Skip to content

Commit

Permalink
Merge pull request MeasureAuthoringTool#40 from raj209/r5
Browse files Browse the repository at this point in the history
rearranging author element
  • Loading branch information
peter li authored Sep 4, 2019
2 parents a0222b2 + 557aeeb commit f4f92ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<low <%= value_or_null_flavor(entry.admit_time || entry.start_time) %>/>
<high <%= value_or_null_flavor(entry.discharge_time || entry.end_time) %>/>
</effectiveTime>
<%== render(:partial => 'author_qdm', :locals => {:entry => entry}) %>
<% if entry.discharge_disposition.present? %>
<sdtc:dischargeDispositionCode code="<%= entry.discharge_disposition[:code] %>"
codeSystem="<%= HealthDataStandards::Util::CodeSystemHelper.oid_for_code_system(entry.discharge_disposition[:code_system]) || entry.discharge_disposition[:code_system] %>"/>
<% end -%>
<%== render(:partial => 'author_qdm', :locals => {:entry => entry}) %>
<% if entry.respond_to?(:facility) && entry.facility.present? -%>
<participant typeCode="LOC">
<!-- Facility Location template -->
Expand Down

0 comments on commit f4f92ae

Please sign in to comment.