臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="praro-radio-example"/>
<meta>
<profile
value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore"/>
</meta>
<text>
<status value="generated"/>
<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>: KP00018 (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-radio-example.html">Practitioner/pra-radio-example</a> "王曉明"</p><p><b>地點</b>:<a href="Location-loc-hrad-example.html">Location/loc-hrad-example</a> "衛生福利部臺北醫院X光室"</p><p><b>角色</b>: 醫學放射技師(Medical radiographer) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#159016003)</span></p><p><b>角色專業</b>:放射線科(Radiology - specialty (qualifier value)) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#394914008)</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)0993277827<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>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MD"/>
</coding>
</type>
<system value="https://www.tph.mohw.gov.tw"/>
<value value="KP00018"/>
</identifier>
<active value="true"/>
<period>
<start value="2022-07-31"/>
<end value="2024-07-31"/>
</period>
<practitioner>🔗
<reference value="Practitioner/pra-radio-example"/>
<display value="王曉明"/>
</practitioner>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="159016003"/>
<display value="Medical radiographer"/>
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394914008"/>
<display value="Radiology - specialty (qualifier value)"/>
</coding>
</specialty>
<location>🔗
<reference value="Location/loc-hrad-example"/>
<display value="衛生福利部臺北醫院X光室"/>
</location>
<telecom>
<system value="phone"/>
<value value="0993277827"/>
<use value="mobile"/>
</telecom>
<availableTime>
<daysOfWeek value="mon"/>
<daysOfWeek value="tue"/>
<daysOfWeek value="wed"/>
<daysOfWeek value="thu"/>
<daysOfWeek value="fri"/>
<allDay value="false"/>
<availableStartTime value="08:00:00"/>
<availableEndTime value="16:00:00"/>
</availableTime>
<notAvailable>
<description value="家中有事請假"/>
<during>
<start value="2023-08-01"/>
<end value="2023-08-15"/>
</during>
</notAvailable>
<availabilityExceptions value="若遇到緊急狀況可能會影響工作日"/>
</PractitionerRole>