Sha256: 2df1a11e0e1b65b7b21e990c3eafb02b8aa73ff8694832cddd792cdec3429150

Contents?: true

Size: 918 Bytes

Versions: 36

Compression:

Stored size: 918 Bytes

Contents

<component>
  <!--Social History - CCDA-->
  <section>
    <templateId root="2.16.840.1.113883.10.20.22.2.17"/>
    <!-- Social history section template -->
    <code code="29762-2" codeSystem="2.16.840.1.113883.6.1"/>
    <title>Social History</title>
    <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'social_history'} %>
    <% entries.each_with_index do |entry, i| -%>
    <entry typeCode="DRIV">
      <observation classCode="OBS" moodCode="EVN">
        <templateId root="2.16.840.1.113883.10.20.22.4.38"/>
        <!-- Social history observation template -->
        <id root="<%= UUID.generate %>"/>
        <%== code_display(entry, {:preferred_code_sets => ['SNOMED-CT']}) %>
        <statusCode code="completed"/>
        <effectiveTime <%= value_or_null_flavor(entry.as_point_in_time) %>/>
      </observation>l
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
health-data-standards-3.2.4 templates/ccda/_social_history.ccda.erb
health-data-standards-3.2.3 templates/ccda/_social_history.ccda.erb
health-data-standards-3.2.2 templates/ccda/_social_history.ccda.erb
health-data-standards-3.2.1 templates/ccda/_social_history.ccda.erb
health-data-standards-3.2.0 templates/ccda/_social_history.ccda.erb
health-data-standards-3.1.1 templates/ccda/_social_history.ccda.erb
health-data-standards-3.1.0 templates/ccda/_social_history.ccda.erb
health-data-standards-3.0.6 templates/ccda/_social_history.ccda.erb
health-data-standards-3.0.5 templates/ccda/_social_history.ccda.erb
health-data-standards-3.0.4 templates/ccda/_social_history.ccda.erb
health-data-standards-3.0.3 templates/ccda/_social_history.ccda.erb
health-data-standards-2.2.1 templates/ccda/_social_history.ccda.erb
health-data-standards-2.2.0 templates/ccda/_social_history.ccda.erb
health-data-standards-2.1.4 templates/ccda/_social_history.ccda.erb
health-data-standards-2.1.3 templates/ccda/_social_history.ccda.erb
health-data-standards-2.1.2 templates/ccda/_social_history.ccda.erb