FHIR IG analytics| Package | fhir.kenyaClaimsIG |
| Resource Type | PaymentNotice |
| Id | PaymentNotice-ECLM-PN-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PaymentNotice ECLM-PN-001
Profile: eClaims Payment Notice Profile
Tag: Actionable (Details: Common Tags code actionable = 'Actionable')
identifier: https://nshr-uat.sha.go.ke/fhir/Identifier/payment-notice-number/PN-2025-001234
status: Active
created: 2025-12-01 10:00:00+0300
provider: Organization Nairobi General Hospital
paymentDate: 2025-12-01
payee: Organization Nairobi General Hospital
recipient: Organization Social Health Authority
| Value | Currency |
| 145600 | Kenyan shilling |
paymentStatus: Paid
{
"resourceType": "PaymentNotice",
"id": "ECLM-PN-001",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-paymentnotice"
],
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/common-tags",
"code": "actionable",
"display": "Actionable"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/Identifier/payment-notice-number",
"value": "PN-2025-001234"
}
],
"status": "active",
"created": "2025-12-01T10:00:00+03:00",
"provider": {
"reference": "Organization/ECLM-ORG-001"
},
"payment": {
"reference": "PaymentReconciliation/ECLM-PR-001"
},
"paymentDate": "2025-12-01",
"payee": {
"reference": "Organization/ECLM-ORG-001"
},
"recipient": {
"reference": "Organization/ECLM-INS-001"
},
"amount": {
"value": 145600,
"currency": "KES"
},
"paymentStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/paymentstatus",
"code": "paid",
"display": "Paid"
}
]
}
}