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