Sha256: f0349fdc6c8dd8dec76b09032ee7b40ce83b8c1d809354b2a0a8f7541d168fe4

Contents?: true

Size: 575 Bytes

Versions: 30

Compression:

Stored size: 575 Bytes

Contents

<immunization xmlns="urn:hl7-org:greencda:c32" id="<%= immunization.id%>" <% if refused %> refused="true" <% end %>>
  <%== render partial: "entry_attributes", locals: {entry: immunization, code_sets: ["RxNorm", "CVX", "FDA"]}%>
  <% if immunization.series_number %>
    <seriesNumber><%= immunization.series_number %></seriesNumber>
  <% end %>
  <% if immunization.refusal_reason %>
  <%== gc32_code_display immunization, "tag_name" => "refusalReason", "attribute" => "refusal_reason", "preferred_code_sets" => ["HL7 ActNoImmunicationReason"] %>
  <% end %>
</immunization>

Version data entries

30 entries across 30 versions & 1 rubygems

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