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

FHIR IG analytics

Packagetw.gov.mohw.cdc.nidrs
Resource TypeValueSet
IdValueSet-country.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fhir-nidrs/nidrs/ValueSet-country.html
URLhttps://cdc.gov.tw/nidrs/ValueSet/country
Version0.1.0
Statusactive
Date2026-10-01
NameCountry
TitleISO 3166 + HL7 - 國家值集
Realmtw
Authoritynational
DescriptionISO 3166 + HL7 - 國家值集

Resources that use this resource

ConceptMap
tw.gov.mohw.cdc.nidrs#currentiso3166-countryISO 3166 Country numerical codes對應3-letter
StructureDefinition
tw.gov.mohw.cdc.nidrs#currentPatient-NIDRS個案資料-Patient NIDRS

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-NullFlavorNullFlavor
tw.gov.mohw.cdc.nidrs#currentcdc-countryCDC-國家
fhir.tx.support#1.0.1urn:iso:std:iso:3166ISO 3166 Country Codes

Narrative

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

Generated Narrative: 取值集合 country

This value set includes codes based on the following rules:

  • Include codes fromurn:iso:std:iso:3166 version Not Stated (use latest from terminology server) where code matches (by regex) [A-Z]{3}
  • Include all codes defined in https://cdc.gov.tw/nidrs/CodeSystem/cdc-country version 📦0.1.0
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📍4.0.0
    CodeDisplayDefinition
    OTHother**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.

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}