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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "example-BloodPressureGoal",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "lifecycleStatus" : "active",
  "achievementStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "version" : "4.0.1",
        "code" : "in-progress",
        "display" : "In Progress"
      }
    ]
  },
  "description" : {
    "text" : "Example of an active Blood Pressure Goal of 135/85"
  },
  "subject" : {
    "reference" : "Patient/12345"
  },
  "startDate" : "2021-07-12",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "version" : "2.68",
            "code" : "8480-6",
            "display" : "Systolic blood pressure"
          }
        ]
      },
      "detailQuantity" : {
        "value" : 135,
        "unit" : "mmHg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "version" : "2.68",
            "code" : "8462-4",
            "display" : "Diastolic blood pressure"
          }
        ]
      },
      "detailQuantity" : {
        "value" : 85,
        "unit" : "mmHg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    }
  ]
}