Sha256: a9eb31fa39a23f576f993889dc693435d82fc1bb185f2202d8ddc789526c7b62

Contents?: true

Size: 1.53 KB

Versions: 13

Compression:

Stored size: 1.53 KB

Contents

<entry>
  <procedure classCode="PROC" moodCode="EVN" <%== negation_indicator(entry) %>>
    <!--  Procedure performed template -->
    <templateId root="2.16.840.1.113883.10.20.24.3.64"/>
    <!-- Procedure Activity Procedure-->
    <templateId root="2.16.840.1.113883.10.20.22.4.14"/>
    <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/>
    <%== code_display(entry, 'value_set_map' => value_set_map, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'CPT', 'ICD-9-PCS', 'ICD-10-PCS'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %>
    <text><%= entry.description %></text>
    <statusCode code="completed"/>
    <effectiveTime>
      <low <%= value_or_null_flavor(entry.start_time) %>/>
      <high <%= value_or_null_flavor(entry.end_time) %>/>
    </effectiveTime>
    <%== render(:partial => 'ordinality', :locals => {:entry => entry, :ordinality_oids=>field_oids["ORDINAL"]}) %>
    <%== render(:partial => 'reason', :locals => {:entry => entry, :reason_oids=>field_oids["REASON"]}) %>
    <% if entry.respond_to?(:incision_time) && entry.incision_time.present? -%>
    <entryRelationship typeCode="REFR">
      <procedure classCode="PROC" moodCode="EVN">
        <templateId root="2.16.840.1.113883.10.20.24.3.89"/>
        <code code="34896006" 
              codeSystem="2.16.840.1.113883.6.96"
              codeSystemName="SNOMED CT" 
              displayName="incision"/>
              <effectiveTime <%= value_or_null_flavor(entry.incision_time) %>/>
      </procedure>
    </entryRelationship>
    <% end -%>
  </procedure>
</entry>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
health-data-standards-3.5.2 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.5.1 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.5.0 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.4.6 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.4.5 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.4.4 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.4.3 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.4.2 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.4.1 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.4.0 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.2.12 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.3.0 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb
health-data-standards-3.2.11 templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb