機器手訓練實作指引 (RoboHand Training Implementation Guide)
0.1.0 - ci-build

機器手訓練實作指引 (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

: 復健治療師範例 - XML Representation

Raw xml | Download


<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"><p class="res-header-id"><b>Generated Narrative: Practitioner ot-therapist-001</b></p><a name="ot-therapist-001"> </a><a name="hcot-therapist-001"> </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-Practitioner.html">Practitioner</a></p></div><p><b>identifier</b>: <code>http://hospital.mohw.gov.tw/docID</code>/A123456789</p><p><b>active</b>: true</p><p><b>name</b>: 小姐 李 (Official)</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 224609002}">職能治療師</span></td><td>台灣職能治療師公會</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hospital.mohw.gov.tw/docID"/>
    <value value="A123456789"/>
  </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>