Sha256: c98274565800c1b4777efaabe23632544e471e6e9671570c8030ab662159647f
Contents?: true
Size: 1.49 KB
Versions: 48
Compression:
Stored size: 1.49 KB
Contents
<component> <section> <!-- This is the templateId for Reporting Parameters section --> <templateId root="2.16.840.1.113883.10.20.17.2.1" /> <% if cms_compatibility %> <templateId root="2.16.840.1.113883.10.20.17.2.1" extension="2015-07-01" /> <% end %> <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" /> <% if cms_compatibility %> <templateId root="2.16.840.1.113883.10.20.17.3.8" extension="2015-07-01" /> <% end %> <id root="1.3.6.1.4.1.115" 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
48 entries across 16 versions & 1 rubygems