{
  "resourceType" : "Practitioner",
  "id" : "Dental-practitioner-example",
  "meta" : {
    "profile" : ["http://dental-ig.fhir.tw/StructureDefinition/Practitioner-twdental"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Dental-practitioner-example</b></p><a name=\"Dental-practitioner-example\"> </a><a name=\"hcDental-practitioner-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Practitioner-twdental.html\">牙醫－醫事人員</a></p></div><p><b>identifier</b>: National unique individual identifier/B123456789, Medical License number/12345</p><p><b>name</b>: 李醫師</p><p><b>telecom</b>: ph: 0934-567-890</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://mohw.gov.tw/dental</code>/D12345</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine</span></td><td>2010-01-01 --&gt; (ongoing)</td></tr></table></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NI"
      }],
      "text" : "National unique individual identifier"
    },
    "system" : "http://www.moi.gov.tw/id",
    "value" : "B123456789"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MD"
      }],
      "text" : "Medical License number"
    },
    "system" : "http://mohw.gov.tw/license",
    "value" : "12345"
  }],
  "name" : [{
    "text" : "李醫師"
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "0934-567-890"
  }],
  "gender" : "female",
  "qualification" : [{
    "identifier" : [{
      "system" : "http://mohw.gov.tw/dental",
      "value" : "D12345"
    }],
    "code" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
        "code" : "MD",
        "display" : "Doctor of Medicine"
      }]
    },
    "period" : {
      "start" : "2010-01-01"
    }
  }]
}