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 guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/OHSUCMP/htnu18ig/ and changes regularly. See the Directory of published versions
<Goal xmlns="http://hl7.org/fhir">
<id value="example-BloodPressureGoal"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Goal example-BloodPressureGoal</b></p><a name="example-BloodPressureGoal"> </a><a name="hcexample-BloodPressureGoal"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}">In Progress</span></p><p><b>description</b>: <span title="Codes:">Example of an active Blood Pressure Goal of 135/85</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>: <span title="Codes:{http://loinc.org 8480-6}">Systolic blood pressure</span></p><p><b>detail</b>: 135 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>target</b></p><p><b>measure</b>: <span title="Codes:{http://loinc.org 8462-4}">Diastolic blood pressure</span></p><p><b>detail</b>: 85 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemm[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>