臺灣社政領域基礎實作指引
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


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="current-care-min"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/CarePlan-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>:<a href="EpisodeOfCare-episode-base.html">EpisodeOfCare/episode-base</a></p><p><b>預計提供經濟補助</b>:<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"><a href="CodeSystem-twss-provided-financial-subsidy.html">TWSS 預計提供經濟補助代碼系統</a>#5</span> 身心障礙者生活補助</p><p><b>預計提供福利服務</b>:<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"><a href="CodeSystem-twss-provided-welfare-service.html">TWSS 預計提供福利服務代碼系統</a>#3</span> 身體照顧及家務服務</p><p><b>預計提供就業服務</b>:<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"><a href="CodeSystem-twss-provided-employment-service.html">TWSS 預計提供就業服務代碼系統</a>#13</span> 就業服務</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare">
    <valueReference>🔗 
      <reference value="EpisodeOfCare/episode-base"/>
    </valueReference>
  </extension>
  <status value="active"/>
  <intent value="plan"/>
  <subject>🔗 
    <reference value="Patient/pat-min"/>
  </subject>
  <activity>
    <detail>
      <code>
        <coding>
          <system
                  value="https://sfaa.gov.tw/base/CodeSystem/twss-provided-financial-subsidy"/>
          <code value="5"/>
          <display value="身心障礙者生活補助"/>
        </coding>
      </code>
      <status value="scheduled"/>
    </detail>
  </activity>
  <activity>
    <detail>
      <code>
        <coding>
          <system
                  value="https://sfaa.gov.tw/base/CodeSystem/twss-provided-welfare-service"/>
          <code value="3"/>
          <display value="身體照顧及家務服務"/>
        </coding>
      </code>
      <status value="scheduled"/>
    </detail>
  </activity>
  <activity>
    <detail>
      <code>
        <coding>
          <system
                  value="https://sfaa.gov.tw/base/CodeSystem/twss-provided-employment-service"/>
          <code value="13"/>
          <display value="就業服務"/>
        </coding>
      </code>
      <status value="scheduled"/>
    </detail>
  </activity>
</CarePlan>