FHIR IG analytics| Package | tw.gov.mohw.cdc.nidrs |
| Resource Type | ValueSet |
| Id | ValueSet-marital-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fhir-nidrs/nidrs/ValueSet-marital-status.html |
| URL | https://cdc.gov.tw/nidrs/ValueSet/marital-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-10-01 |
| Name | MaritalStatus |
| Title | HL7-婚姻狀況值集 |
| Realm | tw |
| Authority | national |
| Description | HL7-婚姻狀況值集 |
| ConceptMap | ||
| tw.gov.mohw.cdc.nidrs#current | cdc-marital-status | CDC-婚姻狀況對應HL7 Marital Status Codes |
| StructureDefinition | ||
| tw.gov.mohw.cdc.nidrs#current | Patient-NIDRS | 個案資料-Patient NIDRS |
| CodeSystem | ||
| hl7.terminology#current | v3-MaritalStatus | MaritalStatus |
| hl7.terminology#current | v3-NullFlavor | NullFlavor |
Note: links and images are rebased to the (stated) source
Generated Narrative: 取值集合 marital-status
This value set includes codes based on the following rules:
http://terminology.hl7.org/CodeSystem/v3-MaritalStatus version 📍5.0.0| Code | Display | Definition |
| U | unmarried | Currently not in a marriage contract. |
| M | Married | A current marriage contract is active |
| W | Widowed | The spouse has died |
| D | Divorced | Marriage contract has been declared dissolved and inactive |
| L | Legally Separated |
http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📍4.0.0| Code | Display | Definition |
| UNK | unknown | **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.) |
{
"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"
}
]
}
]
}
}