Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build KE

Kenya Patient Summary 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 Mechanism - TTL Representation

Draft as of 2026-05-12

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "payment-mechanism-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem payment-mechanism-cs</b></p><a name=\"payment-mechanism-cs\"> </a><a name=\"hcpayment-mechanism-cs\"> </a><p>This  code system <code>https://fhir.dha.go.ke/kps/CodeSystem/payment-mechanism-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\">FEE_FOR_SERVICE<a name=\"payment-mechanism-cs-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-cs-FIXED_FEE_FOR_SERVICE\"> </a></td><td>Fixed fee for service</td></tr><tr><td style=\"white-space:nowrap\">CAPITATION<a name=\"payment-mechanism-cs-CAPITATION\"> </a></td><td>Capitation</td></tr><tr><td style=\"white-space:nowrap\">PER_DIEM<a name=\"payment-mechanism-cs-PER_DIEM\"> </a></td><td>Per Diem</td></tr><tr><td style=\"white-space:nowrap\">CASE_BASED<a name=\"payment-mechanism-cs-CASE_BASED\"> </a></td><td>Case Based</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.dha.go.ke/kps/CodeSystem/payment-mechanism-cs"^^xsd:anyURI ;
fhir:l <https://fhir.dha.go.ke/kps/CodeSystem/payment-mechanism-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PaymentMechanismCS"] ; # 
  fhir:title [ fhir:v "Payment Mechanism"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-12T08:53:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ]     ] )
  ] [
fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Locally defined payment mechanisms for healthcare services"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "FEE_FOR_SERVICE" ] ;
fhir:display [ fhir:v "Fee for Service" ]
  ] [
fhir:code [ fhir:v "FIXED_FEE_FOR_SERVICE" ] ;
fhir:display [ fhir:v "Fixed fee for service" ]
  ] [
fhir:code [ fhir:v "CAPITATION" ] ;
fhir:display [ fhir:v "Capitation" ]
  ] [
fhir:code [ fhir:v "PER_DIEM" ] ;
fhir:display [ fhir:v "Per Diem" ]
  ] [
fhir:code [ fhir:v "CASE_BASED" ] ;
fhir:display [ fhir:v "Case Based" ]
  ] ) . #