templates/cat3/_organization.cat3.erb in health-data-standards-3.2.12 vs templates/cat3/_organization.cat3.erb in health-data-standards-3.3.0
- old
+ new
@@ -1,7 +1,7 @@
-<representedOrganization>
+<% tag_name ||= "representedOrganization" %>
+<<%=tag_name %>>
<!-- Represents unique registry organization TIN -->
-
<%== render :partial=>"id", :collection=>organization.ids, :id=> "identifier" %>
<!-- Contains name - specific registry not required-->
<name><%= organization.name %></name>
-</representedOrganization>
+</<%=tag_name %>>
\ No newline at end of file