Sha256: 41f3f78b19541dcf4d278e4a0ed989caa33bbf8dd536e3ce2b891743a5107b1e

Contents?: true

Size: 557 Bytes

Versions: 30

Compression:

Stored size: 557 Bytes

Contents

<support xmlns="urn:hl7-org:greencda:c32">
  <%== render partial: 'name', locals: {person: support}%>
  <%== render partial: 'address', locals: {address: support.address} %>
  <%== render partial: 'telecom', locals: {telecom: support.telecom} %>
  <% 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 %>

</support>

Version data entries

30 entries across 30 versions & 1 rubygems

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