clinik.paymentNotices
Payment Notices (FHIRPaymentNotice) communicate payment status information between payers and providers. Use them to notify recipients about payment events tied to a PaymentReconciliation.
create
| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | active, cancelled, draft |
created | string | No | When created (defaults to now) |
providerId | string | No | Practitioner/Organization reference |
paymentId | string | Yes | PaymentReconciliation ID |
paymentDate | string | No | Date of payment |
payeeId | string | No | Practitioner/Organization reference |
recipientId | string | Yes | Recipient Organization ID |
amount | { value, currency? } | Yes | Payment amount |
paymentStatus | string | No | e.g. paid, cleared |
requestId | string | No | Reference to any request |
responseId | string | No | Reference to any response |
Example
read / update / delete / search
Same pattern as other resources. Update supportsstatus, paymentStatus. Search supports status, dateFrom, dateTo, providerId filters.