Sha256: a8c0b078cace6ca8b75a186d08d2097c167f2eaa5b909907ea511edb42ee9c11
Contents?: true
Size: 1.24 KB
Versions: 15
Compression:
Stored size: 1.24 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 Parameteres Act --> <templateId root="2.16.840.1.113883.10.20.17.3.8"/> <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
15 entries across 15 versions & 1 rubygems