{
  "resourceType" : "Patient",
  "id" : "ECLM-PT-001",
  "meta" : {
    "profile" : ["https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ECLM-PT-001</b></p><a name=\"ECLM-PT-001\"> </a><a name=\"hcECLM-PT-001\"> </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-ke-eclaims-patient.html\">eClaims Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678\u00a0(use:\u00a0official,\u00a0))</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:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/civil-status-cs MARRIED}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">SHA Number/SHA-2024-001234\u00a0(use:\u00a0official,\u00a0)</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:+254712345678\">+254712345678</a></li><li>Nairobi Nairobi County KE (home)</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>Mary Kamau </li><li><a href=\"tel:+254798765432\">+254798765432</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs",
        "code" : "SHA-NUMBER",
        "display" : "SHA Number"
      }]
    },
    "system" : "https://nshr-uat.sha.go.ke/fhir/Identifier/sha-number",
    "value" : "SHA-2024-001234"
  },
  {
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs",
        "code" : "NATIONAL-ID",
        "display" : "National ID"
      }]
    },
    "system" : "https://nshr-uat.sha.go.ke/fhir/Identifier/national-id",
    "value" : "12345678"
  }],
  "name" : [{
    "use" : "official",
    "family" : "Kamau",
    "given" : ["John",
    "Mwangi"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+254712345678",
    "use" : "mobile"
  }],
  "gender" : "male",
  "birthDate" : "1985-06-15",
  "address" : [{
    "use" : "home",
    "city" : "Nairobi",
    "district" : "Westlands",
    "state" : "Nairobi County",
    "country" : "KE"
  }],
  "maritalStatus" : {
    "coding" : [{
      "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/civil-status-cs",
      "code" : "MARRIED",
      "display" : "Married"
    }]
  },
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "N",
        "display" : "Next-of-Kin"
      }]
    }],
    "name" : {
      "family" : "Kamau",
      "given" : ["Mary"]
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "+254798765432"
    }]
  }]
}