臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ballot

臺灣牙醫實作指引 (Taiwan Dental Implementation Guide) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 牙醫-醫事人員範例 - XML Representation

Raw xml | Download


<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><a name="Dental-practitioner-example-en-US"> </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>: 身分證號/B123456789, 醫師證書字號/12345</p><p><b>active</b>: true</p><p><b>name</b>: 李醫師(Official)</p><p><b>telecom</b>: ph: 0934-567-890(Mobile)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-01-01</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 --&gt; (ongoing)</td></tr></table><p><b>communication</b>: <span title="Codes:{urn:ietf:bcp:47 zh-TW}">繁體中文</span></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
        <display value="身分證號"/>
      </coding>
    </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"/>
        <display value="醫師證書字號"/>
      </coding>
    </type>
    <system value="http://mohw.gov.tw/license"/>
    <value value="12345"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="李醫師"/>
    <family value="李"/>
    <given value="醫師"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0934-567-890"/>
    <use value="mobile"/>
    <period>
      <start value="2020-01-01"/>
    </period>
  </telecom>
  <gender value="female"/>
  <birthDate value="1980-01-01"/>
  <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>
  <communication>
    <coding>
      <system value="urn:ietf:bcp:47"/>
      <code value="zh-TW"/>
      <display value="繁體中文"/>
    </coding>
  </communication>
</Practitioner>