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


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="servicerequest-base"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-twss-base"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>申請或服務請求基礎資料</b></h3><blockquote><p><b>申請案件編號</b>:BASE-APP-2026-0001</p></blockquote><p><b>申請狀態</b>:Active</p><p><b>申請意圖</b>:Order</p><p><b>服務請求類型</b>:Social service procedure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/id/410606002">SNOMED CT</a>#410606002)</span></p><p><b>申請/服務項目</b>:兒童發展通報轉介及個案管理服務 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="CodeSystem-twss-episode-of-care-type.html">TWSS 個案服務或補助案件類型</a>#early-intervention)</span></p><p><b>個案</b>: <a href="Patient-pat-min.html">Patient/pat-min</a> &quot;王小明&quot;</p><p><b>申請日期時間</b>:2026-06-30T09:00:00+08:00</p></div>
  </text>
  <identifier>
    <type>
      <text value="申請案件編號"/>
    </type>
    <system value="https://example.org/twss/application-action-id"/>
    <value value="BASE-APP-2026-0001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="410606002"/>
      <display value="Social service procedure (procedure)"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type"/>
      <code value="early-intervention"/>
      <display value="兒童發展通報轉介及個案管理服務"/>
    </coding>
    <text value="兒童發展通報轉介及個案管理服務"/>
  </code>
  <subject>🔗 
    <reference value="Patient/pat-min"/>
  </subject>
  <authoredOn value="2026-06-30T09:00:00+08:00"/>
</ServiceRequest>