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

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