{
  "resourceType" : "Practitioner",
  "id" : "SomePractitioner",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner SomePractitioner</b></p><a name=\"SomePractitioner\"> </a><a name=\"hcSomePractitioner\"> </a><p><b>active</b>: true</p><p><b>name</b>: Alice B. Careful </p></div>"
  },
  "active" : true,
  "name" : [{
    "family" : "Careful",
    "given" : ["Alice",
    "B."],
    "prefix" : ["Dr."]
  }]
}