Sha256: 34920841d7c77186efe2f92b573adf5d6fe13a6c6bde0e8589d638d3ed37aef8

Contents?: true

Size: 1.53 KB

Versions: 59

Compression:

Stored size: 1.53 KB

Contents

<component>
  <!--Encounters-->
  <section>
    <templateId root="2.16.840.1.113883.3.88.11.83.127" assigningAuthorityName="HITSP/C83"/>
    <templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.5.3.3" assigningAuthorityName="IHE PCC"/>
    <templateId root="2.16.840.1.113883.10.20.1.3" assigningAuthorityName="HL7 CCD"/>
    <!--Encounters section template-->
    <code code="46240-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of encounters"/>
    <title>Encounters</title>
    <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'encounters'} %>
    <% entries.each_with_index do |entry, i| -%>
    <entry typeCode="DRIV">
      <encounter classCode="ENC" moodCode="EVN">
        <templateId root="2.16.840.1.113883.3.88.11.83.16" assigningAuthorityName="HITSP C83"/>
        <templateId root="2.16.840.1.113883.10.20.1.21" assigningAuthorityName="CCD"/>
        <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.14" assigningAuthorityName="IHE PCC"/>
        <!-- Encounter activity template -->
        <id root="<%= UUID.generate %>"/>
        <%== render :partial => 'code_with_reference', :locals => {:entry => entry, :i => i, :section => 'encounters',
                                                                   :preferred_code_sets => ['CPT']} %>
        <text>
          <reference value="#encounters-desc-<%= i %>"/>
        </text>
        <effectiveTime <%= value_or_null_flavor(entry.as_point_in_time) %>/>
      </encounter>
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 templates/c32/_encounters.c32.erb
health-data-standards-3.4.6 templates/c32/_encounters.c32.erb
health-data-standards-3.4.5 templates/c32/_encounters.c32.erb
health-data-standards-3.4.4 templates/c32/_encounters.c32.erb
health-data-standards-3.4.3 templates/c32/_encounters.c32.erb
health-data-standards-3.4.2 templates/c32/_encounters.c32.erb
health-data-standards-3.4.1 templates/c32/_encounters.c32.erb
health-data-standards-3.4.0 templates/c32/_encounters.c32.erb
health-data-standards-3.2.12 templates/c32/_encounters.c32.erb
health-data-standards-3.3.0 templates/c32/_encounters.c32.erb
health-data-standards-3.2.11 templates/c32/_encounters.c32.erb
health-data-standards-3.2.10 templates/c32/_encounters.c32.erb
health-data-standards-3.2.8 templates/c32/_encounters.c32.erb
health-data-standards-3.2.7 templates/c32/_encounters.c32.erb
health-data-standards-3.2.6 templates/c32/_encounters.c32.erb
health-data-standards-3.2.5 templates/c32/_encounters.c32.erb
health-data-standards-3.2.4 templates/c32/_encounters.c32.erb
health-data-standards-3.2.3 templates/c32/_encounters.c32.erb
health-data-standards-3.2.2 templates/c32/_encounters.c32.erb
health-data-standards-3.2.1 templates/c32/_encounters.c32.erb