復健訓練評估量表實作指引(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" : "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> &quot;李小姐&quot;</p><p><b>專科:</b> &quot;職能治療師&quot;</p><p><b>執照編號:</b> &quot;ABC12345&quot;</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" : "台灣職能治療師公會"
      }
    }
  ]
}