{
  "resourceType" : "Practitioner",
  "id" : "supervisorPractitioner",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner supervisorPractitioner</b></p><a name=\"supervisorPractitioner\"> </a><a name=\"hcsupervisorPractitioner\"> </a><p><b>identifier</b>: <code>http://example.org/identifiers/persons</code>/11d1x16</p><p><b>active</b>: true</p><p><b>name</b>: Test Chamala </p></div>"
  },
  "identifier" : [{
    "system" : "http://example.org/identifiers/persons",
    "value" : "11d1x16"
  }],
  "active" : true,
  "name" : [{
    "family" : "Chamala",
    "given" : ["Test"],
    "prefix" : ["Dr"]
  }]
}