復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide)
0.1.0 - ci-build

復健訓練評估量表實作指引(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

: 健康照護服務提供者角色資料範例 - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="PractitionerRoleExample"/>
  <meta>
    <profile
             value="https://build.fhir.org/ig/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 PP}">Primary Care Provider</span></p><p><b>specialty</b>: <span title="Codes:{http://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw 00}">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="PP"/>
      <display value="Primary Care Provider"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system
              value="http://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw"/>
      <code value="00"/>
      <display value="General medicine"/>
    </coding>
  </specialty>
</PractitionerRole>