{
  "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" : "台灣職能治療師公會"
    }
  }]
}