{
  "resourceType" : "Task",
  "id" : "assessment-review-min",
  "meta" : {
    "profile" : ["https://sfaa.gov.tw/base/StructureDefinition/AssessmentReviewTask-twss-base"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案服務評估審核</b></h3><p><b>個案</b>：<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>任務狀態</b>：completed</p><p><b>業務審核結果</b>：核定</p><p><b>是否開案</b>：<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-open-case-status.html\">TWSS 是否開案代碼系統</a>#Y</span> 開案</p><p><b>建立案件</b>：<a href=\"EpisodeOfCare-episode-base.html\">EpisodeOfCare/episode-base</a></p><p><b>審核意見</b>：資料符合核定條件。</p><p><b>評估結果</b>：<a href=\"QuestionnaireResponse-adl-questionnaire-response-min.html\">ADL 日常生活功能評估</a></p></div>"
  },
  "identifier" : [{
    "system" : "https://example.org/twss/assessment-review",
    "value" : "ASSESSMENT-REVIEW-001"
  }],
  "status" : "completed",
  "businessStatus" : {
    "coding" : [{
      "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-review-result",
      "code" : "Y",
      "display" : "通過"
    }]
  },
  "intent" : "order",
  "description" : "個案服務評估審核",
  "focus" : {
    "reference" : "ServiceRequest/case-report-min"
  },
  "for" : {
    "reference" : "Patient/pat-min"
  },
  "note" : [{
    "text" : "審核意見：資料符合核定條件。"
  }],
  "input" : [{
    "type" : {
      "coding" : [{
        "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-task-input-type",
        "code" : "assessment-response",
        "display" : "評估回覆"
      }]
    },
    "valueReference" : {
      "reference" : "QuestionnaireResponse/adl-questionnaire-response-min"
    }
  }],
  "output" : [{
    "type" : {
      "coding" : [{
        "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type",
        "code" : "open-case-decision",
        "display" : "是否開案"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-open-case-status",
        "code" : "Y",
        "display" : "開案"
      }]
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type",
        "code" : "opened-episode-of-care",
        "display" : "開案案件"
      }]
    },
    "valueReference" : {
      "reference" : "EpisodeOfCare/episode-base"
    }
  }]
}