臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/PractitionerRole/praro-dr-example> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "praro-dr-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫師角色基本資料</b></h3><p><b>識別碼型別</b>:Medical License number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MD)</span><br/><b>員工編號(official)</b>:KP00017 (https://www.tph.mohw.gov.tw)</p><p><b>紀錄狀態(active)</b>:使用中</p><p><b>授權可執業時間範圍</b>:2022-07-31 ~ 2024-07-31</p><p><b>健康照護服務提供者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>地點</b>:<a href=\"Location-loc-ent-example.html\">Location/loc-ent-example</a> \"衛生福利部臺北醫院耳鼻喉科\"</p><p><b>角色</b>:西醫師(General medicine) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#394802001)</span></p><p><b>角色專業</b>:耳鼻喉科(Otolaryngology (qualifier value)) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#418960008)</span></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)0993277826<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>:週一 ~ 週五 , 08:00-16:00<br/><b>聯絡注意事項</b>:若遇到緊急狀況可能會影響工作日。</p><p><b>此期間無提供服務</b>:2023-08-01 ~ 2023-08-15<br/><b>無法提供原因</b>:家中有事請假。<br/></p></div>"
  ] ;
  fhir:PractitionerRole.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MD" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "KP00017" ]
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.period [
     fhir:Period.start [ fhir:value "2022-07-31"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2024-07-31"^^xsd:date ]
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ] ;
     fhir:Reference.display [ fhir:value "王依昇" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:394802001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "394802001" ] ;
       fhir:Coding.display [ fhir:value "General medicine" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:418960008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "418960008" ] ;
       fhir:Coding.display [ fhir:value "Otolaryngology (qualifier value)" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/loc-ent-example> ;
     fhir:Reference.reference [ fhir:value "Location/loc-ent-example" ] ;
     fhir:Reference.display [ fhir:value "衛生福利部臺北醫院耳鼻喉科" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0993277826" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ]
  ] ;
  fhir:PractitionerRole.availableTime [
     fhir:index 0 ;
     fhir:PractitionerRole.availableTime.daysOfWeek [
       fhir:value "mon" ;
       fhir:index 0
     ], [
       fhir:value "tue" ;
       fhir:index 1
     ], [
       fhir:value "wed" ;
       fhir:index 2
     ], [
       fhir:value "thu" ;
       fhir:index 3
     ], [
       fhir:value "fri" ;
       fhir:index 4
     ] ;
     fhir:PractitionerRole.availableTime.allDay [ fhir:value "false"^^xsd:boolean ] ;
     fhir:PractitionerRole.availableTime.availableStartTime [ fhir:value "08:00:00"^^xsd:time ] ;
     fhir:PractitionerRole.availableTime.availableEndTime [ fhir:value "16:00:00"^^xsd:time ]
  ] ;
  fhir:PractitionerRole.notAvailable [
     fhir:index 0 ;
     fhir:PractitionerRole.notAvailable.description [ fhir:value "家中有事請假" ] ;
     fhir:PractitionerRole.notAvailable.during [
       fhir:Period.start [ fhir:value "2023-08-01"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2023-08-15"^^xsd:date ]
     ]
  ] ;
  fhir:PractitionerRole.availabilityExceptions [ fhir:value "若遇到緊急狀況可能會影響工作日"] .

<http://hl7.org/fhir/Practitioner/pra-dr-example> a fhir:Practitioner .

<http://hl7.org/fhir/Location/loc-ent-example> a fhir:Location .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/praro-dr-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/praro-dr-example.ttl> .