傳染病通報系統實作指引
0.1.0 - ci-build Taiwan, Province of China flag

傳染病通報系統實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-nidrs/nidrs/ and changes regularly. See the Directory of published versions

: ISO 3166 + HL7 - 國家值集 - XML Representation

Active as of 2026-10-01

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="country"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: 取值集合 country</b></p><a name="country"> </a><a name="hccountry"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href="http://terminology.hl7.org/6.1.0/CodeSystem-ISO3166Part1.html"><code>urn:iso:std:iso:3166</code></a><span title="Version is not explicitly stated. No matching Code System found"> version Not Stated (use latest from terminology server)</span> where code  matches (by regex) [A-Z]{3}</li><li>Include all codes defined in <a href="CodeSystem-cdc-country.html"><code>https://cdc.gov.tw/nidrs/CodeSystem/cdc-country</code></a><span title="Version is not explicitly stated, which means it is fixed to the version provided in this specification"> version &#x1F4E6;0.1.0</span></li><li>Include these codes as defined in <a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-NullFlavor.html"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><span title="Version is explicitly stated to be 4.0.0"> version &#x1F4CD;4.0.0</span><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/7.3.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-OTH">OTH</a></td><td style="color: #cccccc">other</td><td>**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).<br/><br/>**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.<br/><br/>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.</td></tr></table></li></ul></div>
  </text>
  <url value="https://cdc.gov.tw/nidrs/ValueSet/country"/>
  <version value="0.1.0"/>
  <name value="Country"/>
  <title value="ISO 3166 + HL7 - 國家值集"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-10-01"/>
  <publisher value="衛福部疾病管制署"/>
  <contact>
    <name value="衛福部疾病管制署"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.cdc.gov.tw"/>
    </telecom>
  </contact>
  <description value="ISO 3166 + HL7 - 國家值集"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="TW"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="urn:iso:std:iso:3166"/>
      <filter>
        <property value="code"/>
        <op value="regex"/>
        <value value="[A-Z]{3}"/>
      </filter>
    </include>
    <include>
      <system value="https://cdc.gov.tw/nidrs/CodeSystem/cdc-country"/>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <version value="4.0.0"/>
      <concept>
        <code value="OTH"/>
      </concept>
    </include>
  </compose>
</ValueSet>