{
  "resourceType" : "Goal",
  "id" : "GoalExample",
  "meta" : {
    "profile" : ["https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Goal"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>Short-term goal</b></h3><h4><b>理解能力</b></h4><ol><li>無理解能力可理解表情動作可理解字詞片語可理解簡單句</li><li>可理解複雜句可理解敘述事件</li></ol><h4><b>表達能力:</b></h4><ol><li>無表達能力可用表情動作可用字詞片語可用簡單句</li><li>可用複雜句可敘述完整事件</li></ol></div>"
  },
  "lifecycleStatus" : "active",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/goal-category",
      "code" : "physiotherapy"
    }]
  }],
  "description" : {
    "text" : "紀錄病人的復健訓練計畫"
  },
  "subject" : {
    "reference" : "Patient/stroke-patient-001"
  }
}