Sha256: ce341ac9bab10441591de340a036081fa157b190950b52c7e92b578cd661c1a7

Contents?: true

Size: 729 Bytes

Versions: 30

Compression:

Stored size: 729 Bytes

Contents

<allergy xmlns="urn:hl7-org:greencda:c32" id="<%=allergy.id%>">
  <%== render partial: "entry_attributes", locals: {entry: allergy, code_sets: ['SNOMED-CT', "RxNorm", "FDA"]}%>
  <% if allergy.type %>
  <%== gc32_code_display allergy, "tag_name" => "type", "attribute" => "type", 'preferred_code_sets' => ['RxNorm', 'SNOMED-CT'] %>
  <% end %>
  <% if allergy.reaction && allergy.reaction['code'] %>
      <reaction code="<%= allergy.reaction['code'] %>" codeSystem="<%= allergy.reaction['code_system'] %>" />
  <% end %>
  <% if allergy.severity && !allergy.severity.empty? %>
  <%== gc32_code_display allergy, "tag_name" => "severity", "attribute" => "severity", 'preferred_code_sets' => ['SNOMED-CT'] %>
  <% end %>
</allergy>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
health-data-standards-3.5.3 templates/gc32/_allergy.gc32.erb
health-data-standards-3.5.2 templates/gc32/_allergy.gc32.erb
health-data-standards-3.5.1 templates/gc32/_allergy.gc32.erb
health-data-standards-3.5.0 templates/gc32/_allergy.gc32.erb
health-data-standards-3.4.6 templates/gc32/_allergy.gc32.erb
health-data-standards-3.4.5 templates/gc32/_allergy.gc32.erb
health-data-standards-3.4.4 templates/gc32/_allergy.gc32.erb
health-data-standards-3.4.3 templates/gc32/_allergy.gc32.erb
health-data-standards-3.4.2 templates/gc32/_allergy.gc32.erb
health-data-standards-3.4.1 templates/gc32/_allergy.gc32.erb
health-data-standards-3.4.0 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.12 templates/gc32/_allergy.gc32.erb
health-data-standards-3.3.0 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.11 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.10 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.8 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.7 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.6 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.5 templates/gc32/_allergy.gc32.erb
health-data-standards-3.2.4 templates/gc32/_allergy.gc32.erb