FHIR IG analytics| Package | fhir.kenyaClaimsIG |
| Resource Type | Claim |
| Id | Claim-CLAIM-0000X.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Sequence | Focal | Coverage |
| 1 | true | Coverage: status = active |
{
"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"
}
}
]
}