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

<Observation xmlns="http://hl7.org/fhir">
  <id value="Example-Smith-Johnson-DocumentationObservation1"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentationObservation"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="additional"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>PMOLST Order Observation</b></p><p><i>Order Exists: <a href="http://www.example.com">available here</a></i></p></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo">
    <valueReference>
      <reference value="DocumentReference/Example-Smith-Johnson-DocRef-DocumentReference"/>
    </valueReference>
  </extension>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="45473-6"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/Example-Smith-Johnson-Patient1"/>
  </subject>
  <effectiveDateTime value="2021-03-29T14:25:34.001-05:00"/>
  <performer>
    <reference value="Patient/Example-Smith-Johnson-Patient1"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="373066001"/>
      <display value="Yes (qualifier value)"/>
    </coding>
  </valueCodeableConcept>
</Observation>