臺灣核心實作指引(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

: IdentifierType + 臺灣識別碼類型值集 - TTL Representation

Active as of 2022-07-31

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "identifier-type-tw"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "TWIdentifierType"] ; # 
  fhir:title [ fhir:v "IdentifierType + 臺灣識別碼類型值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-07-31"^^xsd:date] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "衛生福利部" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mohw.gov.tw/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "CCYU@mohw.gov.tw" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "IdentifierType + 臺灣識別碼類型值集  \r\n\r\n- 2023/8/25異動說明: \r\n    1. 「健康照護機構代碼」原使用https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203#HOI,改使用HL7總會的http://terminology.hl7.org/CodeSystem/v2-0203#PRN。\r\n    2. 「全國的個人識別碼」原使用https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203#NNTWN,改使用HL7總會的http://terminology.hl7.org/CodeSystem/v2-0203#NNxxx,xxx的部分為ISO 3166三位字母代碼,新增[Extension: 識別碼後綴詞(Identifier Suffix)](StructureDefinition-identifier-suffix.html)表示,以遵從國際用法。"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "GOI" ] ;
fhir:display [ fhir:v "Government Organization Identifier" ]       ] [
fhir:code [ fhir:v "UBN" ] ;
fhir:display [ fhir:v "Unified Business number" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "PPN" ] ;
fhir:display [ fhir:v "Passport number" ]       ] [
fhir:code [ fhir:v "PRC" ] ;
fhir:display [ fhir:v "Permanent Resident Card Number" ]       ] [
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ]       ] )     ] )
  ] . #