Sha256: 8048333782fa0cc4682afb9b234101b945e562a3882adf7fb087c60828077adb

Contents?: true

Size: 1.31 KB

Versions: 59

Compression:

Stored size: 1.31 KB

Contents

<component>
  <!--Social History - Not C32-->
  <section>
    <templateId root="2.16.840.1.113883.3.88.11.83.126" assigningAuthorityName="HITSP/C83"/>
    <templateId root="2.16.840.1.113883.10.20.1.15" assigningAuthorityName="CCD"/>
    <templateId root="1.3.6.1.4.1.19376.1.5.3.1.3.16" assigningAuthorityName="IHE PCC"/>
    <!-- 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.3.88.11.83.19" assigningAuthorityName="HITSP C83"/>
        <templateId root="2.16.840.1.113883.10.20.1.33" assigningAuthorityName="CCD"/>
        <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13.4" assigningAuthorityName="IHE PCC"/>
        <!-- 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>
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

59 entries across 59 versions & 1 rubygems

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