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

: Stub PaymentReconciliation for PaymentNotice - JSON Representation

Raw json | Download

{
  "resourceType" : "PaymentReconciliation",
  "id" : "ECLM-PR-001",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PaymentReconciliation ECLM-PR-001</b></p><a name=\"ECLM-PR-001\"> </a><a name=\"hcECLM-PR-001\"> </a><p><b>status</b>: Active</p><p><b>period</b>: 2025-11-01 --&gt; 2025-11-30</p><p><b>created</b>: 2025-12-01 10:00:00+0300</p><p><b>paymentIssuer</b>: <a href=\"Organization-ECLM-INS-001.html\">Organization Social Health Authority</a></p><p><b>outcome</b>: Processing Complete</p><p><b>paymentDate</b>: 2025-12-01</p><h3>PaymentAmounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>145600</td><td>Kenyan shilling</td></tr></table></div>"
  },
  "status" : "active",
  "period" : {
    "start" : "2025-11-01",
    "end" : "2025-11-30"
  },
  "created" : "2025-12-01T10:00:00+03:00",
  "paymentIssuer" : {
    🔗 "reference" : "Organization/ECLM-INS-001"
  },
  "outcome" : "complete",
  "paymentDate" : "2025-12-01",
  "paymentAmount" : {
    "value" : 145600,
    "currency" : "KES"
  }
}