臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions

: 長照 SDK-異常紀錄-異常類別 - JSON Representation

Active as of 2026-03-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-tw-ltc-incident-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-tw-ltc-incident-category</b></p><a name=\"cs-tw-ltc-incident-category\"> </a><a name=\"hccs-tw-ltc-incident-category\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-category</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\">hospitalize<a name=\"cs-tw-ltc-incident-category-hospitalize\"> </a></td><td>送醫事件</td></tr><tr><td style=\"white-space:nowrap\">careacc<a name=\"cs-tw-ltc-incident-category-careacc\"> </a></td><td>照顧意外事件</td></tr><tr><td style=\"white-space:nowrap\">med<a name=\"cs-tw-ltc-incident-category-med\"> </a></td><td>藥物事件</td></tr><tr><td style=\"white-space:nowrap\">security<a name=\"cs-tw-ltc-incident-category-security\"> </a></td><td>治安事件</td></tr><tr><td style=\"white-space:nowrap\">injury<a name=\"cs-tw-ltc-incident-category-injury\"> </a></td><td>傷害事件</td></tr><tr><td style=\"white-space:nowrap\">publicacc<a name=\"cs-tw-ltc-incident-category-publicacc\"> </a></td><td>公共意外</td></tr><tr><td style=\"white-space:nowrap\">ethics<a name=\"cs-tw-ltc-incident-category-ethics\"> </a></td><td>違反專業倫理守則</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"cs-tw-ltc-incident-category-other\"> </a></td><td>其他</td></tr></table></div>"
  },
  "url" : "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-category",
  "version" : "1.0.0",
  "name" : "CS_TW_LTC_Incident_Category",
  "title" : "長照 SDK-異常紀錄-異常類別",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-01T18:36:01+00:00",
  "publisher" : "經濟部產業發展署",
  "contact" : [
    {
      "name" : "經濟部產業發展署",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ida.gov.tw/"
        }
      ]
    }
  ],
  "description" : "表單『異常類別』多選。",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "hospitalize",
      "display" : "送醫事件"
    },
    {
      "code" : "careacc",
      "display" : "照顧意外事件"
    },
    {
      "code" : "med",
      "display" : "藥物事件"
    },
    {
      "code" : "security",
      "display" : "治安事件"
    },
    {
      "code" : "injury",
      "display" : "傷害事件"
    },
    {
      "code" : "publicacc",
      "display" : "公共意外"
    },
    {
      "code" : "ethics",
      "display" : "違反專業倫理守則"
    },
    {
      "code" : "other",
      "display" : "其他"
    }
  ]
}