FHIR IG analytics| Package | fhir.kenyaClaimsIG |
| Resource Type | Claim |
| Id | Claim-ECLM-SUB-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Claim ECLM-SUB-001
Patient Invoice Details
- invoiceNumber: INV-2025-00789
- invoiceDate: 2025-11-22
- invoiceAmount: KES85,000.00 (KES)
- patientShare: KES0.00 (KES)
identifier: https://nshr-uat.sha.go.ke/fhir/Identifier/claim-number/CLAIM-SUB-001
status: Active
type: Institutional
subType: Inpatient
use: Claim
patient: John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))
billablePeriod: 2025-11-20 --> 2025-11-22
created: 2025-11-23 09:00:00+0300
insurer: Organization Social Health Authority
provider: Organization Nairobi General Hospital
priority: Normal
| Type |
| Provider |
| Sequence | Provider | Role | Qualification |
| 1 | Practitioner Dr. James Ochieng (official) | Primary provider | Bachelor of Medicine and Bachelor of Surgery (MBChB) |
| Sequence | Diagnosis[x] |
| 1 | Appendicitis |
item
sequence: 1
careTeamSequence: 1
category: Surgical
productOrService: Surgical Services
quantity: 1
UnitPrices
Value Currency 85000 Kenyan shilling Nets
Value Currency 85000 Kenyan shilling
| Value | Currency |
| 85000 | Kenyan shilling |
{
"resourceType": "Claim",
"id": "ECLM-SUB-001",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-claimsubmission"
],
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/common-tags",
"code": "actionable",
"display": "Actionable"
}
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "invoiceNumber",
"valueString": "INV-2025-00789"
},
{
"url": "invoiceDate",
"valueDate": "2025-11-22"
},
{
"url": "invoiceAmount",
"valueMoney": {
"value": 85000,
"currency": "KES"
}
},
{
"url": "patientShare",
"valueMoney": {
"value": 0,
"currency": "KES"
}
}
],
"url": "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/eclaims-patient-invoice"
}
],
"identifier": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/Identifier/claim-number",
"value": "CLAIM-SUB-001"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/claim-type-cs",
"code": "institutional",
"display": "Institutional"
}
]
},
"subType": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/claim-subtype-cs",
"code": "inpatient",
"display": "Inpatient"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/ECLM-PT-001"
},
"billablePeriod": {
"start": "2025-11-20",
"end": "2025-11-22"
},
"created": "2025-11-23T09:00:00+03:00",
"insurer": {
"reference": "Organization/ECLM-INS-001"
},
"provider": {
"reference": "Organization/ECLM-ORG-001"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/processpriority",
"code": "normal",
"display": "Normal"
}
]
},
"payee": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/payeetype",
"code": "provider",
"display": "Provider"
}
]
}
},
"careTeam": [
{
"sequence": 1,
"provider": {
"reference": "Practitioner/ECLM-PRA-001"
},
"role": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/claim-care-team-role-cs",
"code": "PRIMARY",
"display": "Primary provider"
}
]
},
"qualification": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-provider-qualification-cs",
"code": "MBChB",
"display": "Bachelor of Medicine and Bachelor of Surgery (MBChB)"
}
]
}
}
],
"diagnosis": [
{
"sequence": 1,
"diagnosisCodeableConcept": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/icd11-codes-cs",
"code": "DC80",
"display": "Appendicitis"
}
]
}
}
],
"insurance": [
{
"sequence": 1,
"focal": true,
"coverage": {
"reference": "Coverage/ECLM-COV-001"
}
}
],
"item": [
{
"sequence": 1,
"careTeamSequence": [
1
],
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory",
"code": "2",
"display": "Surgical"
}
]
},
"productOrService": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/KenyaSocialHealthAuthorityInterventionCS",
"code": "SHA-19",
"display": "Surgical Services"
}
]
},
"quantity": {
"value": 1
},
"unitPrice": {
"value": 85000,
"currency": "KES"
},
"net": {
"value": 85000,
"currency": "KES"
}
}
],
"total": {
"value": 85000,
"currency": "KES"
}
}