Sha256: a51e962531369bcac2c03f93290328267ca095dc3cc6309520a634c717e512b2

Contents?: true

Size: 842 Bytes

Versions: 2

Compression:

Stored size: 842 Bytes

Contents

<entry>
  <observation classCode="OBS" moodCode="EVN" <%== negation_indicator(entry) %>>
    <!-- Procedure Activity Procedure (Consolidation) template -->
    <templateId root="2.16.840.1.113883.10.20.22.4.13"/>
    <!-- Physical Exam, Performed template -->
    <templateId root="2.16.840.1.113883.10.20.24.3.59"/>
    <id root="<%= entry.id %>"/>
    <%== code_display(entry, 'preferred_code_sets' => ['SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'extra_content' => "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}) %>
  </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.59.cat1.erb
qrda_generator-1.0.0 templates/_2.16.840.1.113883.10.20.24.3.59.cat1.erb