Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build KE

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

: Payment Method Code System - JSON Representation

Active as of 2026-05-19

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "payment-method-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem payment-method-cs</b></p><a name=\"payment-method-cs\"> </a><a name=\"hcpayment-method-cs\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/eclaims/CodeSystem/payment-method-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">CASH<a name=\"payment-method-cs-CASH\"> </a></td><td>Cash</td></tr><tr><td style=\"white-space:nowrap\">CARD<a name=\"payment-method-cs-CARD\"> </a></td><td>Card</td></tr><tr><td style=\"white-space:nowrap\">BANK-TRANSFER<a name=\"payment-method-cs-BANK-TRANSFER\"> </a></td><td>Bank Transfer</td></tr><tr><td style=\"white-space:nowrap\">DIRECT-DEBIT<a name=\"payment-method-cs-DIRECT-DEBIT\"> </a></td><td>Direct Debit</td></tr><tr><td style=\"white-space:nowrap\">CHEQUE<a name=\"payment-method-cs-CHEQUE\"> </a></td><td>Cheque</td></tr><tr><td style=\"white-space:nowrap\">MOBILE-MONEY<a name=\"payment-method-cs-MOBILE-MONEY\"> </a></td><td>Mobile Money</td></tr></table></div>"
  },
  "url" : "https://fhir.dha.go.ke/eclaims/CodeSystem/payment-method-cs",
  "version" : "0.1.0",
  "name" : "PaymentMethodCS",
  "title" : "Payment Method Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-19T11:26:54+00:00",
  "publisher" : "Digital Health Agency of Kenya",
  "contact" : [
    {
      "name" : "Digital Health Agency of Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://dha.go.ke"
        },
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke"
        }
      ]
    },
    {
      "name" : "eClaims Technical Working Group",
      "telecom" : [
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://dha.go.ke",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Codes for payment methods (MOH-Kenya OCL: PAYMENT-METHOD)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "CASH",
      "display" : "Cash"
    },
    {
      "code" : "CARD",
      "display" : "Card"
    },
    {
      "code" : "BANK-TRANSFER",
      "display" : "Bank Transfer"
    },
    {
      "code" : "DIRECT-DEBIT",
      "display" : "Direct Debit"
    },
    {
      "code" : "CHEQUE",
      "display" : "Cheque"
    },
    {
      "code" : "MOBILE-MONEY",
      "display" : "Mobile Money"
    }
  ]
}