FHIR IG analytics| Package | tw.gov.mohw.cdc.nidrs |
| Resource Type | ValueSet |
| Id | ValueSet-country.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fhir-nidrs/nidrs/ValueSet-country.html |
| URL | https://cdc.gov.tw/nidrs/ValueSet/country |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-10-01 |
| Name | Country |
| Title | ISO 3166 + HL7 - 國家值集 |
| Realm | tw |
| Authority | national |
| Description | ISO 3166 + HL7 - 國家值集 |
| ConceptMap | ||
| tw.gov.mohw.cdc.nidrs#current | iso3166-country | ISO 3166 Country numerical codes對應3-letter |
| StructureDefinition | ||
| tw.gov.mohw.cdc.nidrs#current | Patient-NIDRS | 個案資料-Patient NIDRS |
| CodeSystem | ||
| hl7.terminology#current | v3-NullFlavor | NullFlavor |
| tw.gov.mohw.cdc.nidrs#current | cdc-country | CDC-國家 |
| fhir.tx.support#1.0.1 | urn:iso:std:iso:3166 | ISO 3166 Country Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: 取值集合 country
This value set includes codes based on the following rules:
urn:iso:std:iso:3166 version Not Stated (use latest from terminology server) where code matches (by regex) [A-Z]{3}https://cdc.gov.tw/nidrs/CodeSystem/cdc-country version 📦0.1.0http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📍4.0.0| Code | Display | Definition |
| OTH | other | **Description:**The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system). **Usage Notes**: This flavor and its specializations are most commonly used with the CD datatype and its flavors. However, it may apply to \*any\* datatype where the constraints of the type are tighter than can be conveyed. For example, a PQ that is for a true measured amount whose units are not supported in UCUM, a need to convey a REAL when the type has been constrained to INT, etc. With coded datatypes, this null flavor may only be used if the vocabulary binding has a coding strength of CNE. By definition, all local codes and original text are part of the value set if the coding strength is CWE. |
{
"resourceType": "ValueSet",
"id": "country",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://cdc.gov.tw/nidrs/ValueSet/country",
"version": "0.1.0",
"name": "Country",
"title": "ISO 3166 + HL7 - 國家值集",
"status": "active",
"experimental": false,
"date": "2026-10-01",
"publisher": "衛福部疾病管制署",
"contact": [
{
"name": "衛福部疾病管制署",
"telecom": [
{
"system": "url",
"value": "https://www.cdc.gov.tw"
}
]
}
],
"description": "ISO 3166 + HL7 - 國家值集",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "TW"
}
]
}
],
"compose": {
"include": [
{
"system": "urn:iso:std:iso:3166",
"filter": [
{
"property": "code",
"op": "regex",
"value": "[A-Z]{3}"
}
]
},
{
"system": "https://cdc.gov.tw/nidrs/CodeSystem/cdc-country"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"version": "4.0.0",
"concept": [
{
"code": "OTH"
}
]
}
]
}
}