<?xml version="1.0" encoding="UTF-8"?>

<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleExtractedObservation"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleExtractedObservation</b></p><a name="ExampleExtractedObservation"> </a><a name="hcExampleExtractedObservation"> </a><p><b>identifier</b>: <code>https://projo.evoleen.com/fhir/identifier/extracted-resource</code>/qr-12345#Observation#http://loinc.org#44250-9#a1b2c3</p><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 44250-9}">Feeling down, depressed, or hopeless?</span></p><p><b>subject</b>: <a href="Patient/example-patient">Patient/example-patient</a></p><p><b>value</b>: <span title="Codes:{http://loinc.org LA6568-5}">Not at all</span></p><p><b>derivedFrom</b>: <a href="QuestionnaireResponse/example-qr">QuestionnaireResponse/example-qr</a></p></div>
  </text>
  <identifier>
    <system value="https://projo.evoleen.com/fhir/identifier/extracted-resource"/>
    <value value="qr-12345#Observation#http://loinc.org#44250-9#a1b2c3"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="44250-9"/>
      <display value="Feeling down, depressed, or hopeless?"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <valueCodeableConcept>
    <coding>
      <system value="http://loinc.org"/>
      <code value="LA6568-5"/>
      <display value="Not at all"/>
    </coding>
  </valueCodeableConcept>
  <derivedFrom>
    <reference value="QuestionnaireResponse/example-qr"/>
  </derivedFrom>
</Observation>