復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide)
0.1.0 - ci-build

復健訓練評估量表實作指引(Rehabilitation Training Scale Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Kimsber/Rehab-IG/ and changes regularly. See the Directory of published versions

: 機構資料範例 - XML Representation

Raw xml | Download


<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>