Sha256: 08558a8926b0ba888c9e0b5ef9eca0e168f4d59c8b2cc2198949c1bda97722d4

Contents?: true

Size: 1.91 KB

Versions: 52

Compression:

Stored size: 1.91 KB

Contents

      <component>
        <!--Immunizations-->
        <section>
		      <templateId root="2.16.840.1.113883.10.20.22.2.2" />
          <!--Immunizations section template-->
          <code code="11369-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of immunizations"/>
          <title>Immunizations</title>
          <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'immunizations'} %>
          <% entries.each_with_index do |entry, i| -%>
          <entry typeCode="DRIV">
            <substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
			        <templateId root="2.16.840.1.113883.10.20.22.4.52"/>
              <!-- Medication activity template -->
              <id root="<%= UUID.generate %>"/>
              <code code='IMMUNIZ' codeSystem='2.16.840.1.113883.5.4' codeSystemName='ActCode'/>
              <text>
                <reference value="#immunizations-desc-<%= i %>"/>
              </text>
              <statusCode code="completed"/>
              <effectiveTime <%= value_or_null_flavor(entry.as_point_in_time) %>/>
              <doseQuantity nullFlavor="UNK"/>
              <consumable>
                <manufacturedProduct classCode="MANU">
                  <templateId root="2.16.840.1.113883.10.20.22.4.54"/>
                  <!-- Product template -->
                  <manufacturedMaterial>
                    <%== render :partial => 'code_with_reference', :locals => {:entry => entry, :i => i, :section => 'immunizations',
                                                                               :preferred_code_sets => ['CVX']} %>
                    <name><%= entry.description %></name>
                  </manufacturedMaterial>
                </manufacturedProduct>
              </consumable>
            </substanceAdministration>
          </entry>
          <% end -%>
        </section>
      </component>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.4.6 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.4.5 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.4.4 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.4.3 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.4.2 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.4.1 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.4.0 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.12 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.3.0 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.11 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.10 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.8 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.7 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.6 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.5 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.4 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.3 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.2 templates/ccda/_immunizations.ccda.erb
health-data-standards-3.2.1 templates/ccda/_immunizations.ccda.erb