> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](/medical-api/fhir/data-types/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](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization)> | Responsible practitioner                      |
| payment       | Yes      | Reference\<[PaymentReconciliation](/medical-api/fhir/resources/paymentreconciliation)>                                                                                                             | Payment reference                             |
| paymentDate   | No       | date                                                                                                                                                                                               | Payment or clearing date                      |
| payee         | No       | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization)> | Party being paid                              |
| recipient     | Yes      | Reference\<[Organization](/medical-api/fhir/resources/organization)>                                                                                                                               | Party being notified                          |
| amount        | Yes      | [Money](/medical-api/fhir/data-types/money)                                                                                                                                                        | Monetary amount of the payment                |
| paymentStatus | No       | [CodeableConcept](/medical-api/fhir/data-types/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](/medical-api/fhir/data-types/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](/medical-api/fhir/data-types/narrative)    | Text summary of the resource, for human interpretation |
| contained         | No       | Resource\[]                                            | Contained, inline Resources                            |
| extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Additional content defined by implementations          |
| modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Extensions that cannot be ignored                      |

To view the FHIR specification for this resource, see [PaymentNotice](https://www.hl7.org/fhir/StructureDefinition/PaymentNotice).
