臺灣電子處方箋與調劑單張實作指引(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


<Organization xmlns="http://hl7.org/fhir">
  <id value="org-02-ep"/>
  <meta>
    <profile
             value="https://nhicore.nhi.gov.tw/empd/StructureDefinition/Organization-EMPD"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization org-02-ep</b></p><a name="org-02-ep"> </a><a name="hcorg-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-Organization-EMPD.html">電子處方箋-醫事機構基本資料</a></p></div><p><b>identifier</b>: Government Organization Identifier/A21000000I</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}">Government</span></p><p><b>name</b>: 衛生福利部</p><p><b>telecom</b>: <a href="https://www.mohw.gov.tw/mp-1.html">https://www.mohw.gov.tw/mp-1.html</a></p><p><b>address</b>: 臺北市大安區龍圖里信義路三段140號(work)</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203"/>
        <code value="GOI"/>
      </coding>
    </type>
    <system value="https://oid.nat.gov.tw/"/>
    <value value="A21000000I"/>
  </identifier>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="govt"/>
    </coding>
  </type>
  <name value="衛生福利部"/>
  <telecom>
    <system value="url"/>
    <value value="https://www.mohw.gov.tw/mp-1.html"/>
  </telecom>
  <address>
    <use value="work"/>
    <text value="臺北市大安區龍圖里信義路三段140號"/>
  </address>
</Organization>