Sha256: 5b49f376335f260e9ffb62af3a1e72cf929aab3edd69de0ad24e8f492e4b5ada
Contents?: true
Size: 871 Bytes
Versions: 16
Compression:
Stored size: 871 Bytes
Contents
<component> <section> <!-- This is the templateId for Reporting Parameters section --> <templateId root="2.16.840.1.113883.10.20.17.2.1"/> <!-- This is the templateId for the QRDA III Reporting Parameters Section --> <templateId root="2.16.840.1.113883.10.20.27.2.2"/> <code code="55187-9" codeSystem="2.16.840.1.113883.6.1"/> <title>Reporting Parameters</title> <text> <list> <item>Reporting period: <%= start_date.to_formatted_s(:long_ordinal) %> - <%= end_date.to_formatted_s(:long_ordinal) %></item> </list> </text> <entry typeCode="DRIV"> <%== render :partial => 'reporting_parameters_act', :locals => {:start_date => start_date, :end_date => end_date} %> </entry> </section> </component>
Version data entries
16 entries across 16 versions & 1 rubygems