Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya eClaims FHIR Implementation Guide, published by Digital Health Agency of Kenya. 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/Kenya-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example eClaims Insurer Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ECLM-INS-001",
  "meta" : {
    "profile" : [
      🔗 "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ECLM-INS-001</b></p><a name=\"ECLM-INS-001\"> </a><a name=\"hcECLM-INS-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-organization.html\">eClaims Organization Profile</a></p></div><p><b>identifier</b>: SHA-KE-001\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Insurance Company</span></p><p><b>name</b>: Social Health Authority</p><p><b>address</b>: Nairobi Nairobi County KE (work)</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+254203456789\">+254203456789</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "value" : "SHA-KE-001"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "ins",
          "display" : "Insurance Company"
        }
      ]
    }
  ],
  "name" : "Social Health Authority",
  "address" : [
    {
      "use" : "work",
      "city" : "Nairobi",
      "district" : "Upper Hill",
      "state" : "Nairobi County",
      "country" : "KE"
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+254203456789"
        }
      ]
    }
  ]
}