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

FHIR IG analytics

Packagetw.gov.mohw.cdc.nidrs
Resource TypeValueSet
IdValueSet-marital-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fhir-nidrs/nidrs/ValueSet-marital-status.html
URLhttps://cdc.gov.tw/nidrs/ValueSet/marital-status
Version0.1.0
Statusactive
Date2026-10-01
NameMaritalStatus
TitleHL7-婚姻狀況值集
Realmtw
Authoritynational
DescriptionHL7-婚姻狀況值集

Resources that use this resource

ConceptMap
tw.gov.mohw.cdc.nidrs#currentcdc-marital-statusCDC-婚姻狀況對應HL7 Marital Status Codes
StructureDefinition
tw.gov.mohw.cdc.nidrs#currentPatient-NIDRS個案資料-Patient NIDRS

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-MaritalStatusMaritalStatus
hl7.terminology#currentv3-NullFlavorNullFlavor

Narrative

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

Generated Narrative: 取值集合 marital-status

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-MaritalStatus version 📍5.0.0
    CodeDisplayDefinition
    UunmarriedCurrently not in a marriage contract.
    MMarriedA current marriage contract is active
    WWidowedThe spouse has died
    DDivorcedMarriage contract has been declared dissolved and inactive
    LLegally Separated
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📍4.0.0
    CodeDisplayDefinition
    UNKunknown**Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)

Source1

{
  "resourceType": "ValueSet",
  "id": "marital-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://cdc.gov.tw/nidrs/ValueSet/marital-status",
  "version": "0.1.0",
  "name": "MaritalStatus",
  "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://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "version": "5.0.0",
        "concept": [
          {
            "code": "U"
          },
          {
            "code": "M"
          },
          {
            "code": "W"
          },
          {
            "code": "D"
          },
          {
            "code": "L"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version": "4.0.0",
        "concept": [
          {
            "code": "UNK"
          }
        ]
      }
    ]
  }
}