interface PaymentNotice {
    _created?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _paymentDate?: Element;
    _status?: Element;
    amount: Money;
    contained?: ConcreteType[];
    created: dateTime;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    payee?: Reference;
    payment: Reference;
    paymentDate?: date;
    paymentStatus?: CodeableConcept;
    provider?: Reference;
    recipient: Reference;
    request?: Reference;
    resourceType: "PaymentNotice";
    response?: Reference;
    status: code;
    text?: Narrative;
}

Properties

_created?: Element

Creation date

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_paymentDate?: Element

Payment or clearing date

_status?: Element

active | cancelled | draft | entered-in-error

amount: Money

Monetary amount of the payment

contained?: ConcreteType[]

Contained, inline Resources

created: dateTime

Creation date

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Business Identifier for the payment noctice

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

payee?: Reference

Party being paid

payment: Reference

Payment reference

paymentDate?: date

Payment or clearing date

paymentStatus?: CodeableConcept

Issued or cleared Status of the payment

provider?: Reference

Responsible practitioner

recipient: Reference

Party being notified

request?: Reference

Request reference

resourceType
response?: Reference

Response reference

status: code

active | cancelled | draft | entered-in-error

text?: Narrative

Text summary of the resource, for human interpretation