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

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypePaymentNotice
IdPaymentNotice-ECLM-PN-001.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: PaymentNotice ECLM-PN-001

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

payment: PaymentReconciliation: status = active; period = 2025-11-01 --> 2025-11-30; created = 2025-12-01 10:00:00+0300; outcome = complete; paymentDate = 2025-12-01

paymentDate: 2025-12-01

payee: Organization Nairobi General Hospital

recipient: Organization Social Health Authority

Amounts

-ValueCurrency
*145600Kenyan shilling

paymentStatus: Paid


Source1

{
  "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"
      }
    ]
  }
}