Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Kenya ePrescription Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "example-kenya-eprescription-patient",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-kenya-eprescription-patient</b></p><a name=\"example-kenya-eprescription-patient\"> </a><a name=\"hcexample-kenya-eprescription-patient\"> </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-kenya-eprescription-patient.html\">Patient - ePrescription</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Grace Achieng Omondi (official) Female, DoB: 1990-03-14 ( http://moh.health.go.ke/patient-identifier#KE-PAT-2025-0001)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://nhif.or.ke/member-id</code>/NHIF12345678</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:+254-701-234567\">+254-701-234567</a></li><li>Kisumu Central, Kisumu County, Kenya</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://moh.health.go.ke/patient-identifier",
      "value" : "KE-PAT-2025-0001"
    },
    {
      "system" : "http://nhif.or.ke/member-id",
      "value" : "NHIF12345678"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Omondi",
      "given" : [
        "Grace Achieng"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+254-701-234567",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-03-14",
  "address" : [
    {
      "text" : "Kisumu Central, Kisumu County, Kenya"
    }
  ]
}