臺灣核心實作指引(TW Core IG)
0.1.1 - Trial Use

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

Active as of 2023-08-25

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "marital-status-tw",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/twcore/ConceptMap/marital-status-tw",
  "version" : "0.1.1",
  "name" : "TWMaritalStatus",
  "title" : "臺灣婚姻狀態代碼對應",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-08-25",
  "contact" : [
    {
      "name" : "衛生福利部",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.mohw.gov.tw/"
        },
        {
          "system" : "email",
          "value" : "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description" : "臺灣婚姻狀態代碼對應至MaritalStatus代碼,概念對應出版日期:2023-08-25;資料所屬單位:衛生福利部。",
  "sourceUri" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/marital-status-tw",
  "targetUri" : "http://terminology.hl7.org/ValueSet/v2-0203",
  "group" : [
    {
      "source" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/marital-status-tw",
      "sourceVersion" : "2019-05-22",
      "target" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "targetVersion" : "2.1.0",
      "element" : [
        {
          "code" : "1",
          "display" : "未婚",
          "target" : [
            {
              "code" : "U",
              "display" : "unmarried",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "2",
          "display" : "有偶",
          "target" : [
            {
              "code" : "M",
              "display" : "Married",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "3",
          "display" : "離婚",
          "target" : [
            {
              "code" : "D",
              "display" : "Divorced",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "4",
          "display" : "喪偶",
          "target" : [
            {
              "code" : "W",
              "display" : "Widowed",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "5",
          "display" : "婚姻關係消滅",
          "target" : [
            {
              "code" : "A",
              "display" : "Annulled",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "6",
          "display" : "有偶(施行法)",
          "target" : [
            {
              "code" : "M",
              "display" : "Married",
              "equivalence" : "subsumes"
            }
          ]
        },
        {
          "code" : "7",
          "display" : "終止結婚(施行法)",
          "target" : [
            {
              "code" : "D",
              "display" : "Divorced",
              "equivalence" : "subsumes"
            }
          ]
        },
        {
          "code" : "8",
          "display" : "喪偶(施行法)",
          "target" : [
            {
              "code" : "W",
              "display" : "Widowed",
              "equivalence" : "subsumes"
            }
          ]
        },
        {
          "code" : "9",
          "display" : "婚姻關係消滅(施行法)",
          "target" : [
            {
              "code" : "A",
              "display" : "Annulled",
              "equivalence" : "subsumes"
            }
          ]
        }
      ]
    }
  ]
}