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

: TWSS-轉介受理情形代碼系統 - JSON Representation

Draft as of 2026-09-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "twss-referral-acceptance-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem twss-referral-acceptance-status</b></p><a name=\"twss-referral-acceptance-status\"> </a><a name=\"hctwss-referral-acceptance-status\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-referral-acceptance-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">accepted<a name=\"twss-referral-acceptance-status-accepted\"> </a></td><td>受案</td></tr><tr><td style=\"white-space:nowrap\">referred-again<a name=\"twss-referral-acceptance-status-referred-again\"> </a></td><td>再轉</td></tr><tr><td style=\"white-space:nowrap\">not-accepted<a name=\"twss-referral-acceptance-status-not-accepted\"> </a></td><td>不受案</td></tr><tr><td style=\"white-space:nowrap\">returned<a name=\"twss-referral-acceptance-status-returned\"> </a></td><td>退回</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"twss-referral-acceptance-status-other\"> </a></td><td>其他</td></tr></table></div>"
  },
  "url" : "https://sfaa.gov.tw/base/CodeSystem/twss-referral-acceptance-status",
  "version" : "0.0.1",
  "name" : "TWSSReferralAcceptanceStatus",
  "title" : "TWSS-轉介受理情形代碼系統",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-09-03T13:00:35+00:00",
  "publisher" : "衛生福利部社會及家庭署",
  "contact" : [
    {
      "name" : "衛生福利部社會及家庭署",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.twss.gov.tw/"
        }
      ]
    }
  ],
  "description" : "受轉介單位對個案轉介請求作出的受理決定代碼。",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "accepted",
      "display" : "受案"
    },
    {
      "code" : "referred-again",
      "display" : "再轉"
    },
    {
      "code" : "not-accepted",
      "display" : "不受案"
    },
    {
      "code" : "returned",
      "display" : "退回"
    },
    {
      "code" : "other",
      "display" : "其他"
    }
  ]
}