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