{
  "resourceType" : "Practitioner",
  "id" : "practitioner1",
  "meta" : {
    "profile" : ["http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-practitioner"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner1</b></p><a name=\"practitioner1\"> </a><a name=\"hcpractitioner1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zw-practitioner.html\">Zimbabwe Practitioner</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-zw-practitioner-registration-ns.html\" title=\"Identifier system for professional council registration numbers of Zimbabwe practitioners. PROVISIONAL URL pending the official system.\">ZimPractitionerRegistration</a>/MCAZ-04521, <a href=\"NamingSystem-zw-national-identity-ns.html\" title=\"Identifier system for the Zimbabwe National Identity number. PROVISIONAL URL pending the official MOHCC system.\">ZimNationalIdentity</a>/63-123456A12</p><p><b>name</b>: Rudo Ncube (Official)</p><p><b>telecom</b>: <a href=\"tel:+263772334455\">+263772334455</a></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:\">Registered General Nurse</span></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "http://mohcc.gov.zw/identifiers/practitioner-registration",
    "value" : "MCAZ-04521"
  },
  {
    "system" : "http://mohcc.gov.zw/identifiers/nationalID",
    "value" : "63-123456A12"
  }],
  "name" : [{
    "use" : "official",
    "family" : "Ncube",
    "given" : ["Rudo"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+263772334455"
  }],
  "gender" : "female",
  "qualification" : [{
    "code" : {
      "text" : "Registered General Nurse"
    }
  }]
}