Sha256: 171c82e5965b164b259a75372bb08d48f62e203844c364df8414f8e68b56243b

Contents?: true

Size: 347 Bytes

Versions: 12

Compression:

Stored size: 347 Bytes

Contents

<organization>
  <id><%= organization.id%></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

12 entries across 12 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 templates/_organization.gc32.erb
health-data-standards-2.2.0 templates/_organization.gc32.erb
health-data-standards-2.1.4 templates/_organization.gc32.erb
health-data-standards-2.1.3 templates/_organization.gc32.erb
health-data-standards-2.1.2 templates/_organization.gc32.erb
health-data-standards-2.1.1 templates/_organization.gc32.erb
health-data-standards-2.1.0 templates/_organization.gc32.erb
health-data-standards-2.0.0 templates/_organization.gc32.erb
health-data-standards-1.0.1 templates/_organization.gc32.erb
health-data-standards-1.0.0 templates/_organization.gc32.erb
health-data-standards-0.8.1 templates/_organization.gc32.erb
health-data-standards-0.8.0 templates/_organization.gc32.erb