臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: 個案服務評估審核範例 - XML Representation

Raw xml | Download


<Task xmlns="http://hl7.org/fhir">
  <id value="assessment-review-min"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/AssessmentReviewTask-twss-base"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="https://example.org/twss/assessment-review"/>
    <value value="ASSESSMENT-REVIEW-001"/>
  </identifier>
  <status value="completed"/>
  <businessStatus>
    <coding>
      <system value="https://sfaa.gov.tw/base/CodeSystem/twss-review-result"/>
      <code value="Y"/>
      <display value="通過"/>
    </coding>
  </businessStatus>
  <intent value="order"/>
  <description value="個案服務評估審核"/>
  <focus>🔗 
    <reference value="ServiceRequest/case-report-min"/>
  </focus>
  <for>🔗 
    <reference value="Patient/pat-min"/>
  </for>
  <note>
    <text value="審核意見:資料符合核定條件。"/>
  </note>
  <input>
    <type>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-task-input-type"/>
        <code value="assessment-response"/>
        <display value="評估回覆"/>
      </coding>
    </type>
    <valueReference>🔗 
      <reference
                 value="QuestionnaireResponse/adl-questionnaire-response-min"/>
    </valueReference>
  </input>
  <output>
    <type>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type"/>
        <code value="open-case-decision"/>
        <display value="是否開案"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-open-case-status"/>
        <code value="Y"/>
        <display value="開案"/>
      </coding>
    </valueCodeableConcept>
  </output>
  <output>
    <type>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type"/>
        <code value="opened-episode-of-care"/>
        <display value="開案案件"/>
      </coding>
    </type>
    <valueReference>🔗 
      <reference value="EpisodeOfCare/episode-base"/>
    </valueReference>
  </output>
</Task>