復健訓練評估量表實作指引(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" : "Practitioner",
"id" : "ot-therapist-001",
"meta" : {
"profile" : [
🔗 "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫療提供者</b></h3><p><b>姓名:</b> "李小姐"</p><p><b>專科:</b> "職能治療師"</p><p><b>執照編號:</b> "ABC12345"</p></div>"
},
"identifier" : [
{
"system" : "http://hospital.mohw.gov.tw/docID",
"value" : "ABC12345"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "李",
"given" : [
"小姐"
]
}
],
"qualification" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "224609002",
"display" : "Complementary health worker"
}
],
"text" : "職能治療師"
},
"issuer" : {
"display" : "台灣職能治療師公會"
}
}
]
}