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.5.3 templates/gc32/_result.gc32.erb
health-data-standards-3.5.2 templates/gc32/_result.gc32.erb
health-data-standards-3.5.1 templates/gc32/_result.gc32.erb
health-data-standards-3.5.0 templates/gc32/_result.gc32.erb
health-data-standards-3.4.6 templates/gc32/_result.gc32.erb
health-data-standards-3.4.5 templates/gc32/_result.gc32.erb
health-data-standards-3.4.4 templates/gc32/_result.gc32.erb
health-data-standards-3.4.3 templates/gc32/_result.gc32.erb
health-data-standards-3.4.2 templates/gc32/_result.gc32.erb
health-data-standards-3.4.1 templates/gc32/_result.gc32.erb
health-data-standards-3.4.0 templates/gc32/_result.gc32.erb
health-data-standards-3.2.12 templates/gc32/_result.gc32.erb
health-data-standards-3.3.0 templates/gc32/_result.gc32.erb
health-data-standards-3.2.11 templates/gc32/_result.gc32.erb
health-data-standards-3.2.10 templates/gc32/_result.gc32.erb
health-data-standards-3.2.8 templates/gc32/_result.gc32.erb
health-data-standards-3.2.7 templates/gc32/_result.gc32.erb
health-data-standards-3.2.6 templates/gc32/_result.gc32.erb
health-data-standards-3.2.5 templates/gc32/_result.gc32.erb
health-data-standards-3.2.4 templates/gc32/_result.gc32.erb