Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

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

: Payment Mechanism - JSON Representation

Draft as of 2025-12-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "payment-mechanism",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem payment-mechanism</b></p><a name=\"payment-mechanism\"> </a><a name=\"hcpayment-mechanism\"> </a><p>This  code system <code>https://example.org/fhir/CodeSystem/payment-mechanism</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\">FEE_FOR_SERVICE<a name=\"payment-mechanism-FEE_FOR_SERVICE\"> </a></td><td>Fee for Service</td></tr><tr><td style=\"white-space:nowrap\">FIXED_FEE_FOR_SERVICE<a name=\"payment-mechanism-FIXED_FEE_FOR_SERVICE\"> </a></td><td>Fixed fee for service</td></tr><tr><td style=\"white-space:nowrap\">CAPITATION<a name=\"payment-mechanism-CAPITATION\"> </a></td><td>Capitation</td></tr><tr><td style=\"white-space:nowrap\">PER_DIEM<a name=\"payment-mechanism-PER_DIEM\"> </a></td><td>Per Diem</td></tr><tr><td style=\"white-space:nowrap\">CASE_BASED<a name=\"payment-mechanism-CASE_BASED\"> </a></td><td>Case Based</td></tr></table></div>"
  },
  "url" : "https://example.org/fhir/CodeSystem/payment-mechanism",
  "version" : "0.1.0",
  "name" : "PaymentMechanism",
  "title" : "Payment Mechanism",
  "status" : "draft",
  "date" : "2025-12-09T10:36:20+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name" : "KPS Team Kenya.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Locally defined payment mechanisms for healthcare services",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "FEE_FOR_SERVICE",
      "display" : "Fee for Service"
    },
    {
      "code" : "FIXED_FEE_FOR_SERVICE",
      "display" : "Fixed fee for service"
    },
    {
      "code" : "CAPITATION",
      "display" : "Capitation"
    },
    {
      "code" : "PER_DIEM",
      "display" : "Per Diem"
    },
    {
      "code" : "CASE_BASED",
      "display" : "Case Based"
    }
  ]
}