FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeCodeSystem
IdCodeSystem-twss-referral-handling-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/sfaassn2025-source/base/CodeSystem-twss-referral-handling-status.html
URLhttps://sfaa.gov.tw/base/CodeSystem/twss-referral-handling-status
Version0.0.1
Statusactive
Date2026-08-09T20:26:20+00:00
NameTWSSReferralHandlingStatus
TitleTWSS 轉介處理狀態
Realmtw
Authoritynational
Description轉介接收與處理流程使用的業務狀態代碼。
Contentcomplete

Resources that use this resource

ValueSet
tw.gov.mohw.twss.base#currenttwss-referral-acceptance-status-vsTWSS 轉介受理情形值集
tw.gov.mohw.twss.base#currenttwss-referral-processing-status-vsTWSS 轉介處理情形值集

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem twss-referral-handling-status

This case-sensitive code system https://sfaa.gov.tw/base/CodeSystem/twss-referral-handling-status defines the following codes:

CodeDisplay
accepted 受案
referred-again 再轉
not-accepted 不受案
returned 退回
pending 轉介等待中
completed 轉介完成
failed 轉介失敗
other 其他

Source1

{
  "resourceType": "CodeSystem",
  "id": "twss-referral-handling-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sfaa.gov.tw/base/CodeSystem/twss-referral-handling-status",
  "version": "0.0.1",
  "name": "TWSSReferralHandlingStatus",
  "title": "TWSS 轉介處理狀態",
  "status": "active",
  "experimental": false,
  "date": "2026-08-09T20:26:20+00:00",
  "publisher": "衛生福利部社會及家庭署",
  "contact": [
    {
      "name": "衛生福利部社會及家庭署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.twss.gov.tw/"
        }
      ]
    }
  ],
  "description": "轉介接收與處理流程使用的業務狀態代碼。",
  "caseSensitive": true,
  "content": "complete",
  "count": 8,
  "concept": [
    {
      "code": "accepted",
      "display": "受案"
    },
    {
      "code": "referred-again",
      "display": "再轉"
    },
    {
      "code": "not-accepted",
      "display": "不受案"
    },
    {
      "code": "returned",
      "display": "退回"
    },
    {
      "code": "pending",
      "display": "轉介等待中"
    },
    {
      "code": "completed",
      "display": "轉介完成"
    },
    {
      "code": "failed",
      "display": "轉介失敗"
    },
    {
      "code": "other",
      "display": "其他"
    }
  ]
}