FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypeClaim
IdClaim-ECLM-SUB-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Payees

-Type
*Provider

CareTeams

-SequenceProviderRoleQualification
*1Practitioner Dr. James Ochieng (official)Primary providerBachelor of Medicine and Bachelor of Surgery (MBChB)

Diagnoses

-SequenceDiagnosis[x]
*1Appendicitis

Insurances

-SequenceFocalCoverage
*1trueCoverage: extension = Mobile Money,Active,General Practice; identifier = https://nshr-uat.sha.go.ke/fhir/Identifier/coverage-number#COV-SHA-2024-001234; status = active; type = Medical; relationship = Self; period = 2024-01-01 --> 2024-12-31

item

sequence: 1

careTeamSequence: 1

category: Surgical

productOrService: Surgical Services

quantity: 1

UnitPrices

-ValueCurrency
*85000Kenyan shilling

Nets

-ValueCurrency
*85000Kenyan shilling

Totals

-ValueCurrency
*85000Kenyan shilling

Source1

{
  "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"
  }
}