Resources
PaymentNotice
This resource provides the status of the payment for goods and services rendered, and the request and response resource references.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Business Identifier for the payment noctice |
status | Yes | code | active / cancelled / draft / entered-in-error |
request | No | Reference<Resource> | Request reference |
response | No | Reference<Resource> | Response reference |
created | Yes | dateTime | Creation date |
provider | No | Reference<Practitioner / PractitionerRole / Organization> | Responsible practitioner |
payment | Yes | Reference<PaymentReconciliation> | Payment reference |
paymentDate | No | date | Payment or clearing date |
payee | No | Reference<Practitioner / PractitionerRole / Organization> | Party being paid |
recipient | Yes | Reference<Organization> | Party being notified |
amount | Yes | Money | Monetary amount of the payment |
paymentStatus | No | CodeableConcept | Issued or cleared Status of the payment |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
created | date | Creation date fro the notice | PaymentNotice.created |
identifier | token | The business identifier of the notice | PaymentNotice.identifier |
payment-status | token | The type of payment notice | PaymentNotice.paymentStatus |
provider | reference | The reference to the provider | PaymentNotice.provider |
request | reference | The Claim | PaymentNotice.request |
response | reference | The ClaimResponse | PaymentNotice.response |
status | token | The status of the payment notice | PaymentNotice.status |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see PaymentNotice.