復健訓練評估量表實作指引(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

: 機構資料範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "OrganizationExample",
  "meta" : {
    "profile" : [
      🔗 "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.mohw.gov.tw/orgID",
      "value" : "XYZ54321"
    }
  ],
  "active" : true,
  "name" : "台灣健康醫院",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "02-22765566"
    }
  ],
  "address" : [
    {
      "line" : [
        "123 健康路"
      ],
      "city" : "臺北市",
      "state" : "中正區",
      "postalCode" : "100"
    }
  ]
}