臺灣長期照顧實作指引(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
<Practitioner xmlns="http://hl7.org/fhir">
<id value="ltc-practitioner-nurse-example"/>
<meta>
<profile
value="http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ltc-practitioner-nurse-example</b></p><a name="ltc-practitioner-nurse-example"> </a><a name="hcltc-practitioner-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-LTCPractitioner.html">長期照顧-照顧服務提供者</a></p></div><p><b>identifier</b>: Provider Number/N123456789 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: 王美玲(Official)</p><p><b>telecom</b>: ph: 02-29412345(Work), <a href="mailto:meiling.wang@ltc-center.tw">meiling.wang@ltc-center.tw</a></p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><code>http://example.org/fhir/NamingSystem/nursing-license</code>/護理執照123456</td><td><span title="Codes:{http://snomed.info/sct 224535009}">Registered nurse</span></td></tr></table></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="PRN"/>
<display value="Provider Number"/>
</coding>
</type>
<system value="http://example.org/fhir/NamingSystem/practitioner-id"/>
<value value="N123456789"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<text value="王美玲"/>
<family value="王"/>
<given value="美玲"/>
</name>
<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>
<gender value="female"/>
<qualification>
<identifier>
<system value="http://example.org/fhir/NamingSystem/nursing-license"/>
<value value="護理執照123456"/>
</identifier>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="224535009"/>
<display value="Registered nurse"/>
</coding>
</code>
</qualification>
</Practitioner>