Sha256: 6ff597b1e1ca79a1ea4fdd15cfabeb2c7fc96dccd5b434d23b35defcb335efa4

Contents?: true

Size: 808 Bytes

Versions: 5

Compression:

Stored size: 808 Bytes

Contents

<entry>
  <act classCode="ACT" moodCode="RQO">
    <!-- Plan of Care Activity Act template -->
    <templateId root="2.16.840.1.113883.10.20.22.4.39"/>
    <!-- Intervention Order template -->
    <templateId root="2.16.840.1.113883.10.20.24.3.31"/>
    <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/>
    <%== code_display(entry, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %>
    <statusCode code="completed"/>
    <author>
      <time <%= value_or_null_flavor(entry.as_point_in_time) %>/>
      <assignedAuthor>
        <id root="<%= UUID.generate %>"/>
      </assignedAuthor>
    </author>
    <effectiveTime>
      <low <%= value_or_null_flavor(entry.start_time) %>/>
    </effectiveTime>
  </act>
</entry>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
health-data-standards-3.1.0 templates/cat1/_2.16.840.1.113883.10.20.24.3.31.cat1.erb
health-data-standards-3.0.6 templates/cat1/_2.16.840.1.113883.10.20.24.3.31.cat1.erb
health-data-standards-3.0.5 templates/cat1/_2.16.840.1.113883.10.20.24.3.31.cat1.erb
health-data-standards-3.0.4 templates/cat1/_2.16.840.1.113883.10.20.24.3.31.cat1.erb
health-data-standards-3.0.3 templates/cat1/_2.16.840.1.113883.10.20.24.3.31.cat1.erb