臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 機構基本資料 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="org-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>機構基本資料</b></h3><p><b>機構名稱</b>:國立臺灣大學醫學院附設醫院</p><p><b>機構識別碼</b>:0132010014 (https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw)</p><p><b>識別碼型別</b>:Provider number<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0203">IdentifierType</a>#PRN)</span></p><p><b>機構的紀錄(active)</b>:使用中</p><p><b>聯絡方式</b>:Phone<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ( <a href="https://hl7.org/fhir/R4/valueset-contact-point-system.html">ContactPointSystem</a>#phone)</span><br/><b>聯絡信箱(work)</b>:03-369-9721</p><p><b>機構地址(work)</b>:(330)桃園市桃園區中山路1492號<br/><b>郵遞區號(postalCode)</b>:330 <b>縣/市(district)</b>:桃園市<br/><b>鄉/鎮/市/區(city)</b>:桃園區<br/><b>路/街(line)</b>:中山路<br/><b>號(number)</b>[extension: <a href="StructureDefinition-tw-number.html">tw-number</a>]:1492號<br/><b>國家(country)</b>:臺灣<br/></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
      </coding>
    </type>
    <system
            value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw"/>
    <value value="0132010014"/>
  </identifier>
  <active value="true"/>
  <name value="衛生福利部桃園醫院"/>
  <telecom>
    <system value="phone"/>
    <value value="03-369-9721"/>
    <use value="work"/>
  </telecom>
  <address>
    <extension
               url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number">
      <valueString value="1492號"/>
    </extension>
    <use value="work"/>
    <text value="330桃園市桃園區中山路1492號"/>
    <line value="中山路"/>
    <city value="桃園區"/>
    <district value="桃園市"/>
    <postalCode value="330"/>
    <country value="TW"/>
  </address>
</Organization>