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

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypeClaim
IdClaim-CLAIM-0000X.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 CLAIM-0000X

status: Active

type: Institutional

use: Claim

patient: John Doe Male, DoB: 1980-01-01

created: 2025-01-01

insurer: Organization Kenya Insurance Company

provider: Organization Nairobi General Hospital

priority: Normal

Insurances

-SequenceFocalCoverage
*1trueCoverage: status = active

Source1

{
  "resourceType": "Claim",
  "id": "CLAIM-0000X",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "institutional"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/PT-0001"
  },
  "created": "2025-01-01",
  "insurer": {
    "reference": "Organization/INS-001"
  },
  "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"
      }
    }
  ]
}