<entry>

<procedure classCode="PROC" moodCode="RQO" {{{negation_ind}}}>
  <!-- Consolidated Plan of Care Activity Procedure TemplateId (Implied Template) -->
  <templateId root="2.16.840.1.113883.10.20.22.4.41" extension="2014-06-09"/> 
  <!-- QRDA Procedure, Order TemplateId --> 
  <templateId root="2.16.840.1.113883.10.20.24.3.63" extension="2019-12-01"/> 
  <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
  {{> _codes}}
  <text>{{description}}</text>
  <statusCode code="active"/>
  {{#anatomicalLocationSite}}
    <!-- QDM Attribute: Anatomical Location Site -->
    {{> qrda_templates/template_partials/_anatomical_location_site}}
  {{/anatomicalLocationSite}}
  {{#authorDatetime}}
    <!-- QDM Attribute: Author dateTime -->
    {{> qrda_templates/template_partials/_author}}
  {{/authorDatetime}}
  {{#requester}}
    <!-- QDM Attribute: Requester -->
    <participant typeCode="PRF">
      {{> qrda_templates/template_partials/_entity}}
    </participant>
  {{/requester}}
  {{#reason}}
    <!-- QDM Attribute: Reason -->
    {{> qrda_templates/template_partials/_reason}}
  {{/reason}}
  {{#negationRationale}}
    <!-- QDM Attribute: Negation Rationale -->
    {{> qrda_templates/template_partials/_reason}}
  {{/negationRationale}}
  {{#rank}}
    <!-- QDM Attribute: Rank -->
    {{> qrda_templates/template_partials/_rank}}
  {{/rank}}
</procedure>

</entry>