{
  "resourceType" : "Goal",
  "id" : "example-goal",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-goal"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Goal example-goal</b></p><a name=\"example-goal\"> </a><a name=\"hcexample-goal\"> </a><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-goal.html\">UZ Core Goal</a></p></div><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>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-category dietary}\">Dietary</span></p><p><b>continuous</b>: true</p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-priority high-priority}\">High priority</span></p><p><b>description</b>: <span title=\"Codes:{http://snomed.info/sct 1201005}\">Benign essential hypertension</span></p><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier: UzbekistanNationalUniqueIdSystem#30211975910033)</a></p><p><b>start</b>: 2024-01-01</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-06-01</td></tr></table><p><b>statusDate</b>: 2024-01-15</p><p><b>statusReason</b>: The patient started taking medications.</p><p><b>source</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><p><b>note</b>: </p><blockquote><div><p>Weekly blood pressure monitoring.</p>\n</div></blockquote></div>"
  },
  "lifecycleStatus" : "active",
  "achievementStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
      "code" : "in-progress",
      "display" : "In progress"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/goal-category",
      "code" : "dietary",
      "display" : "Dietary"
    }]
  }],
  "continuous" : true,
  "priority" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/goal-priority",
      "code" : "high-priority",
      "display" : "High priority"
    }]
  },
  "description" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "1201005",
      "display" : "Benign essential hypertension"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-salim"
  },
  "startDate" : "2024-01-01",
  "target" : [{
    "dueDate" : "2024-06-01"
  }],
  "statusDate" : "2024-01-15",
  "statusReason" : "The patient started taking medications.",
  "source" : {
    "reference" : "Practitioner/example-practitioner"
  },
  "note" : [{
    "text" : "Weekly blood pressure monitoring."
  }]
}