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

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypeClaim
IdClaim-a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8.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 a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8

status: Active

type: Institutional

use: Preauthorization

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

created: 2025-10-01

insurer: Organization Social Health Authority

provider: Organization Nairobi General Hospital

priority: Normal

Insurances

-SequenceFocalCoverage
*1trueCoverage: status = active

Source1

{
  "resourceType": "Claim",
  "id": "a7dcd571-d8a2-483a-8a45-e3c8bcbff8b8",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "institutional"
      }
    ]
  },
  "use": "preauthorization",
  "patient": {
    "reference": "Patient/example"
  },
  "created": "2025-10-01",
  "insurer": {
    "reference": "Organization/sha-insurer"
  },
  "provider": {
    "reference": "Organization/ORG-001"
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/processpriority",
        "code": "normal",
        "display": "Normal"
      }
    ]
  },
  "insurance": [
    {
      "sequence": 1,
      "focal": true,
      "coverage": {
        "reference": "Coverage/COV-0001"
      }
    }
  ]
}