Kenya eClaims FHIR IG, published by iclKenya. 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
@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:ClaimResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "fd876fab-979d-4adb-8b32-46dff643b89f"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://example.com/fhir/StructureDefinition/eClaims-claim-response"^^xsd:anyURI ;
fhir:l <https://example.com/fhir/StructureDefinition/eClaims-claim-response> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse fd876fab-979d-4adb-8b32-46dff643b89f</b></p><a name=\"fd876fab-979d-4adb-8b32-46dff643b89f\"> </a><a name=\"hcfd876fab-979d-4adb-8b32-46dff643b89f\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eClaims-claim-response.html\">Kenya eClaims ClaimResponse Profile</a></p></div><p><b>Preauthorization Expiry Date</b>: <span title=\"Codes:{https://fhir.sha.go.ke/fhir/CodeSystem/claim-expiry expiry-date}\">2025-11-01</span></p><p><b>Claim Workflow State</b>: <span title=\"Codes:{https://fhir.sha.go.ke/fhir/CodeSystem/claim-state canceled}\">Canceled</span></p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type institutional}\">Institutional</span></p><p><b>use</b>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>created</b>: 2025-10-03 07:36:24+0000</p><p><b>insurer</b>: <a href=\"Organization/sha-insurer\">Organization/sha-insurer</a></p><p><b>request</b>: <a href=\"Claim/a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8\">Claim/a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8</a></p><p><b>outcome</b>: Processing Complete</p><blockquote><p><b>item</b></p><p><b>itemSequence</b>: 1</p><blockquote><p><b>adjudication</b></p><p><b>category</b>: <span title=\"Codes:\">benefit</span></p><p><b>reason</b>: <span title=\"Codes:\">Auto Approved.</span></p><h3>Amounts</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>11200</td><td>Kenyan shilling</td></tr></table><p><b>value</b>: 0</p></blockquote></blockquote><blockquote><p><b>total</b></p><p><b>category</b>: <span title=\"Codes:\">benefit</span></p><h3>Amounts</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>11200</td><td>Kenyan shilling</td></tr></table></blockquote><h3>ProcessNotes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Number</b></td><td><b>Type</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>Display</td><td>cancelled as requested</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.sha.go.ke/fhir/StructureDefinition/claim-expiry-extension"^^xsd:anyURI ;
fhir:l <https://fhir.sha.go.ke/fhir/StructureDefinition/claim-expiry-extension> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://fhir.sha.go.ke/fhir/CodeSystem/claim-expiry"^^xsd:anyURI ;
fhir:l <https://fhir.sha.go.ke/fhir/CodeSystem/claim-expiry> ] ;
fhir:code [ fhir:v "expiry-date" ] ;
fhir:display [ fhir:v "2025-11-01" ] ] ) ]
] [
fhir:url [
fhir:v "https://fhir.sha.go.ke/fhir/StructureDefinition/claim-state-extension"^^xsd:anyURI ;
fhir:l <https://fhir.sha.go.ke/fhir/StructureDefinition/claim-state-extension> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://fhir.sha.go.ke/fhir/CodeSystem/claim-state"^^xsd:anyURI ;
fhir:l <https://fhir.sha.go.ke/fhir/CodeSystem/claim-state> ] ;
fhir:code [ fhir:v "canceled" ] ;
fhir:display [ fhir:v "Canceled" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/claim-type> ] ;
fhir:code [ fhir:v "institutional" ] ] )
] ; #
fhir:use [ fhir:v "preauthorization"] ; #
fhir:patient [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:created [ fhir:v "2025-10-03T07:36:24+00:00"^^xsd:dateTime] ; #
fhir:insurer [
fhir:l fhir:Organization/sha-insurer ;
fhir:reference [ fhir:v "Organization/sha-insurer" ]
] ; #
fhir:request [
fhir:l fhir:Claim/a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8 ;
fhir:reference [ fhir:v "Claim/a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8" ]
] ; #
fhir:outcome [ fhir:v "complete"] ; #
fhir:item ( [
fhir:itemSequence [ fhir:v "1"^^xsd:positiveInteger ] ;
( fhir:adjudication [
fhir:category [
fhir:text [ fhir:v "benefit" ] ] ;
fhir:reason [
fhir:text [ fhir:v "Auto Approved." ] ] ;
fhir:amount [
fhir:value [ fhir:v "11200"^^xsd:decimal ] ;
fhir:currency [ fhir:v "KES" ] ] ;
fhir:value [ fhir:v "0"^^xsd:decimal ] ] )
] ) ; #
fhir:total ( [
fhir:category [
fhir:text [ fhir:v "benefit" ] ] ;
fhir:amount [
fhir:value [ fhir:v "11200"^^xsd:decimal ] ;
fhir:currency [ fhir:v "KES" ] ]
] ) ; #
fhir:processNote ( [
fhir:number [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:type [ fhir:v "display" ] ;
fhir:text [ fhir:v "cancelled as requested" ]
] ) . #
IG © 2024+ iclKenya. Package fhir.kenyaClaimsIG#0.1.0 based on FHIR 4.0.1. Generated 2025-12-16
Links: Table of Contents |
QA Report