復健訓練評估量表實作指引(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
{
"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> "台灣健康醫院"</p><p><b>機構代碼:</b> "XYZ54321"</p><p><b>聯絡電話:</b> "02-22765566"</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"
}
]
}