臺灣長期照顧實作指引 (Taiwan Long-Term Care FHIR Implementation Guide)
0.1.1 - ci-build

臺灣長期照顧實作指引 (Taiwan Long-Term Care FHIR Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 地址用途擴展識別碼 - JSON Representation

Active as of 2024-08-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "AddressUseCS-TWLTC",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AddressUseCS-TWLTC</b></p><a name=\"AddressUseCS-TWLTC\"> </a><a name=\"hcAddressUseCS-TWLTC\"> </a><a name=\"AddressUseCS-TWLTC-en-US\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/AddressUseCS-TWLTC</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">current<a name=\"AddressUseCS-TWLTC-current\"> </a></td><td>現居地址</td><td>該人員目前居住的地址。</td></tr><tr><td style=\"white-space:nowrap\">residential<a name=\"AddressUseCS-TWLTC-residential\"> </a></td><td>戶籍地址</td><td>該人員戶籍所在地址。</td></tr></table></div>"
  },
  "url" : "http://ltc-ig.fhir.tw/CodeSystem/AddressUseCS-TWLTC",
  "version" : "0.1.1",
  "name" : "AddressUseCSTWLTC",
  "title" : "地址用途擴展識別碼",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-08-22",
  "publisher" : "MI-TW",
  "contact" : [
    {
      "name" : "MI-TW",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://mitw.dicom.org.tw/"
        }
      ]
    }
  ],
  "description" : "地址用途的擴展識別碼,新增戶籍地與現居地等代碼",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "current",
      "display" : "現居地址",
      "definition" : "該人員目前居住的地址。"
    },
    {
      "code" : "residential",
      "display" : "戶籍地址",
      "definition" : "該人員戶籍所在地址。"
    }
  ]
}