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

FHIR IG analytics

Packagetw.gov.mohw.cdc.nidrs
Resource TypeValueSet
IdValueSet-gender.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fhir-nidrs/nidrs/ValueSet-gender.html
URLhttps://cdc.gov.tw/nidrs/ValueSet/gender
Version0.1.0
Statusactive
Date2026-10-01
NameGender
TitleHL7-性別值集
Realmtw
Authoritynational
DescriptionHL7-性別值集

Resources that use this resource

ConceptMap
tw.gov.mohw.cdc.nidrs#currenthl7-cdc-genderCDC-性別對應HL7 AdministrativeGender Codes
StructureDefinition
tw.gov.mohw.cdc.nidrs#currentPatient-NIDRS個案資料-Patient NIDRS

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0administrative-genderAdministrativeGender

Narrative

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

Generated Narrative: 取值集合 gender


Source1

{
  "resourceType": "ValueSet",
  "id": "gender",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://cdc.gov.tw/nidrs/ValueSet/gender",
  "version": "0.1.0",
  "name": "Gender",
  "title": "HL7-性別值集",
  "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"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "concept": [
          {
            "code": "female"
          },
          {
            "code": "male"
          },
          {
            "code": "other"
          }
        ]
      }
    ]
  }
}