{
  "resourceType" : "Practitioner",
  "id" : "PractitionerLabDirector",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerLabDirector</b></p><a name=\"PractitionerLabDirector\"> </a><a name=\"hcPractitionerLabDirector\"> </a><p><b>identifier</b>: National provider identifier/1750369955\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: PractitionerJane Smith </p><p><b>address</b>: Address 123 Boston MA 12345 </p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 PHD}\">Laboratory Director</span></td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NPI",
        "display" : "National provider identifier"
      }]
    },
    "value" : "1750369955"
  }],
  "active" : true,
  "name" : [{
    "family" : "Smith",
    "given" : ["PractitionerJane"],
    "prefix" : ["PhD"]
  }],
  "address" : [{
    "line" : ["Address 123"],
    "city" : "Boston",
    "state" : "MA",
    "postalCode" : "12345"
  }],
  "gender" : "female",
  "qualification" : [{
    "code" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
        "version" : "2.7",
        "code" : "PHD",
        "display" : "Doctor of Philosophy"
      }],
      "text" : "Laboratory Director"
    }
  }]
}