{
  "resourceType" : "Patient",
  "id" : "example-cbc-patient",
  "meta" : {
    "profile" : ["http://fhir.nphl.go.ke/StructureDefinition/Kenya-patient-ips"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-cbc-patient</b></p><a name=\"example-cbc-patient\"> </a><a name=\"hcexample-cbc-patient\"> </a><a name=\"example-cbc-patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Patient  Male, DoB: 1990-01-01 ( National unique individual identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">M</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">P.O. Box 12345, Eldoret, Kenya</td></tr></table></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NI"
      }]
    },
    "value" : "123456789"
  }],
  "name" : [{
    "family" : "Patient",
    "given" : ["John"]
  }],
  "gender" : "male",
  "birthDate" : "1990-01-01",
  "address" : [{
    "text" : "P.O. Box 12345, Eldoret, Kenya",
    "line" : ["P.O. Box 12345"],
    "city" : "Eldoret",
    "state" : "Kenya",
    "postalCode" : "12345",
    "country" : "KE"
  }],
  "maritalStatus" : {
    "coding" : [{
      "code" : "M"
    }]
  }
}