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
{
"resourceType" : "Observation",
"id" : "example-HomeBloodPressure",
"text" : {
"status" : "extensions",
"div" : "<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>\n</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>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt",
"valueCoding" : {
"system" : "http://snomed.info/sct",
"code" : "264362003"
}
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "55284-4",
"display" : "Blood Pressure"
}
],
"text" : "Blood Pressure"
},
"subject" : {
"reference" : "Patient/12345"
},
"effectiveDateTime" : "2021-05-26T15:16:21-05:00",
"note" : [
{
"text" : "Home Blood Pressure Reading"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4",
"display" : "Diastolic Blood Pressure"
}
],
"text" : "Diastolic Blood Pressure"
},
"valueQuantity" : {
"value" : 84.52660352979804,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6",
"display" : "Systolic Blood Pressure"
}
],
"text" : "Systolic Blood Pressure"
},
"valueQuantity" : {
"value" : 135.65064054117963,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}