Sha256: aa57ee46650e2bab697ebee154fe6aba9f3f0a9dbb8589143dd1d3c1569be5d2

Contents?: true

Size: 1.13 KB

Versions: 52

Compression:

Stored size: 1.13 KB

Contents

<component>
  <!--Encounters-->
  <section>
    <templateId root="2.16.840.1.113883.10.20.22.2.22" /> <!-- CCDA Template id -->
    <!--Encounters section template-->
    <code code="46240-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of encounters"/>
    <title>Encounters</title>
    <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'encounters'} %>
    <% entries.each_with_index do |entry, i| -%>
    <entry typeCode="DRIV">
      <encounter classCode="ENC" moodCode="EVN">
		    <templateId root="2.16.840.1.113883.10.20.22.4.49"/>
        <!-- Encounter activity template -->
        <id root="<%= UUID.generate %>"/>
        <%== render :partial => 'code_with_reference', :locals => {:entry => entry, :i => i, :section => 'encounters',
                                                                   :preferred_code_sets => ['CPT']} %>
        <text>
          <reference value="#encounters-desc-<%= i %>"/>
        </text>
        <effectiveTime <%= value_or_null_flavor(entry.as_point_in_time) %>/>
      </encounter>
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 templates/ccda/_encounters.ccda.erb
health-data-standards-4.3.4 templates/ccda/_encounters.ccda.erb
health-data-standards-4.3.3 templates/ccda/_encounters.ccda.erb
health-data-standards-4.3.2 templates/ccda/_encounters.ccda.erb
health-data-standards-4.3.1 templates/ccda/_encounters.ccda.erb
health-data-standards-4.3.0 templates/ccda/_encounters.ccda.erb
health-data-standards-4.2.0 templates/ccda/_encounters.ccda.erb
health-data-standards-4.1.0 templates/ccda/_encounters.ccda.erb
health-data-standards-4.0.6 templates/ccda/_encounters.ccda.erb
health-data-standards-4.0.5 templates/ccda/_encounters.ccda.erb
health-data-standards-4.0.4 templates/ccda/_encounters.ccda.erb
health-data-standards-4.0.3 templates/ccda/_encounters.ccda.erb
health-data-standards-4.0.2 templates/ccda/_encounters.ccda.erb
health-data-standards-4.0.1 templates/ccda/_encounters.ccda.erb
health-data-standards-4.0.0 templates/ccda/_encounters.ccda.erb
health-data-standards-3.7.0 templates/ccda/_encounters.ccda.erb
health-data-standards-3.6.1 templates/ccda/_encounters.ccda.erb
health-data-standards-3.5.3 templates/ccda/_encounters.ccda.erb
health-data-standards-3.5.2 templates/ccda/_encounters.ccda.erb
health-data-standards-3.5.1 templates/ccda/_encounters.ccda.erb