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

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypeClaimResponse
IdClaimResponse-8e0e3d44-4b7a-47d6-8b82-39fa646f8088.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: ClaimResponse 8e0e3d44-4b7a-47d6-8b82-39fa646f8088

Claim Workflow State: Returned Back

status: Active

type: Institutional

use: Claim

patient: Patient/example

created: 2025-10-07 18:47:22+0000

insurer: Social Health Authority

request: Claim/ae044c1d-9ecb-4294-be9b-0702e7892596

outcome: Processing Complete

item

itemSequence: 1

adjudication

category: benefit

reason: Auto Approved.

Amounts

-ValueCurrency
*11200Kenyan shilling

total

category: Benefit Amount

Amounts

-ValueCurrency
*11200Kenyan shilling

processNote

number: 1

type: Display

text: medical cases

processNote

number: 2

type: Display

text: For surveillance review


Source1

{
  "resourceType": "ClaimResponse",
  "id": "8e0e3d44-4b7a-47d6-8b82-39fa646f8088",
  "meta": {
    "profile": [
      "https://example.com/fhir/StructureDefinition/eClaims-claim-response"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.sha.go.ke/fhir/StructureDefinition/claim-state-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.sha.go.ke/fhir/CodeSystem/claim-state",
            "code": "sent-back",
            "display": "Returned Back"
          }
        ]
      }
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "institutional"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/example"
  },
  "created": "2025-10-07T18:47:22+00:00",
  "insurer": {
    "reference": "Organization/sha-insurer",
    "display": "Social Health Authority"
  },
  "request": {
    "reference": "Claim/ae044c1d-9ecb-4294-be9b-0702e7892596"
  },
  "outcome": "complete",
  "item": [
    {
      "itemSequence": 1,
      "adjudication": [
        {
          "category": {
            "text": "benefit"
          },
          "reason": {
            "text": "Auto Approved."
          },
          "amount": {
            "value": 11200,
            "currency": "KES"
          }
        }
      ]
    }
  ],
  "total": [
    {
      "category": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
            "code": "benefit"
          }
        ]
      },
      "amount": {
        "value": 11200,
        "currency": "KES"
      }
    }
  ],
  "processNote": [
    {
      "number": 1,
      "type": "display",
      "text": "medical cases"
    },
    {
      "number": 2,
      "type": "display",
      "text": "For surveillance review"
    }
  ]
}