同意書實作指引(Consent Form IG)
0.1.0 - CI Build

This page is part of the 同意書實作指引 (v0.1.0: Releases Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient-病人基本資料 - 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-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Patient-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/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>:全國的個人識別碼 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNTWN)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.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>:8862168 (https://www.tph.mohw.gov.tw/)</p></blockquote><p><b>病人的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:陳加玲 Chan, Chia Lin</p><p><b>性別</b>:女性</p><p><b>出生日期</b>:1990-01-01</p><p><b>年齡[extension: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition-person-age.html\">person-age</a>]</b>:32</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)0911327999 <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>:2022-07-31至2024-07-31</p><p><b>聯絡地址</b>:(103)臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室</p><p><b>婚姻狀態</b>:unmarried <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\">臺灣婚姻狀態值集</a>#U)</span></p><p><b>聯絡人(official)</b>:李立偉 Li, Li Wei<br/><b> 關係</b>:father <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">PatientRelationshipType</a>#FTH)</span><br/><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)0917159753 <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>:2022-07-31至2024-07-31</p><p><b>向病人說明健康狀態時所使用的語言</b>:中文</p><p><b>紀錄的保管機構</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/person-age"^^xsd:anyURI ] ;
fhir:value [ fhir:v "32"^^xsd:integer ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NNTWN" ]       ] )     ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456789" ]
  ] [
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 "8862168" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "陳加玲" ] ;
fhir:family [ fhir:v "Chan" ] ;
    ( fhir:given [ fhir:v "Chia Lin" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0911327999" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:period [
fhir:start [ fhir:v "2022-07-31"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-31"^^xsd:date ]     ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] ; # 
  fhir:address ( [
fhir:text [ fhir:v "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ]     ] )
  ] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "李立偉" ] ;
fhir:family [ fhir:v "Li" ] ;
      ( fhir:given [ fhir:v "Li Wei" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0917159753" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:period [
fhir:start [ fhir:v "2022-07-31"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-31"^^xsd:date ]       ]     ] )
  ] ) ; # 
  fhir:communication ( [
fhir:language [
      ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "zh-TW" ]       ] )     ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/org-hosp-example" ]
  ] . #