Sha256: 6efbe9344f7b015ee21b508de61fe9e4ba76ea52d9b5989a244cd85d9a455e70

Contents?: true

Size: 1.65 KB

Versions: 41

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

41 entries across 41 versions & 1 rubygems

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