<Observation xmlns="http://hl7.org/fhir">
  <id value="chr-on-west-ObservationVitals-10001" />
  <meta>
    <lastUpdated value="2024-12-10T16:05:00+00:00" />
    <source value="urn:telus:emr:chr:on-west:123" />
    <profile value="https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwObservationVitals" />
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
      <code value="N" />
      <display value="normal" />
    </security>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Blood pressure measurement taken on December 10, 2024 during office visit. Systolic: 138 mmHg, Diastolic: 88 mmHg, right arm.</div>
  </text>
  <extension url="https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-VitalsBodyPosition">
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org" />
        <code value="LA11868-9" />
        <display value="Sitting" />
      </coding>
      <text value="Sit" />
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official" />
    <system value="urn:telus:emr:chr:on-west:123:vitals" />
    <value value="vitals-BP.10001" />
  </identifier>
  <status value="final" />
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
      <code value="vital-signs" />
      <display value="Vital Signs" />
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org" />
      <code value="85354-9" />
      <display value="Blood pressure panel with all children optional" />
    </coding>
    <text value="Blood Pressure" />
  </code>
  <subject>
    <reference value="Patient/chr-on-west-Patient-12345" />
    <type value="Patient" />
    <display value="Sarah Marie Johnson" />
  </subject>
  <encounter>
    <reference value="Encounter/chr-on-west-Encounter-2001" />
    <display value="Office Visit - December 10, 2024" />
  </encounter>
  <effectiveDateTime value="2024-12-10T16:05:00Z" />
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="24028007" />
      <display value="Right arm" />
    </coding>
    <text value="Right" />
  </bodySite>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="8480-6" />
        <display value="Systolic blood pressure" />
      </coding>
      <text value="Systolic" />
    </code>
    <valueQuantity>
      <value value="138" />
      <unit value="mmHg" />
      <system value="http://unitsofmeasure.org" />
      <code value="mm[Hg]" />
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="8462-4" />
        <display value="Diastolic blood pressure" />
      </coding>
      <text value="Diastolic" />
    </code>
    <valueQuantity>
      <value value="88" />
      <unit value="mmHg" />
      <system value="http://unitsofmeasure.org" />
      <code value="mm[Hg]" />
    </valueQuantity>
  </component>
</Observation>