Sha256: c1239e3a7b2afe9277022dacfde95ec2b43cad5247ba0271a88cec69e1528f14

Contents?: true

Size: 711 Bytes

Versions: 2

Compression:

Stored size: 711 Bytes

Contents

<entry>
  <act classCode="ACT" moodCode="EVN" <%== negation_indicator(entry) %>>
    <!-- Consolidation CDA: Procedure Activity Act template -->
    <templateId root="2.16.840.1.113883.10.20.22.4.12"/>
    <templateId root="2.16.840.1.113883.10.20.24.3.32"/>
    <id root="<%= entry.id %>"/>
    <%== code_display(entry, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %>
    <statusCode code="completed"/>
    <effectiveTime>
      <low <%= value_or_null_flavor(entry.start_time) %>/>
      <high <%= value_or_null_flavor(entry.end_time) %>/>
    </effectiveTime>
    <%== render(:partial => 'reason', :locals => {:entry => entry}) %>
  </act>
</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.32.cat1.erb
qrda_generator-1.0.0 templates/_2.16.840.1.113883.10.20.24.3.32.cat1.erb