templates/cat1/_2.16.840.1.113883.10.20.24.3.31.cat1.erb in health-data-standards-3.1.0 vs templates/cat1/_2.16.840.1.113883.10.20.24.3.31.cat1.erb in health-data-standards-3.1.1
- old
+ new
@@ -5,16 +5,17 @@
<!-- Intervention Order template -->
<templateId root="2.16.840.1.113883.10.20.24.3.31"/>
<id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/>
<%== code_display(entry, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %>
<statusCode code="completed"/>
+ <effectiveTime>
+ <low <%= value_or_null_flavor(entry.start_time) %>/>
+ </effectiveTime>
<author>
<time <%= value_or_null_flavor(entry.as_point_in_time) %>/>
<assignedAuthor>
<id root="<%= UUID.generate %>"/>
</assignedAuthor>
</author>
- <effectiveTime>
- <low <%= value_or_null_flavor(entry.start_time) %>/>
- </effectiveTime>
+
</act>
</entry>
\ No newline at end of file