臺灣核心實作指引(TW Core IG)
0.2.2 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.2.2: Releases) based on FHIR (HL7® FHIR® Standard) 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

: 病人基本資料-居留證號碼 - TTL Representation

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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pat-residentNumber-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病人基本資料-居留證號碼</b></h3><blockquote><p><b>識別碼型別</b>:Permanent Resident Card Number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#PRC)</span><br/><b>身分證字號(official)</b>:Z596839485 (http://www.immigration.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:4958603 (https://www.tph.mohw.gov.tw)</p></blockquote><p><b>病人的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:陳曉明 Chan, Xiao Ming</p><p><b>性別</b>:男性</p><p><b>出生日期</b>:1999-04-20</p><p><b>聯絡方式</b>:Phone <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:(Mobile)0939405869 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile)</span><br/><b>聯絡電話使用效期</b>:2023-01-01至2026-01-01</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRC" ]       ] )     ] ;
fhir:system [ fhir:v "http://www.immigration.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Z596839485" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] )     ] ;
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4958603" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "陳曉明" ] ;
fhir:family [ fhir:v "Chen" ] ;
    ( fhir:given [ fhir:v "Xiao Ming" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0939405869" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:period [
fhir:start [ fhir:v "2023-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2026-01-01"^^xsd:date ]     ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1999-04-20"^^xsd:date] . #