臺灣長期照顧實作指引(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

: 長期照護醫師意見書醫師範例 (AA12) - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ltc-practitioner-physician-aa12-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-physician-aa12-example</b></p><a name="ltc-practitioner-physician-aa12-example"> </a><a name="hcltc-practitioner-physician-aa12-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>: <code>https://www.tph.mohw.gov.tw</code>/DR001234 (use: official, ), <code>http://www.immigration.gov.tw</code>/A123456789 (use: official, )</p><p><b>name</b>: 王醫師</p><p><b>telecom</b>: ph: 02-23123456(Work), <a href="mailto:dr.wang@hospital.tw">dr.wang@hospital.tw</a></p><p><b>address</b>: 台北市中正區重慶南路一段122號</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1975-06-15</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><td><b>Issuer</b></td></tr><tr><td style="display: none">*</td><td><code>https://www.mohw.gov.tw</code>/MD123456</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}">Doctor of Medicine</span></td><td>2000-07-01 --&gt; (ongoing)</td><td>台灣大學醫學院</td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://www.tph.mohw.gov.tw"/>
    <value value="DR001234"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <system value="http://www.immigration.gov.tw"/>
    <value value="A123456789"/>
  </identifier>
  <name>
    <text value="王醫師"/>
    <family value="王"/>
    <given value="志明"/>
    <prefix value="Dr."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="02-23123456"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="dr.wang@hospital.tw"/>
    <use value="work"/>
  </telecom>
  <address>
    <text value="台北市中正區重慶南路一段122號"/>
    <line value="重慶南路一段122號"/>
    <city value="台北市"/>
    <district value="中正區"/>
    <postalCode value="100"/>
    <country value="TW"/>
  </address>
  <gender value="male"/>
  <birthDate value="1975-06-15"/>
  <qualification>
    <identifier>
      <system value="https://www.mohw.gov.tw"/>
      <value value="MD123456"/>
    </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="2000-07-01"/>
    </period>
    <issuer>
      <display value="台灣大學醫學院"/>
    </issuer>
  </qualification>
</Practitioner>