Sha256: e58a354d14b9c58b37bc20d15c62d28edcd29cdfba44d412e7a835b972c3ea7e

Contents?: true

Size: 376 Bytes

Versions: 30

Compression:

Stored size: 376 Bytes

Contents

<% tag_name ||= "organization"%>
<<%=tag_name%> id="<%=organization.id%>">
  <name><%= organization.name%></name>
  <% organization.addresses.each do |addr| %>
    <%== render :partial => "address", locals: {address: addr} %>
  <% end %>
  <% organization.telecoms.each do |tele| %>
    <%== render :partial => "telecom", locals: {telecom: tele} %>
  <% end %>
</organization>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
health-data-standards-3.2.3 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.2 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.1 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.0 templates/gc32/_organization.gc32.erb
health-data-standards-3.1.1 templates/gc32/_organization.gc32.erb
health-data-standards-3.1.0 templates/gc32/_organization.gc32.erb
health-data-standards-3.0.6 templates/gc32/_organization.gc32.erb
health-data-standards-3.0.5 templates/gc32/_organization.gc32.erb
health-data-standards-3.0.4 templates/gc32/_organization.gc32.erb
health-data-standards-3.0.3 templates/gc32/_organization.gc32.erb