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

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: 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

: MaritalStatus + 臺灣婚姻狀態值集 - JSON Representation

Active as of 2022-05-28

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "marital-status-tw",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-MaritalStatus.html\"><code>http://terminology.hl7.org/CodeSystem/v3-MaritalStatus</code></a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-UNK\">UNK</a></td><td>unknown</td><td>**Description:**A proper value is applicable, but not known.<br/><br/>**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:<br/><br/>1.  Those properties themselves directly translate to a semantic of &quot;unknown&quot;. (E.g. a local code sent as a translation that conveys 'unknown')<br/>2.  Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of &quot;H&quot; and a URL prefix of &quot;tel:&quot; to convey that it is the home phone number that is unknown.)</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-marital-status-tw.html\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/marital-status-tw</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-marital-status-tw.html#marital-status-tw-6\">6</a></td><td>有偶(施行法)</td></tr><tr><td><a href=\"CodeSystem-marital-status-tw.html#marital-status-tw-7\">7</a></td><td>終止結婚(施行法)</td></tr><tr><td><a href=\"CodeSystem-marital-status-tw.html#marital-status-tw-8\">8</a></td><td>喪偶(施行法)</td></tr><tr><td><a href=\"CodeSystem-marital-status-tw.html#marital-status-tw-9\">9</a></td><td>婚姻關係消滅(施行法)</td></tr></table></li></ul></div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/marital-status-tw",
  "version" : "2019-05-22",
  "name" : "TWMaritalStatus",
  "title" : "MaritalStatus + 臺灣婚姻狀態值集",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-05-28",
  "contact" : [
    {
      "name" : "衛生福利部",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.mohw.gov.tw/"
        },
        {
          "system" : "email",
          "value" : "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description" : "MaritalStatus + 臺灣婚姻狀態值集,參照至[https://www.ris.gov.tw/documents/html/5/1/168.html](https://www.ris.gov.tw/documents/html/5/1/168.html)。",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept" : [
          {
            "code" : "UNK",
            "display" : "unknown"
          }
        ]
      },
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/marital-status-tw",
        "concept" : [
          {
            "code" : "6",
            "display" : "有偶(施行法)"
          },
          {
            "code" : "7",
            "display" : "終止結婚(施行法)"
          },
          {
            "code" : "8",
            "display" : "喪偶(施行法)"
          },
          {
            "code" : "9",
            "display" : "婚姻關係消滅(施行法)"
          }
        ]
      }
    ]
  }
}