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
<Observation xmlns="http://hl7.org/fhir">
<id value="example-HomeBloodPressure"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation example-HomeBloodPressure</b></p><a name="example-HomeBloodPressure"> </a><a name="hcexample-HomeBloodPressure"> </a><p><b>org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt</b>: <a href="http://snomed.info/id/264362003">SNOMED CT: 264362003</a> (Dwelling)</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">vital-signs</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 55284-4}">Blood Pressure</span></p><p><b>subject</b>: <a href="Patient/12345">Patient/12345</a></p><p><b>effective</b>: 2021-05-26 15:16:21-0500</p><p><b>note</b>: </p><blockquote><div><p>Home Blood Pressure Reading</p>
</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8462-4}">Diastolic Blood Pressure</span></p><p><b>value</b>: 84.52660352979804 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8480-6}">Systolic Blood Pressure</span></p><p><b>value</b>: 135.65064054117963 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>
</text>
<extension
url="http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt">
<valueCoding>
<system value="http://snomed.info/sct"/>
<code value="264362003"/>
</valueCoding>
</extension>
<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="55284-4"/>
<display value="Blood Pressure"/>
</coding>
<text value="Blood Pressure"/>
</code>
<subject>
<reference value="Patient/12345"/>
</subject>
<effectiveDateTime value="2021-05-26T15:16:21-05:00"/>
<note>
<text value="Home Blood Pressure Reading"/>
</note>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8462-4"/>
<display value="Diastolic Blood Pressure"/>
</coding>
<text value="Diastolic Blood Pressure"/>
</code>
<valueQuantity>
<value value="84.52660352979804"/>
<unit value="mm[Hg]"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8480-6"/>
<display value="Systolic Blood Pressure"/>
</coding>
<text value="Systolic Blood Pressure"/>
</code>
<valueQuantity>
<value value="135.65064054117963"/>
<unit value="mm[Hg]"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
</Observation>