Sha256: 5a0b31c444096b07d9d314217800465b8f2b1bcdaf77479ae3897ab337736030

Contents?: true

Size: 1000 Bytes

Versions: 6

Compression:

Stored size: 1000 Bytes

Contents

<entry>
  <procedure classCode="PROC" moodCode="RQO" <%== negation_indicator(entry) %>>
    <!-- Consolidated Plan of Care Activity Procedure TemplateId (Implied Template) -->
    <templateId root="2.16.840.1.113883.10.20.22.4.41"/> 
    <!-- QRDA Procedure, Order TemplateId --> 
    <templateId root="2.16.840.1.113883.10.20.24.3.63"/> 
    <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/>
    <%== code_display(entry, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-PCS', 'ICD-10-PCS'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %>
    <text><%= entry.description %></text>
    <statusCode code="new"/>
    <!-- Attribute: method--> 
    <methodCode nullFlavor="UNK"/>
    
    <!-- Attribute: datetime --> 
    <author>
      <time <%= value_or_null_flavor(entry.start_time) %>/> 
      <assignedAuthor>
        <id nullFlavor="NA"/>
      </assignedAuthor>
    </author>
    <%== render(:partial => 'reason', :locals => {:entry => entry}) %>
  </procedure>
</entry>

Version data entries

6 entries across 6 versions & 1 rubygems

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