{
  "resourceType" : "Patient",
  "id" : "ExamplePatientKPS",
  "meta" : {
    "profile" : ["https://fhir.dha.go.ke/kps/StructureDefinition/ke-kps-patient",
    "http://example.org/fhir/StructureDefinition/ke-kps-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientKPS</b></p><a name=\"ExamplePatientKPS\"> </a><a name=\"hcExamplePatientKPS\"> </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\">Profiles: <a href=\"StructureDefinition-ke-kps-patient.html\">Patient Profile - KPS</a>, <code>http://example.org/fhir/StructureDefinition/ke-kps-patient</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Hawa Mohamed  Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#28765432)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://moh.kenya/identifier/UPI</code>/UPI-MND-001</li><li><code>http://moh.kenya/identifier/passport-No</code>/KEP1234567</li><li><code>http://moh.kenya/identifier/birthCertificate-No</code>/BC-MND-2020-0001</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+254701234567\">+254701234567</a></li><li><a href=\"mailto:hawa.mohamed@example.com\">hawa.mohamed@example.com</a></li><li>Banisa Village Takaba Mandera 70300 KE </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next of kin\">Next of kin:</td><td colspan=\"3\"><ul><li>Hussein Abdullahi </li><li><a href=\"tel:+254711223344\">+254711223344</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "http://moh.kenya/identifier/nationalID-no",
    "value" : "28765432"
  },
  {
    "system" : "http://moh.kenya/identifier/UPI",
    "value" : "UPI-MND-001"
  },
  {
    "system" : "http://moh.kenya/identifier/passport-No",
    "value" : "KEP1234567"
  },
  {
    "system" : "http://moh.kenya/identifier/birthCertificate-No",
    "value" : "BC-MND-2020-0001"
  }],
  "name" : [{
    "family" : "Mohamed",
    "given" : ["Hawa"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+254701234567",
    "use" : "mobile"
  },
  {
    "system" : "email",
    "value" : "hawa.mohamed@example.com",
    "use" : "home"
  }],
  "gender" : "female",
  "birthDate" : "1992-03-25",
  "address" : [{
    "line" : ["Banisa Village"],
    "city" : "Takaba",
    "district" : "Mandera West",
    "state" : "Mandera",
    "postalCode" : "70300",
    "country" : "KE"
  }],
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "184142008",
        "display" : "Next of kin"
      }]
    }],
    "name" : {
      "family" : "Abdullahi",
      "given" : ["Hussein"]
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "+254711223344",
      "use" : "mobile"
    }]
  }]
}