Sha256: 0dd3110199ba4fd55cba6123d3951caa3bcbe08afd61eb9d56d19eb6c39ea942

Contents?: true

Size: 1.45 KB

Versions: 36

Compression:

Stored size: 1.45 KB

Contents

<component>
  <!--Medical Equipment - Not C32-->
  <section>
    <templateId root="2.16.840.1.113883.10.20.22.2.23" />
    <!-- Medical equipment section template -->
    <code code="46264-8" codeSystem="2.16.840.1.113883.6.1"/>
    <title>Medical Equipment</title>
    <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'medical_equipment'} %>
    <% entries.each_with_index do |entry, i| -%>
    <entry typeCode="DRIV">
      <supply classCode="SPLY" moodCode="EVN">
        <templateId root="2.16.840.1.113883.10.20.22.4.50"/>
        <!-- Supply activity template -->
        <id root="<%= UUID.generate %>"/>
        <statusCode code="completed"/>
        <effectiveTime <%= value_or_null_flavor(entry.as_point_in_time) %>/>
        <participant typeCode="DEV">
          <participantRole classCode="MANU">
            <templateId root="2.16.840.1.113883.10.20.22.4.37"/>
            <!-- Product instance template -->
            <addr/>
            <telecom/>
            <playingDevice>
              <%== code_display(entry, {:preferred_code_sets => ['SNOMED-CT']}) %>
            </playingDevice>
            <% if entry.manufacturer %>
            <scopingEntity>
              <id root="<%= UUID.generate %>"/>
              <desc><%= entry.manufacturer %></desc>
            </scopingEntity>
            <% end %>
          </participantRole>
        </participant>
      </supply>
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
health-data-standards-3.6.1 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.5.3 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.5.2 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.5.1 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.5.0 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.4.6 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.4.5 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.4.4 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.4.3 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.4.2 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.4.1 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.4.0 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.2.12 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.3.0 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.2.11 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.2.10 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.2.8 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.2.7 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.2.6 templates/ccda/_medical_equipment.ccda.erb
health-data-standards-3.2.5 templates/ccda/_medical_equipment.ccda.erb