<?xml version="1.0" encoding="UTF-8"?>

<Organization xmlns="http://hl7.org/fhir">
  <id value="OrganizationExample"/>
  <meta>
    <profile value="https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Organization"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><h3><b>醫療機構</b></h3><p><b>機構名稱：</b> &quot;台灣健康醫院&quot;</p><p><b>機構代碼：</b> &quot;XYZ54321&quot;</p><p><b>聯絡電話：</b> &quot;02-22765566&quot;</p></div>
  </text>
  <identifier>
    <system value="http://hospital.mohw.gov.tw/orgID"/>
    <value value="XYZ54321"/>
  </identifier>
  <active value="true"/>
  <name value="台灣健康醫院"/>
  <telecom>
    <system value="phone"/>
    <value value="02-22765566"/>
  </telecom>
  <address>
    <line value="123 健康路"/>
    <city value="臺北市"/>
    <state value="中正區"/>
    <postalCode value="100"/>
  </address>
</Organization>