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 - TTL Representation

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:PaymentReconciliation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ECLM-PR-001"] ; # 
  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: 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-11-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-11-30"^^xsd:date ]
  ] ; # 
  fhir:created [ fhir:v "2025-12-01T10:00:00+03:00"^^xsd:dateTime] ; # 
  fhir:paymentIssuer [
fhir:l fhir:Organization/ECLM-INS-001 ;
fhir:reference [ fhir:v "Organization/ECLM-INS-001" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:paymentDate [ fhir:v "2025-12-01"^^xsd:date] ; # 
  fhir:paymentAmount [
fhir:value [ fhir:v "145600"^^xsd:decimal ] ;
fhir:currency [ fhir:v "KES" ]
  ] . #