templates/cat3/_reporting_parameters.cat3.erb in health-data-standards-3.5.2 vs templates/cat3/_reporting_parameters.cat3.erb in health-data-standards-3.5.3
- old
+ new
@@ -13,11 +13,12 @@
<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 -->
+ <!-- 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>
\ No newline at end of file