臺灣核心實作指引(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
@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-phc-example> a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "praro-phc-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>: KP00020 (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-phc-example.html\">Practitioner/pra-phc-example</a> \"陳耀詩\"</p><p><b>地點</b>:<a href=\"Location-loc-pharm-example.html\">Location/loc-pharm-example</a> \"第二藥局\"</p><p><b>角色</b>:藥師(Pharmacist) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#46255001)</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)0912475693<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 "KP00020" ]
] ;
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-phc-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/pra-phc-example" ] ;
fhir:Reference.display [ fhir:value "陳耀詩" ]
] ;
fhir:PractitionerRole.code [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:46255001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "46255001" ] ;
fhir:Coding.display [ fhir:value "Pharmacist" ]
]
] ;
fhir:PractitionerRole.location [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Location/loc-pharm-example> ;
fhir:Reference.reference [ fhir:value "Location/loc-pharm-example" ] ;
fhir:Reference.display [ fhir:value "第二藥局" ]
] ;
fhir:PractitionerRole.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0912475693" ] ;
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-phc-example> a fhir:Practitioner .
<http://hl7.org/fhir/Location/loc-pharm-example> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/praro-phc-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PractitionerRole/praro-phc-example.ttl> .
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#1.0.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report
| Version History |
聯絡我們
