臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.2.1 - ci-build

臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ and changes regularly. See the Directory of published versions

: 電子處方箋-醫事人員基本資料-醫師及管制藥品執照資訊 - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="pra-02-ep"/>
  <meta>
    <profile
             value="https://nhicore.nhi.gov.tw/empd/StructureDefinition/Practitioner-EMPD"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner pra-02-ep</b></p><a name="pra-02-ep"> </a><a name="hcpra-02-ep"> </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-EMPD.html">電子處方箋-醫事人員基本資料</a></p></div><p><b>identifier</b>: Medical License number/DC001</p><p><b>name</b>: 洪文武(Official)</p><p><b>telecom</b>: ph: 02-29765731(Work)</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>https://cdmis.fda.gov.tw</code>/SCM8888888888 (use: official, )</td><td><span title="Codes:{http://snomed.info/sct 158965000}">Medical practitioner</span></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MD"/>
      </coding>
    </type>
    <system value="https://dep.mohw.gov.tw/DOMA"/>
    <value value="DC001"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="洪文武"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="02-29765731"/>
    <use value="work"/>
  </telecom>
  <qualification>
    <identifier>
      <use value="official"/>
      <system value="https://cdmis.fda.gov.tw"/>
      <value value="SCM8888888888"/>
    </identifier>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="158965000"/>
      </coding>
    </code>
  </qualification>
</Practitioner>