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

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. 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\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem v2-0203</b></p><a name=\"v2-0203\"> </a><a name=\"hcv2-0203\"> </a><a name=\"v2-0203-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>effectiveDate</td><td>effectiveDate</td><td>http://hl7.org/fhir/concept-properties#effectiveDate</td><td>dateTime</td><td>生效日期</td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>狀態</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>effectiveDate</b></td><td><b>status</b></td><td><b>中文 (台湾) (Chinese (Taiwan), zh)</b></td></tr><tr><td style=\"white-space:nowrap\">GOI<a name=\"v2-0203-GOI\"> </a></td><td>Government Organization Identifier</td><td>Government Organization Identifier number</td><td>2022-07</td><td>active</td><td>政府機關代號</td></tr><tr><td style=\"white-space:nowrap\">UBN<a name=\"v2-0203-UBN\"> </a></td><td>Unified Business number</td><td>Unified Business number</td><td>2022-07</td><td>active</td><td>公司或企業統一編號</td></tr></table></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" : "臺灣衛福部資訊處識別碼類型,  \n代碼出版日期:2022-07-31;資料所屬單位:衛生福利部資訊處。  \n",
  "copyright" : "衛生福利部資訊處",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "property" : [
    {
      "code" : "effectiveDate",
      "uri" : "http://hl7.org/fhir/concept-properties#effectiveDate",
      "description" : "生效日期",
      "type" : "dateTime"
    },
    {
      "code" : "status",
      "uri" : "http://hl7.org/fhir/concept-properties#status",
      "description" : "狀態",
      "type" : "code"
    }
  ],
  "concept" : [
    {
      "code" : "GOI",
      "display" : "Government Organization Identifier",
      "definition" : "Government Organization Identifier number",
      "designation" : [
        {
          "language" : "zh-TW",
          "value" : "政府機關代號"
        }
      ],
      "property" : [
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-07"
        },
        {
          "code" : "status",
          "valueCode" : "active"
        }
      ]
    },
    {
      "code" : "UBN",
      "display" : "Unified Business number",
      "definition" : "Unified Business number",
      "designation" : [
        {
          "language" : "zh-TW",
          "value" : "公司或企業統一編號"
        }
      ],
      "property" : [
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-07"
        },
        {
          "code" : "status",
          "valueCode" : "active"
        }
      ]
    }
  ]
}