共同資料模式實作指引(Common Data Model IG)
1.0.0-Trial Use - draft

共同資料模式實作指引(Common Data Model IG) - Local Development build (v1.0.0-Trial Use). 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://standard-interoperability-lab.com/fhir/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://standard-interoperability-lab.com/fhir/ValueSet/marital-status-tw",
  "version" : "1.0.0-Trial Use",
  "name" : "TWMaritalStatus",
  "title" : "MaritalStatus + 臺灣婚姻狀態值集",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-05-28",
  "publisher" : "共同資料模式實作指引(Common Data Model IG)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ghd.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://standard-interoperability-lab.com/fhir/CodeSystem/marital-status-tw",
        "concept" : [
          {
            "code" : "6",
            "display" : "有偶(施行法)"
          },
          {
            "code" : "7",
            "display" : "終止結婚(施行法)"
          },
          {
            "code" : "8",
            "display" : "喪偶(施行法)"
          },
          {
            "code" : "9",
            "display" : "婚姻關係消滅(施行法)"
          }
        ]
      }
    ]
  }
}