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
{
"resourceType" : "PractitionerRole",
"id" : "praro-phc-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore"
]
},
"text" : {
"status" : "generated",
"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>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MD"
}
]
},
"system" : "https://www.tph.mohw.gov.tw",
"value" : "KP00020"
}
],
"active" : true,
"period" : {
"start" : "2022-07-31",
"end" : "2024-07-31"
},
"practitioner" : {
🔗 "reference" : "Practitioner/pra-phc-example",
"display" : "陳耀詩"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "46255001",
"display" : "Pharmacist"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/loc-pharm-example",
"display" : "第二藥局"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0912475693",
"use" : "mobile"
}
],
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay" : false,
"availableStartTime" : "08:00:00",
"availableEndTime" : "16:00:00"
}
],
"notAvailable" : [
{
"description" : "家中有事請假",
"during" : {
"start" : "2023-08-01",
"end" : "2023-08-15"
}
}
],
"availabilityExceptions" : "若遇到緊急狀況可能會影響工作日"
}