Sha256: 88548d9afb204a6a6b5c67f3123447fc697a075d4dc394f44cdae9121ad38bd5

Contents?: true

Size: 750 Bytes

Versions: 5

Compression:

Stored size: 750 Bytes

Contents

<entry>
  <encounter classCode="ENC" moodCode="RQO">
    <!--  Plan of Care Activity Encounter template -->
    <templateId root="2.16.840.1.113883.10.20.22.4.40"/>
    <!-- Encounter order template -->
    <templateId root="2.16.840.1.113883.10.20.24.3.22"/>
    <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/>
    <%== code_display(entry, 'value_set_map' => value_set_map, :extra_content => "sdtc:valueSet=\"#{value_set_oid}\"") %>
    <text><%= entry.description %></text>
    <statusCode code="new"/>
  
    <!-- Attribute: datetime -->
    <author>
      <time <%= value_or_null_flavor(entry.start_time) %>/>
      <assignedAuthor>
        <id root="<%= UUID.generate %>"/>
      </assignedAuthor>
    </author>

  </encounter>
</entry>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
health-data-standards-3.2.4 templates/cat1/_2.16.840.1.113883.10.20.24.3.22.cat1.erb
health-data-standards-3.2.3 templates/cat1/_2.16.840.1.113883.10.20.24.3.22.cat1.erb
health-data-standards-3.2.2 templates/cat1/_2.16.840.1.113883.10.20.24.3.22.cat1.erb
health-data-standards-3.2.1 templates/cat1/_2.16.840.1.113883.10.20.24.3.22.cat1.erb
health-data-standards-3.2.0 templates/cat1/_2.16.840.1.113883.10.20.24.3.22.cat1.erb