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

FHIR IG analytics

Packageke.fhir.eclaims
Resource TypeClaimResponse
IdClaimResponse-fd876fab-979d-4adb-8b32-46dff643b89f.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 fd876fab-979d-4adb-8b32-46dff643b89f

Preauthorization Expiry Date: Expiry Date

Claim Workflow State: Canceled

status: Active

type: Institutional

use: Preauthorization

patient: Jane Wanjiku Female, DoB: 1985-06-15

created: 2025-10-03 07:36:24+0000

insurer: Organization Social Health Authority

request: Claim: status = active; type = Institutional; use = preauthorization; created = 2025-10-01; priority = Normal

outcome: Processing Complete

item

itemSequence: 1

adjudication

category: benefit

Amounts

-ValueCurrency
*11200Kenyan shilling

value: 0

total

category: benefit

Amounts

-ValueCurrency
*11200Kenyan shilling

ProcessNotes

-NumberTypeText
*1Displaycancelled as requested

Source1

{
  "resourceType": "ClaimResponse",
  "id": "fd876fab-979d-4adb-8b32-46dff643b89f",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-claimresponse"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/eclaim-expiry-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/claim-expiry-cs",
            "code": "expiry-date",
            "display": "Expiry Date"
          }
        ]
      }
    },
    {
      "url": "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/eclaim-state-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/claim-state-cs",
            "code": "canceled",
            "display": "Canceled"
          }
        ]
      }
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "institutional"
      }
    ]
  },
  "use": "preauthorization",
  "patient": {
    "reference": "Patient/example"
  },
  "created": "2025-10-03T07:36:24+00:00",
  "insurer": {
    "reference": "Organization/sha-insurer"
  },
  "request": {
    "reference": "Claim/a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8"
  },
  "outcome": "complete",
  "item": [
    {
      "itemSequence": 1,
      "adjudication": [
        {
          "category": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                "code": "benefit",
                "display": "Benefit Amount"
              }
            ],
            "text": "benefit"
          },
          "amount": {
            "value": 11200,
            "currency": "KES"
          },
          "value": 0
        }
      ]
    }
  ],
  "total": [
    {
      "category": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
            "code": "benefit",
            "display": "Benefit Amount"
          }
        ],
        "text": "benefit"
      },
      "amount": {
        "value": 11200,
        "currency": "KES"
      }
    }
  ],
  "processNote": [
    {
      "number": 1,
      "type": "display",
      "text": "cancelled as requested"
    }
  ]
}