{
  "resourceType" : "Practitioner",
  "id" : "exPractitioner",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Marcus Welby</div>"
  },
  "identifier" : [{
    "system" : "https://standards.digital.health.nz/ns/hpi-person-id",
    "value" : "1234"
  }],
  "name" : [{
    "text" : "Marcus Welby",
    "family" : "Welby",
    "given" : ["Marcus"]
  }],
  "birthDate" : "1970-01-01"
}