機器手訓練實作指引 (RoboHand Training 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
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="PractitionerRoleExample"/>
<meta>
<profile
value="https://github.com/Kimsber/Rehab-IG/StructureDefinition/PractitionerRole"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole PractitionerRoleExample</b></p><a name="PractitionerRoleExample"> </a><a name="hcPractitionerRoleExample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-PractitionerRole.html">PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-ot-therapist-001.html">Practitioner 小姐 李 (official)</a></p><p><b>organization</b>: <a href="Organization-OrganizationExample.html">Organization 台灣健康醫院</a></p><p><b>code</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0286 DO}">Doctor</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394802001}">General medicine</span></p></div>
</text>
<active value="true"/>
<practitioner>🔗
<reference value="Practitioner/ot-therapist-001"/>
</practitioner>
<organization>🔗
<reference value="Organization/OrganizationExample"/>
</organization>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0286"/>
<code value="DO"/>
<display value="Doctor"/>
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394802001"/>
<display value="General medicine"/>
</coding>
</specialty>
</PractitionerRole>