Sha256: 2f171db0065b5b2262f64fd29481c765924c9e2f5d3f3b82f7d7d1de872a2590

Contents?: true

Size: 951 Bytes

Versions: 2

Compression:

Stored size: 951 Bytes

Contents

<entry>
  <observation classCode="OBS" moodCode="EVN" <%== negation_indicator(entry) %>>
    <!-- Consolidated Result Observation templateId (Implied Template) -->
    <templateId root="2.16.840.1.113883.10.20.22.4.2"/>
    <!-- Diagnostic Study, Result template -->
    <templateId root="2.16.840.1.113883.10.20.24.3.20"/>
    <id root="<%= entry.id %>"/>
    <%== code_display(entry, 'preferred_code_sets' => ['SNOMED-CT', 'LOINC'],
                             'extra_content' => "xsi:type=\"CD\" sdtc:valueSet=\"#{value_set_oid}\"") %>
    <text><%= entry.description %></text>  
    <statusCode code="completed"/>

    <effectiveTime>
      <low <%= value_or_null_flavor(entry.start_time) %>/>
      <high <%= value_or_null_flavor(entry.end_time) %>/>
    </effectiveTime>
    <%== render(:partial => 'result_value', :locals => {:entry => entry}) %>
    <%== render(:partial => 'reason', :locals => {:entry => entry}) %>
  </observation>
</entry>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qrda_generator-1.0.1 templates/_2.16.840.1.113883.10.20.24.3.20.cat1.erb
qrda_generator-1.0.0 templates/_2.16.840.1.113883.10.20.24.3.20.cat1.erb