臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions

: 長期照顧護理師角色範例 - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="ltc-practitioner-role-nurse-example"/>
  <meta>
    <profile
             value="http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitionerRole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole ltc-practitioner-role-nurse-example</b></p><a name="ltc-practitioner-role-nurse-example"> </a><a name="hcltc-practitioner-role-nurse-example"> </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-LTCPractitionerRole.html">長期照顧-服務人員角色</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-ltc-practitioner-nurse-example.html">Practitioner 王美玲(official)</a></p><p><b>organization</b>: <a href="Organization-ltc-organization-example.html">Organization 新北市私立安康老人長期照顧中心(養護型)</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 224535009}">Registered nurse</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394609007}">General surgery (qualifier value)</span></p><p><b>telecom</b>: ph: 02-29412345(Work), <a href="mailto:meiling.wang@ltc-center.tw">meiling.wang@ltc-center.tw</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>
  </text>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/ltc-practitioner-nurse-example"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/ltc-organization-example"/>
  </organization>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="224535009"/>
      <display value="Registered nurse"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394609007"/>
      <display value="General surgery (qualifier value)"/>
    </coding>
  </specialty>
  <telecom>
    <system value="phone"/>
    <value value="02-29412345"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="meiling.wang@ltc-center.tw"/>
    <use value="work"/>
  </telecom>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <availableStartTime value="08:00:00"/>
    <availableEndTime value="17:00:00"/>
  </availableTime>
</PractitionerRole>