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

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: 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

: IdentifierType + 臺灣識別碼類型值集 - JSON Representation

Active as of 2022-07-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "identifier-type-tw",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a></li><li>Include these codes as defined in <a href=\"CodeSystem-v2-0203.html\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-GOI\">GOI</a></td><td>Government Organization Identifier</td><td>Government Organization Identifier number</td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-HOI\">HOI</a></td><td>Healthcare Organization Identifier</td><td>Healthcare Organization Identifier number</td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-GUI\">GUI</a></td><td>Government Uniform Invoice</td><td>Government Uniform Invoice number</td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-NNTWN\">NNTWN</a></td><td>National Person Identifier</td><td>National Person Identifier</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html#v2-0203-PPN\">PPN</a></td><td>Passport number</td><td>A unique number assigned to the document affirming that a person is a citizen of the country.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html#v2-0203-PRC\">PRC</a></td><td>Permanent Resident Card Number</td><td>Permanent Resident Card Number</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html#v2-0203-MR\">MR</a></td><td>Medical record number</td><td>An identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.</td></tr></table></li></ul></div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw",
  "version" : "0.1.0",
  "name" : "TWIdentifierType",
  "title" : "IdentifierType + 臺灣識別碼類型值集",
  "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" : "IdentifierType + 臺灣識別碼類型值集",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203"
      },
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
        "concept" : [
          {
            "code" : "GOI",
            "display" : "Government Organization Identifier"
          },
          {
            "code" : "HOI",
            "display" : "Healthcare Organization Identifier"
          },
          {
            "code" : "GUI",
            "display" : "Government Uniform Invoice"
          },
          {
            "code" : "NNTWN",
            "display" : "National Person Identifier"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept" : [
          {
            "code" : "PPN",
            "display" : "Passport number"
          },
          {
            "code" : "PRC",
            "display" : "Permanent Resident Card Number"
          },
          {
            "code" : "MR",
            "display" : "Medical record number"
          }
        ]
      }
    ]
  }
}