Sha256: 313ea2b18951f0d10af4d625596578c00cc388c641287a9310673136d49b6bf9

Contents?: true

Size: 1.18 KB

Versions: 52

Compression:

Stored size: 1.18 KB

Contents

<component>
  <!--Surgeries-->
  <section>
    <templateId root="2.16.840.1.113883.10.20.22.2.7"/>
    <!--Surgeries section template-->
    <code code="47519-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="List of surgeries"/>
    <title>Surgeries</title>
    <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'procedures'} %>
    <% entries.each_with_index do |entry, i| -%>
    <entry typeCode="DRIV">
      <procedure classCode="PROC" moodCode="EVN">
        <templateId root="2.16.840.1.113883.10.20.22.4.14"/>
        <!-- Procedure activity template -->
        <id root="<%= UUID.generate %>"/>
        <%== render :partial => 'code_with_reference', :locals => {:entry => entry, :i => i, :section => 'procedures',
                                                                   :preferred_code_sets => ['CPT', 'ICD-9-CM', 'ICD-10-CM', 'HCPCS', 'SNOMED-CT']} %>
        <text>
          <reference value="#procedures-desc-<%= i %>"/>
        </text>
        <statusCode code="completed"/>
        <effectiveTime <%= value_or_null_flavor(entry.as_point_in_time) %>/>
      </procedure>
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
health-data-standards-3.2.0 templates/ccda/_procedures.ccda.erb
health-data-standards-3.1.1 templates/ccda/_procedures.ccda.erb
health-data-standards-3.1.0 templates/ccda/_procedures.ccda.erb
health-data-standards-3.0.6 templates/ccda/_procedures.ccda.erb
health-data-standards-3.0.5 templates/ccda/_procedures.ccda.erb
health-data-standards-3.0.4 templates/ccda/_procedures.ccda.erb
health-data-standards-3.0.3 templates/ccda/_procedures.ccda.erb
health-data-standards-2.2.1 templates/ccda/_procedures.ccda.erb
health-data-standards-2.2.0 templates/ccda/_procedures.ccda.erb
health-data-standards-2.1.4 templates/ccda/_procedures.ccda.erb
health-data-standards-2.1.3 templates/ccda/_procedures.ccda.erb
health-data-standards-2.1.2 templates/ccda/_procedures.ccda.erb