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.5.3 templates/gc32/_organization.gc32.erb
health-data-standards-3.5.2 templates/gc32/_organization.gc32.erb
health-data-standards-3.5.1 templates/gc32/_organization.gc32.erb
health-data-standards-3.5.0 templates/gc32/_organization.gc32.erb
health-data-standards-3.4.6 templates/gc32/_organization.gc32.erb
health-data-standards-3.4.5 templates/gc32/_organization.gc32.erb
health-data-standards-3.4.4 templates/gc32/_organization.gc32.erb
health-data-standards-3.4.3 templates/gc32/_organization.gc32.erb
health-data-standards-3.4.2 templates/gc32/_organization.gc32.erb
health-data-standards-3.4.1 templates/gc32/_organization.gc32.erb
health-data-standards-3.4.0 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.12 templates/gc32/_organization.gc32.erb
health-data-standards-3.3.0 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.11 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.10 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.8 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.7 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.6 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.5 templates/gc32/_organization.gc32.erb
health-data-standards-3.2.4 templates/gc32/_organization.gc32.erb