FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeConceptMap
IdConceptMap-twss-nationality-to-iso3166.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/sfaassn2025-source/base/ConceptMap-twss-nationality-to-iso3166.html
URLhttps://sfaa.gov.tw/base/ConceptMap/twss-nationality-to-iso3166
Version0.0.1
Statusdraft
Date2026-08-11T08:18:14+00:00
NameTWSSNationalityToISO3166
TitleTWSS 國籍對應 ISO 3166-1 alpha-2
Realmtw
Authoritynational
DescriptionTWSS 國籍代碼系統與 ISO 3166-1 alpha-2 國碼之對應。

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
tw.gov.mohw.twss.base#currenttwss-nationalityTWSS-國籍別
hl7.terminology.r4b#6.0.2urn:iso:std:iso:3166ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code
ValueSet
tw.gov.mohw.twss.base#currenttwss-nationality-vsTWSS-國籍別值集

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ConceptMap twss-nationality-to-iso3166

Mapping from TWSS-國籍別值集 to Iso 3166 Part 1: 2 Letter Codes


Mapping from TWSS-國籍別 to ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code

Source CodeRelationshipTarget CodeComment
0 (本國籍)is equivalent toTW (Taiwan)
1 (日本)is equivalent toJP (Japan)
2 (法國)is equivalent toFR (France)
3 (英國)is equivalent toGB (United Kingdom)
4 (美國)is equivalent toUS (United States)
5 (柬埔寨)is equivalent toKH (Cambodia)
6 (泰國)is equivalent toTH (Thailand)
7 (印尼)is equivalent toID (Indonesia)
8 (越南)is equivalent toVN (Viet Nam)
9 (中國大陸)is equivalent toCN (China)
10 (無國籍)(not mapped)無國籍不是國家,無法對應 ISO 3166-1 國碼。
11 (外國籍(不確定國家))(not mapped)未能明確表示國家,無法對應 ISO 3166-1 國碼。
99 (其他)(not mapped)其他未明確表示國家,無法對應 ISO 3166-1 國碼。
X (不詳)(not mapped)不詳無法對應 ISO 3166-1 國碼。

Source1

{
  "resourceType": "ConceptMap",
  "id": "twss-nationality-to-iso3166",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sfaa.gov.tw/base/ConceptMap/twss-nationality-to-iso3166",
  "version": "0.0.1",
  "name": "TWSSNationalityToISO3166",
  "title": "TWSS 國籍對應 ISO 3166-1 alpha-2",
  "status": "draft",
  "experimental": false,
  "date": "2026-08-11T08:18:14+00:00",
  "publisher": "衛生福利部社會及家庭署",
  "contact": [
    {
      "name": "衛生福利部社會及家庭署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.twss.gov.tw/"
        }
      ]
    }
  ],
  "description": "TWSS 國籍代碼系統與 ISO 3166-1 alpha-2 國碼之對應。",
  "sourceCanonical": "https://sfaa.gov.tw/base/ValueSet/twss-nationality-vs",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/iso3166-1-2",
  "group": [
    {
      "source": "https://sfaa.gov.tw/base/CodeSystem/twss-nationality",
      "target": "urn:iso:std:iso:3166",
      "element": [
        {
          "code": "0",
          "display": "本國籍",
          "target": [
            {
              "code": "TW",
              "display": "Taiwan",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "1",
          "display": "日本",
          "target": [
            {
              "code": "JP",
              "display": "Japan",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "2",
          "display": "法國",
          "target": [
            {
              "code": "FR",
              "display": "France",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "3",
          "display": "英國",
          "target": [
            {
              "code": "GB",
              "display": "United Kingdom",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "4",
          "display": "美國",
          "target": [
            {
              "code": "US",
              "display": "United States",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "5",
          "display": "柬埔寨",
          "target": [
            {
              "code": "KH",
              "display": "Cambodia",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "6",
          "display": "泰國",
          "target": [
            {
              "code": "TH",
              "display": "Thailand",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "7",
          "display": "印尼",
          "target": [
            {
              "code": "ID",
              "display": "Indonesia",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "8",
          "display": "越南",
          "target": [
            {
              "code": "VN",
              "display": "Viet Nam",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "9",
          "display": "中國大陸",
          "target": [
            {
              "code": "CN",
              "display": "China",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "10",
          "display": "無國籍",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "無國籍不是國家,無法對應 ISO 3166-1 國碼。"
            }
          ]
        },
        {
          "code": "11",
          "display": "外國籍(不確定國家)",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "未能明確表示國家,無法對應 ISO 3166-1 國碼。"
            }
          ]
        },
        {
          "code": "99",
          "display": "其他",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "其他未明確表示國家,無法對應 ISO 3166-1 國碼。"
            }
          ]
        },
        {
          "code": "X",
          "display": "不詳",
          "target": [
            {
              "equivalence": "unmatched",
              "comment": "不詳無法對應 ISO 3166-1 國碼。"
            }
          ]
        }
      ]
    }
  ]
}