Sha256: bf3387326161361e3949d5cc3cd2503ce87b9791a92c037a5fc55c4c0f76d269

Contents?: true

Size: 972 Bytes

Versions: 2

Compression:

Stored size: 972 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="<%= 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

2 entries across 2 versions & 1 rubygems

Version Path
qrda_generator-1.0.1 templates/_2.16.840.1.113883.10.20.24.3.63.cat1.erb
qrda_generator-1.0.0 templates/_2.16.840.1.113883.10.20.24.3.63.cat1.erb