Sha256: 7fdabf4f6b2daa177575a60eb05f95303561bb2678839637b1ab79a595599a12

Contents?: true

Size: 553 Bytes

Versions: 10

Compression:

Stored size: 553 Bytes

Contents

<support xmlns="urn:hl7-org:greencda:c32">
  <%= render partial: 'name', locals: {person: support}%>
  <% if support.mothers_maiden_name%>
  <mothersMaidenName><%= support.mothers_maiden_name %></mothersMaidenName>
  <% end %>
  <% if support.type %>
  <type><%= support.type %></type>
  <% end %>
  <% if support.relationship %>
  <relationship><%= support.relationship %></relationship>
  <% end %>
  <%= render partial: 'address', locals: {address: support.address} %>
  <%= render partial: 'telecom', locals: {telecom: support.telecom} %>
</support>

Version data entries

10 entries across 10 versions & 1 rubygems

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