OHSU Hypertension Implementation Guide
0.1.0 - CI Build Unknown region code '840'

OHSU Hypertension Implementation Guide, published by Oregon Health and Science University. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/OHSUCMP/htnu18ig/ and changes regularly. See the Directory of published versions

: null - XML Representation

Raw xml | Download



<Goal xmlns="http://hl7.org/fhir">
  <id value="example-BloodPressureGoal"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Goal</b><a name="example-BloodPressureGoal"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Goal &quot;example-BloodPressureGoal&quot; </p></div><p><b>lifecycleStatus</b>: active</p><p><b>achievementStatus</b>: In Progress <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (Goal achievement status[4.0.1]#in-progress)</span></p><p><b>description</b>: Example of an active Blood Pressure Goal of 135/85 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>subject</b>: <a href="Patient/12345">Patient/12345</a></p><p><b>start</b>: 2021-07-12</p><blockquote><p><b>target</b></p><p><b>measure</b>: Systolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC[2.68]</a>#8480-6)</span></p><p><b>detail</b>: 135 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>target</b></p><p><b>measure</b>: Diastolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC[2.68]</a>#8462-4)</span></p><p><b>detail</b>: 85 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>
  </text>
  <lifecycleStatus value="active"/>
  <achievementStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/goal-achievement"/>
      <version value="4.0.1"/>
      <code value="in-progress"/>
      <display value="In Progress"/>
    </coding>
  </achievementStatus>
  <description>
    <text value="Example of an active Blood Pressure Goal of 135/85"/>
  </description>
  <subject>
    <reference value="Patient/12345"/>
  </subject>
  <startDate value="2021-07-12"/>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <version value="2.68"/>
        <code value="8480-6"/>
        <display value="Systolic blood pressure"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="135"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </detailQuantity>
  </target>
  <target>
    <measure>
      <coding>
        <system value="http://loinc.org"/>
        <version value="2.68"/>
        <code value="8462-4"/>
        <display value="Diastolic blood pressure"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="85"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </detailQuantity>
  </target>
</Goal>