templates/_medical_equipment.c32.erb in health-data-standards-0.8.1 vs templates/_medical_equipment.c32.erb in health-data-standards-1.0.0

- old
+ new

@@ -23,9 +23,15 @@ <addr/> <telecom/> <playingDevice> <%== code_display(entry, {:preferred_code_sets => ['SNOMED-CT']}) %> </playingDevice> + <% if entry.manufacturer %> + <scopingEntity> + <id root="<%= UUID.generate %>"/> + <desc><%= entry.manufacturer %></desc> + </scopingEntity> + <% end %> </participantRole> </participant> </supply> </entry> <% end -%> \ No newline at end of file