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

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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>:Downunder Hospital</p><p><b>機構識別碼</b>:8003621566684455 (http://ns.electronichealth.net.au/id/hi/hpio/1.0)</p><p><b>識別碼種類</b>:Healthcare Organization Identifier<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="CodeSystem-v2-0203.html">臺灣識別碼類型值集</a>#HOI)</span></p><p><b>機構的紀錄(active)</b>:使用中</p><p><b>聯絡方式</b>:Email<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ( <a href="https://hl7.org/fhir/R4/valueset-contact-point-system.html">ContactPointSystem</a>#email)</span><br/><b>聯絡信箱(work)</b>:helen.mayo@downunderhospital.example.com</p><p><b>機構地址(work)</b>:<br/><b> 路/街(line)</b>:3 McGregor Street<br/><b> 鄉/鎮/市/區(city)</b>:Blacktown<br/><b> 洲(state)</b>:NSW<br/><b> 國家(country)</b>:AU<br/><b> 郵遞區號(postalCode)</b>:2148</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203"/>
        <code value="HOI"/>
      </coding>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
    <value value="8003621566684455"/>
  </identifier>
  <active value="true"/>
  <name value="Downunder Hospital"/>
  <telecom>
    <system value="email"/>
    <value value="helen.mayo@downunderhospital.example.com"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="3 McGregor Street"/>
    <city value="Blacktown"/>
    <state value="NSW"/>
    <postalCode value="2148"/>
    <country value="AU"/>
  </address>
</Organization>