0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example - Kisumu County Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "KisumuPatientExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient KisumuPatientExample</b></p><a name=\"KisumuPatientExample\"> </a><a name=\"hcKisumuPatientExample\"> </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-ksm-patient.html\">Patient - Kisumu Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Achieng Grace Odhiambo  Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><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/NUPI</code>/NUPI-00123456789</li><li><code>http://moh.kenya/identifier/passport-No</code>/KE1234567</li><li><code>http://moh.kenya/identifier/birthCertificate-No</code>/BC-19900423-XYZ</li><li><code>http://moh.kenya/identifier/birthNotification-No</code>/BN-19900423-XYZ</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:+254712345678\">+254712345678</a></li><li>Nyamasaria, Kisumu East, Kisumu County, Kenya</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-ksm-organization-example.html\">Organization Kisumu County Referral Hospital</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://moh.kenya/identifier/nationalID-no",
      "value" : "12345678"
    },
    {
      "system" : "http://moh.kenya/identifier/NUPI",
      "value" : "NUPI-00123456789"
    },
    {
      "system" : "http://moh.kenya/identifier/passport-No",
      "value" : "KE1234567"
    },
    {
      "system" : "http://moh.kenya/identifier/birthCertificate-No",
      "value" : "BC-19900423-XYZ"
    },
    {
      "system" : "http://moh.kenya/identifier/birthNotification-No",
      "value" : "BN-19900423-XYZ"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Odhiambo",
      "given" : [
        "Achieng",
        "Grace"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+254712345678"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-04-23",
  "address" : [
    {
      "text" : "Nyamasaria, Kisumu East, Kisumu County, Kenya",
      "line" : [
        "Milimani Estate",
        "Hse 13"
      ],
      "city" : "Nyamasaria",
      "district" : "Kisumu East",
      "state" : "Kisumu",
      "postalCode" : "40100",
      "country" : "Kenya"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/ksm-organization-example"
  }
}