FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeCodeSystem
IdCodeSystem-AddressUseCS-TWLTC.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Lorex/TWLongTermCare_IG_Build/CodeSystem-AddressUseCS-TWLTC.html
URLhttp://ltc-ig.fhir.tw/CodeSystem/AddressUseCS-TWLTC
Version1.0.0
Statusactive
Date2024-08-22
NameAddressUseCSTWLTC
Title地址用途擴展識別碼
Realmtw
Description地址用途的擴展識別碼,新增戶籍地與現居地等代碼
Contentcomplete

Resources that use this resource

ValueSet
tw.iii.ltc#currentAddressUseVS-TWLTC地址用途擴展值集

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem AddressUseCS-TWLTC

This case-sensitive code system http://ltc-ig.fhir.tw/CodeSystem/AddressUseCS-TWLTC defines the following codes:

CodeDisplayDefinition
current 現居地址該人員目前居住的地址。
residential 戶籍地址該人員戶籍所在地址。

Source1

{
  "resourceType": "CodeSystem",
  "id": "AddressUseCS-TWLTC",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ltc-ig.fhir.tw/CodeSystem/AddressUseCS-TWLTC",
  "version": "1.0.0",
  "name": "AddressUseCSTWLTC",
  "title": "地址用途擴展識別碼",
  "status": "active",
  "experimental": false,
  "date": "2024-08-22",
  "publisher": "經濟部產業發展署",
  "contact": [
    {
      "name": "經濟部產業發展署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ida.gov.tw/"
        }
      ]
    }
  ],
  "description": "地址用途的擴展識別碼,新增戶籍地與現居地等代碼",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "current",
      "display": "現居地址",
      "definition": "該人員目前居住的地址。"
    },
    {
      "code": "residential",
      "display": "戶籍地址",
      "definition": "該人員戶籍所在地址。"
    }
  ]
}