復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Kimsber/Rehab-IG/ and changes regularly. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="ot-therapist-001"/>
<meta>
<profile
value="https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h3><b>醫療提供者</b></h3><p><b>姓名:</b> "李小姐"</p><p><b>專科:</b> "職能治療師"</p><p><b>執照編號:</b> "ABC12345"</p></div>
</text>
<identifier>
<system value="http://hospital.mohw.gov.tw/docID"/>
<value value="ABC12345"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="李"/>
<given value="小姐"/>
</name>
<qualification>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="224609002"/>
<display value="Complementary health worker"/>
</coding>
<text value="職能治療師"/>
</code>
<issuer>
<display value="台灣職能治療師公會"/>
</issuer>
</qualification>
</Practitioner>