This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.1: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
: 臺灣婚姻狀態 - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "marital-status-tw",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/marital-status-tw",
"version" : "2019-05-22",
"name" : "TWMaritalStatus",
"title" : "臺灣婚姻狀態",
"status" : "active",
"experimental" : false,
"date" : "2019-05-22",
"contact" : [
{
"name" : "衛生福利部",
"telecom" : [
{
"system" : "url",
"value" : "https://www.mohw.gov.tw/"
},
{
"system" : "email",
"value" : "CCYU@mohw.gov.tw"
}
]
}
],
"description" : "臺灣婚姻狀態,參照至[https://www.ris.gov.tw/documents/html/5/1/168.html](https://www.ris.gov.tw/documents/html/5/1/168.html) \r\n代碼出版日期:2019-05-22;資料所屬單位:內政部戶政司。\r\n\r\n代碼文字標示之施行法,係指司法院釋字第748號解釋施行法。 \r\n*因原始資料無代碼版本資訊,故使用其法規「公布日期」作為版本資訊。*",
"copyright" : "內政部戶政司",
"caseSensitive" : true,
"content" : "complete",
"count" : 9,
"concept" : [
{
"code" : "1",
"display" : "未婚"
},
{
"code" : "2",
"display" : "有偶"
},
{
"code" : "3",
"display" : "離婚"
},
{
"code" : "4",
"display" : "喪偶"
},
{
"code" : "5",
"display" : "婚姻關係消滅"
},
{
"code" : "6",
"display" : "有偶(施行法)"
},
{
"code" : "7",
"display" : "終止結婚(施行法)"
},
{
"code" : "8",
"display" : "喪偶(施行法)"
},
{
"code" : "9",
"display" : "婚姻關係消滅(施行法)"
}
]
}