傳染病通報系統實作指引
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

: CDC-性別對應HL7 AdministrativeGender Codes - JSON Representation

Active as of 2026-10-01

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "hl7-cdc-gender",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: 概念映射 hl7-cdc-gender</b></p><a name=\"hl7-cdc-gender\"> </a><a name=\"hchl7-cdc-gender\"> </a><p>Mapping from <a href=\"ValueSet-cdc-gender.html\">CDC-性別值集</a> to <a href=\"ValueSet-gender.html\">HL7-性別值集</a></p><br/><p>Mapping from <a href=\"CodeSystem-cdc-gender.html\">CDC-性別version: 0.1.0)</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGenderversion: 4.0.1)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>F (女)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equal\" title=\"equal\">is equal to</a></td><td>female</td></tr><tr><td>M (男)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equal\" title=\"equal\">is equal to</a></td><td>male</td></tr><tr><td>X (第三性別)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equal\" title=\"equal\">is equal to</a></td><td>other</td></tr></table></div>"
  },
  "url" : "https://cdc.gov.tw/nidrs/ConceptMap/hl7-cdc-gender",
  "version" : "0.1.0",
  "name" : "CDCHL7Gender",
  "title" : "CDC-性別對應HL7 AdministrativeGender Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-10-01",
  "publisher" : "衛福部疾病管制署",
  "contact" : [
    {
      "name" : "衛福部疾病管制署",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cdc.gov.tw"
        }
      ]
    }
  ],
  "description" : "此對應表為臺灣衛生福利部疾病管制署「性別」對應HL7,供實作者於撰寫程式以自動化對應或轉代碼時使用。",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "TW"
        }
      ]
    }
  ],
  "sourceCanonical" : "https://cdc.gov.tw/nidrs/ValueSet/cdc-gender",
  "targetCanonical" : "https://cdc.gov.tw/nidrs/ValueSet/gender",
  "group" : [
    {
      "source" : "https://cdc.gov.tw/nidrs/CodeSystem/cdc-gender",
      "sourceVersion" : "0.1.0",
      "target" : "http://hl7.org/fhir/administrative-gender",
      "targetVersion" : "4.0.1",
      "element" : [
        {
          "code" : "F",
          "display" : "女",
          "target" : [
            {
              "code" : "female",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "M",
          "display" : "男",
          "target" : [
            {
              "code" : "male",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "X",
          "display" : "第三性別",
          "target" : [
            {
              "code" : "other",
              "equivalence" : "equal"
            }
          ]
        }
      ]
    }
  ]
}