<entry>

<observation classCode="OBS" moodCode="EVN" {{{negation_ind}}}>
  <!-- Laboratory Test Performed (V4) -->
  <templateId root="2.16.840.1.113883.10.20.24.3.38" extension="2019-12-01"/>
  <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
  {{> _codes}}
  <text>{{description}}</text>
  <statusCode code="completed"/>
  {{{relevant_date_period_or_null_flavor}}}
  {{#method}}
    <!-- QDM Attribute: Method -->
    {{> qrda_templates/template_partials/_method}}
  {{/method}}
  {{#authorDatetime}}
    <!-- QDM Attribute: Author dateTime -->
    {{> qrda_templates/template_partials/_author}}
  {{/authorDatetime}}
  {{#performer}}
    <!-- QDM Attribute: Performer -->
    <participant typeCode="PRF">
      {{> qrda_templates/template_partials/_entity}}
    </participant>
  {{/performer}}
  {{#reason}}
    <!-- QDM Attribute: Reason -->
    {{> qrda_templates/template_partials/_reason}}
  {{/reason}}
  {{#negationRationale}}
    <!-- QDM Attribute: Negation Rationale -->
    {{> qrda_templates/template_partials/_reason}}
  {{/negationRationale}}
  {{#result}}
    <!-- QDM Attribute: Result -->
    {{> qrda_templates/template_partials/_results}}
  {{/result}}
  {{#status}}
    <!-- QDM Attribute: Status -->
    {{> qrda_templates/template_partials/_status}}
  {{/status}}
  {{#components}}
    <!-- QDM Attribute: Components -->
    {{> qrda_templates/template_partials/_component}}
  {{/components}}
  {{#encounter_id}}
    <!-- QDM Attribute: relatedTo -->
    {{> qrda_templates/template_partials/_related_to}}
  {{/encounter_id}}
  </observation>

</entry>