臺灣長期照顧實作指引(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-notifmethod",
  "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-notifmethod</b></p><a name=\"cs-tw-ltc-incident-notifmethod\"> </a><a name=\"hccs-tw-ltc-incident-notifmethod\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-notifmethod</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\">phone<a name=\"cs-tw-ltc-incident-notifmethod-phone\"> </a></td><td>電話</td></tr><tr><td style=\"white-space:nowrap\">inperson<a name=\"cs-tw-ltc-incident-notifmethod-inperson\"> </a></td><td>當面</td></tr><tr><td style=\"white-space:nowrap\">fax<a name=\"cs-tw-ltc-incident-notifmethod-fax\"> </a></td><td>傳真</td></tr><tr><td style=\"white-space:nowrap\">org<a name=\"cs-tw-ltc-incident-notifmethod-org\"> </a></td><td>機構</td></tr><tr><td style=\"white-space:nowrap\">family<a name=\"cs-tw-ltc-incident-notifmethod-family\"> </a></td><td>家屬</td></tr><tr><td style=\"white-space:nowrap\">cgportal<a name=\"cs-tw-ltc-incident-notifmethod-cgportal\"> </a></td><td>CG通報</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"cs-tw-ltc-incident-notifmethod-other\"> </a></td><td>其他</td></tr></table></div>"
  },
  "url" : "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-incident-notifmethod",
  "version" : "1.0.0",
  "name" : "CS_TW_LTC_Incident_NotificationMethod",
  "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" : 7,
  "concept" : [
    {
      "code" : "phone",
      "display" : "電話"
    },
    {
      "code" : "inperson",
      "display" : "當面"
    },
    {
      "code" : "fax",
      "display" : "傳真"
    },
    {
      "code" : "org",
      "display" : "機構"
    },
    {
      "code" : "family",
      "display" : "家屬"
    },
    {
      "code" : "cgportal",
      "display" : "CG通報"
    },
    {
      "code" : "other",
      "display" : "其他"
    }
  ]
}