共同資料模式實作指引(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

: 臺灣識別碼類型值集 - 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\"><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-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a></li><li>Include these codes as defined in <a href=\"CodeSystem-v2-0203.html\"><code>https://standard-interoperability-lab.com/fhir/CodeSystem/v2-0203</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=\"CodeSystem-v2-0203.html#v2-0203-GOI\">GOI</a></td><td>Government Organization Identifier</td><td>Government Organization Identifier number</td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-HOI\">HOI</a></td><td>Healthcare Organization Identifier</td><td>Healthcare Organization Identifier number</td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-GUI\">GUI</a></td><td>Government Uniform Invoice</td><td>Government Uniform Invoice number</td></tr><tr><td><a href=\"CodeSystem-v2-0203.html#v2-0203-NNTWN\">NNTWN</a></td><td>National Person Identifier</td><td>National Person Identifier</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</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-v2-0203.html#v2-0203-PPN\">PPN</a></td><td>Passport number</td><td>A unique number assigned to the document affirming that a person is a citizen of the country.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html#v2-0203-PRC\">PRC</a></td><td>Permanent Resident Card Number</td><td>Permanent Resident Card Number</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0203.html#v2-0203-MR\">MR</a></td><td>Medical record number</td><td>An identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://standard-interoperability-lab.com/fhir/ValueSet/identifier-type-tw"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-Trial Use"] ; # 
  fhir:name [ fhir:v "TWIdentifierType"] ; # 
  fhir:title [ fhir:v "臺灣識別碼類型值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-07-31"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "共同資料模式實作指引(Common Data Model IG)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ghd.tw/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "臺灣識別碼類型值集"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "https://standard-interoperability-lab.com/fhir/CodeSystem/v2-0203"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "GOI" ] ;
fhir:display [ fhir:v "Government Organization Identifier" ]       ] [
fhir:code [ fhir:v "HOI" ] ;
fhir:display [ fhir:v "Healthcare Organization Identifier" ]       ] [
fhir:code [ fhir:v "GUI" ] ;
fhir:display [ fhir:v "Government Uniform Invoice" ]       ] [
fhir:code [ fhir:v "NNTWN" ] ;
fhir:display [ fhir:v "National Person Identifier" ]       ] )     ] [
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" ]       ] )     ] )
  ] . #