This page is part of the FHIR Specification (v1.4.0:
STU
3 Ballot 3). The current version which supercedes this version is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
. For a full list of available versions, see the
Directory of published versions
.
Page
versions:
. Page versions:
R5
R4B
R4
R3
R2
|
|
Compartments
|
This resource provides the status of the payment for goods and services rendered, and the request and response resource references.
The PaymentNotice resource indicates the resource for which the payment has been indicated and reports the current status information of that payment. The payment notice may be used by Payor to advise the Provider or Regulatory bodies of the state of a payment (cheque in the mail/EFT sent, payment cashed, payment cancelled), Employers or Exchanges may use this to advise Payors of premium payment.
Payors have the need to advise Providers and/or regulators, in jurisdictions where these are supported, of the status of Claim settlement and payment completion. This same resource may be used by employers and insurance exchanges to advise Payors that premium payments have been issued and settled.
Todo
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Insurer or Regulatory body | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Organization ) | |||
|
Σ | 0..1 | Responsible practitioner | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Practitioner ) | |||
|
Σ | 0..1 | Responsible organization | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Organization ) | |||
|
Σ | 0..1 | Request reference | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Any ) | |||
|
Σ | 0..1 | Response reference | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Any ) | |||
|
Σ | 1..1 | Coding |
|
| Σ | 0..1 | date | Payment or clearing date |
Documentation for this format
|
||||
UML
Diagram
UML Diagram
XML
Template
XML Template
<PaymentNotice xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date -->
<</target> <</provider> <</organization> <</request> <</response><target[x]><!-- 0..1 Identifier|Reference(Organization) Insurer or Regulatory body --></target[x]> <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]> <request[x]><!-- 0..1 Identifier|Reference(Any) Request reference --></request[x]> <response[x]><!-- 0..1 Identifier|Reference(Any) Response reference --></response[x]> <paymentStatus><!-- 1..1 Coding Status of the payment --></paymentStatus> <statusDate value="[date]"/><!-- 0..1 Payment or clearing date --> </PaymentNotice>
JSON
Template
JSON Template
{
"resourceType" : "PaymentNotice",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"created" : "<dateTime>", // Creation date
"
"
"
"
"
"
// target[x]: Insurer or Regulatory body. One of these 2:
"targetIdentifier" : { Identifier },
"targetReference" : { Reference(Organization) },
// provider[x]: Responsible practitioner. One of these 2:
"providerIdentifier" : { Identifier },
"providerReference" : { Reference(Practitioner) },
// organization[x]: Responsible organization. One of these 2:
"organizationIdentifier" : { Identifier },
"organizationReference" : { Reference(Organization) },
// request[x]: Request reference. One of these 2:
"requestIdentifier" : { Identifier },
"requestReference" : { Reference(Any) },
// response[x]: Response reference. One of these 2:
"responseIdentifier" : { Identifier },
"responseReference" : { Reference(Any) },
"paymentStatus" : { Coding }, // R! Status of the payment
"statusDate" : "<date>" // Payment or clearing date
}
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | Coding |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | Insurer or Regulatory body | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Organization ) | |||
|
Σ | 0..1 | Responsible practitioner | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Practitioner ) | |||
|
Σ | 0..1 | Responsible organization | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Organization ) | |||
|
Σ | 0..1 | Request reference | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Any ) | |||
|
Σ | 0..1 | Response reference | |
![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() | Reference ( Any ) | |||
|
Σ | 1..1 | Coding |
|
| Σ | 0..1 | date | Payment or clearing date |
Documentation for this format
|
||||
XML
Template
XML Template
<PaymentNotice xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date -->
<</target> <</provider> <</organization> <</request> <</response><target[x]><!-- 0..1 Identifier|Reference(Organization) Insurer or Regulatory body --></target[x]> <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]> <request[x]><!-- 0..1 Identifier|Reference(Any) Request reference --></request[x]> <response[x]><!-- 0..1 Identifier|Reference(Any) Response reference --></response[x]> <paymentStatus><!-- 1..1 Coding Status of the payment --></paymentStatus> <statusDate value="[date]"/><!-- 0..1 Payment or clearing date --> </PaymentNotice>
JSON
Template
JSON Template
{
"resourceType" : "PaymentNotice",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"created" : "<dateTime>", // Creation date
"
"
"
"
"
"
// target[x]: Insurer or Regulatory body. One of these 2:
"targetIdentifier" : { Identifier },
"targetReference" : { Reference(Organization) },
// provider[x]: Responsible practitioner. One of these 2:
"providerIdentifier" : { Identifier },
"providerReference" : { Reference(Practitioner) },
// organization[x]: Responsible organization. One of these 2:
"organizationIdentifier" : { Identifier },
"organizationReference" : { Reference(Organization) },
// request[x]: Request reference. One of these 2:
"requestIdentifier" : { Identifier },
"requestReference" : { Reference(Any) },
// response[x]: Response reference. One of these 2:
"responseIdentifier" : { Identifier },
"responseReference" : { Reference(Any) },
"paymentStatus" : { Coding }, // R! Status of the payment
"statusDate" : "<date>" // Payment or clearing date
}
Alternate
definitions:
Alternate definitions:
Schema
/
Schematron
,
Resource
Profile
(
, Resource Profile (
XML
,
,
JSON
),
),
Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
|
PaymentNotice.ruleset
|
|
Example |
|
|
|
|
Example |
|
Search parameters for this resource. The
common parameters
also apply. See
Searching
for
more
information
about
searching
in
REST,
messaging,
and
services.
for more information about searching in REST, messaging, and services.
| Name | Type | Description | Paths |
| created | date | Creation date fro the notice | PaymentNotice.created |
| identifier | token |
|
PaymentNotice.identifier |
| organizationidentifier |
token
|
The organization who generated this resource | PaymentNotice.organizationIdentifier |
| organizationreference |
reference
|
The organization who generated this resource |
PaymentNotice.organizationReference
( Organization |
| paymentstatus |
token
|
The type of payment notice | PaymentNotice.paymentStatus |
| provideridentifier |
token
|
The reference to the provider | PaymentNotice.providerIdentifier |
| providerreference | reference | The reference to the provider |
PaymentNotice.providerReference
( Practitioner |
| requestidentifier | token | The Claim | PaymentNotice.requestIdentifier |
| requestreference | reference | The Claim |
PaymentNotice.requestReference
(Any) |
| responseidentifier | token | The ClaimResponse | PaymentNotice.responseIdentifier |
| responsereference | reference | The ClaimResponse |
PaymentNotice.responseReference
(Any) |
| statusdate | date | The date of the payment action | PaymentNotice.statusDate |