臺灣核心實作指引(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



<Location xmlns="http://hl7.org/fhir">
  <id value="hospital-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>醫院位置</b></h3><p><b>位置名稱</b>:衛生福利部臺北醫院</p><p><b>位置類型</b>: Hospital <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://terminology.hl7.org/CodeSystem-v3-RoleCode.html">RoleCode</a>#HOSP)</span></p><p><b>負責機構</b>: <a href="Organization-org-hosp-example.html">Organization/org-hosp-example</a> "衛生福利部臺北醫院"</p></div>
  </text>
  <name value="衛生福利部臺北醫院"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
    </coding>
  </type>
  <managingOrganization>
    <reference value="Organization/org-hosp-example"/>
  </managingOrganization>
</Location>