Sha256: 3d2f506c4480d730f568186df41da2fcc40d7d5de49917451bc0f7ad068a38ad
Contents?: true
Size: 609 Bytes
Versions: 30
Compression:
Stored size: 609 Bytes
Contents
<result xmlns="urn:hl7-org:greencda:c32" id="<%= result.id %>"> <%== render partial: "entry_attributes", locals: {entry: result, code_sets: ["SNOMED-CT", "LOINC"]}%> <% if result.values.first %> <%== quantity_display result.values.first %> <% end %> <% if result.interpretation%> <%= gc32_code_display(result, "tag_name" => "interpretation", "attribute" => "interpretation", 'preferred_code_sets' => ["HL7 Observation Interpretation"]) %> <% end %> <% if result.reference_range %> <referenceRange><%= result.reference_range %></referenceRange> <% end %> </result>
Version data entries
30 entries across 30 versions & 1 rubygems