Sha256: d7a27abc7d5166b9e908a6117f5d801d26008b2753afcbfafb603eaa433039be

Contents?: true

Size: 1.65 KB

Versions: 16

Compression:

Stored size: 1.65 KB

Contents

<component>
  <!--Medical Equipment - Not C32-->
  <section>
    <templateId root="2.16.840.1.113883.3.88.11.83.128" assigningAuthorityName="HITSP/C83"/>
    <templateId root="2.16.840.1.113883.10.20.1.7" assigningAuthorityName="CCD"/>
    <templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.5.3.5" assigningAuthorityName="IHE PCC"/>
    <!-- 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.1.34"/>
        <!-- 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.1.52"/>
            <!-- 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

16 entries across 16 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.3.4 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.3.3 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.3.2 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.3.1 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.3.0 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.2.0 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.1.0 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.0.6 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.0.5 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.0.4 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.0.3 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.0.2 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.0.1 templates/c32/_medical_equipment.c32.erb
health-data-standards-4.0.0 templates/c32/_medical_equipment.c32.erb
health-data-standards-3.7.0 templates/c32/_medical_equipment.c32.erb