{
  "resourceType" : "Goal",
  "id" : "example-BloodPressureGoal",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "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]"
    }
  }]
}