臺灣核心實作指引(TW Core IG)
0.1.1 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.1: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 臺灣識別碼類型 - JSON Representation

Active as of 2022-07-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "v2-0203",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
  "version" : "2022-07-31",
  "name" : "TWIdentifierType_V20203",
  "title" : "臺灣識別碼類型",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-07-31",
  "contact" : [
    {
      "name" : "衛生福利部",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.mohw.gov.tw/"
        },
        {
          "system" : "email",
          "value" : "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description" : "臺灣識別碼類型,  \r\n代碼出版日期:2022-07-31;資料所屬單位:衛生福利部資訊處。  \r\n- 2023/8/25異動說明: \r\n    1. 代碼的Display改以英文呈現,並附中文版Display。\r\n    2. 「統一編號」的代碼原為`#GUI`,改為`#UBN`,Unified Business number (公司或企業統一編號)。\r\n    3. 刪除代碼`#HOI`\r\n    4. 刪除代碼`#NNTWN`",
  "copyright" : "衛生福利部資訊處",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "GOI",
      "display" : "Government Organization Identifier",
      "definition" : "Government Organization Identifier number",
      "designation" : [
        {
          "language" : "zh-TW",
          "value" : "政府機關代號"
        }
      ]
    },
    {
      "code" : "UBN",
      "display" : "Unified Business number",
      "definition" : "Unified Business number",
      "designation" : [
        {
          "language" : "zh-TW",
          "value" : "公司或企業統一編號"
        }
      ]
    }
  ]
}