Sha256: f38edb993e0cc9262bbdaae76935c0fb8d30bdd44b0e145661e5ee9f8af6c33e
Contents?: true
Size: 1.32 KB
Versions: 50
Compression:
Stored size: 1.32 KB
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"> <act classCode="ACT" moodCode="EVN"> <!-- This is the templateId for Reporting Parameters Act --> <templateId root="2.16.840.1.113883.10.20.17.3.8"/> <id extension="<%= identifier_for([start_date, end_date]) %>" /> <code code="252116004" codeSystem="2.16.840.1.113883.6.96" displayName="Observation Parameters"/> <effectiveTime> <low value="<%= start_date.to_formatted_s(:number) %>"/> <high value="<%= end_date.to_formatted_s(:number) %>"/> </effectiveTime> </act> </entry> </section> </component>
Version data entries
50 entries across 18 versions & 1 rubygems