臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ci-build
臺灣牙醫實作指引 (Taiwan Dental Implementation Guide), published by 金屬工業研究發展中心. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWDental_IG_Build/ and changes regularly. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Dental-practitioner-example"/>
<meta>
<profile
value="http://dental-ig.fhir.tw/StructureDefinition/Practitioner-twdental"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner Dental-practitioner-example</b></p><a name="Dental-practitioner-example"> </a><a name="hcDental-practitioner-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-Practitioner-twdental.html">牙醫-醫事人員</a></p></div><p><b>identifier</b>: National unique individual identifier/B123456789, Medical License number/12345</p><p><b>name</b>: 李醫師</p><p><b>telecom</b>: ph: 0934-567-890</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><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td><code>http://mohw.gov.tw/dental</code>/D12345</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}">Doctor of Medicine</span></td><td>2010-01-01 --> (ongoing)</td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NI"/>
</coding>
<text value="National unique individual identifier"/>
</type>
<system value="http://www.moi.gov.tw/id"/>
<value value="B123456789"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MD"/>
</coding>
<text value="Medical License number"/>
</type>
<system value="http://mohw.gov.tw/license"/>
<value value="12345"/>
</identifier>
<name>
<text value="李醫師"/>
</name>
<telecom>
<system value="phone"/>
<value value="0934-567-890"/>
</telecom>
<gender value="female"/>
<qualification>
<identifier>
<system value="http://mohw.gov.tw/dental"/>
<value value="D12345"/>
</identifier>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
<code value="MD"/>
<display value="Doctor of Medicine"/>
</coding>
</code>
<period>
<start value="2010-01-01"/>
</period>
</qualification>
</Practitioner>