{
  "resourceType" : "Practitioner",
  "id" : "au-core-practitioner-conformant",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner au-core-practitioner-conformant</b></p><a name=\"au-core-practitioner-conformant\"> </a><a name=\"hcau-core-practitioner-conformant\"> </a><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/hi/hpii/1.0</code>/8003621234567890</p><p><b>name</b>: Perry Frog(Official)</p><p><b>gender</b>: Male</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 MD}\">Doctor of Medicine</span></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
    "value" : "8003621234567890"
  }],
  "name" : [{
    "use" : "official",
    "text" : "Perry Frog",
    "family" : "Frog",
    "given" : ["Perry"]
  }],
  "gender" : "male",
  "qualification" : [{
    "code" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
        "version" : "2.7",
        "code" : "MD",
        "display" : "Doctor of Medicine"
      }],
      "text" : "Doctor of Medicine"
    }
  }]
}