This
page
is
part
of
the
FHIR
Specification
(v3.3.0:
(v3.5.0:
R4
Ballot
2).
#2).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
Financial
Management
Work
Group
|
Maturity Level : 2 | Trial Use | Compartments : Practitioner |
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
providers
and
payors
payers
to
advise
the
Provider
provider
or
regulatory
bodies
of
the
state
of
a
payment
(cheque
(check
in
the
mail/EFT
sent,
payment
cashed,
payment
cancelled).
canceled).
Employers
or
Insurance
Exchanges
may
use
this
to
advise
payors
payers
of
premium
payment.
Payors
and
/or
Payers
and/or
providers
may
have
the
need
to
advise
providers
and/or
regulators
of
the
status
of
claim
settlement
and
payment
completion.
This
same
resource
may
be
used
by
employers
and
insurance
exchanges
to
advise
payors
payers
that
premium
payments
have
been
issued
and
settled.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
PaymentNotice
request
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
0..* | Identifier |
Business
Identifier
|
|
|
?! Σ | 0..1 | code |
active
|
cancelled
|
draft
|
entered-in-error
Financial Resource Status Codes ( Required ) |
|
0..1 | Reference ( Any ) | Request reference | |
|
0..1 | Reference ( Any ) | Response reference | |
|
0..1 | date | Payment or clearing date | |
|
0..1 | dateTime | Creation date | |
|
0..1 | Reference ( Organization ) | Insurer or Regulatory body | |
|
0..1 | Reference ( Practitioner | PractitionerRole | Organization ) | Responsible practitioner | |
|
0..1 | CodeableConcept |
Whether
payment
has
been
sent
or
cleared
Payment Status Codes ( Example ) |
|
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
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> <status value="[code]"/><!-- 0..1 active | cancelled | draft | entered-in-error --> <request><!-- 0..1 Reference(Any) Request reference --></request> <response><!-- 0..1 Reference(Any) Response reference --></response>
<<statusDate value="[date]"/><!-- 0..1 Payment or clearing date --> <created value="[dateTime]"/><!-- 0..1 Creation date --> <target><!-- 0..1 Reference(Organization) Insurer or Regulatory body --></target> <provider><!-- 0..1 Reference(Practitioner|PractitionerRole|Organization) Responsible practitioner --></provider> <paymentStatus><!-- 0..1 CodeableConcept Whether payment has been sent or cleared --></paymentStatus> </PaymentNotice>
JSON Template
{
"resourceType" : "PaymentNotice",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"status" : "<code>", // active | cancelled | draft | entered-in-error
"request" : { Reference(Any) }, // Request reference
"response" : { Reference(Any) }, // Response reference
"
"statusDate" : "<date>", // Payment or clearing date
"created" : "<dateTime>", // Creation date
"target" : { Reference(Organization) }, // Insurer or Regulatory body
"provider" : { Reference(Practitioner|PractitionerRole|Organization) }, // Responsible practitioner
"paymentStatus" : { CodeableConcept } // Whether payment has been sent or cleared
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:PaymentNotice; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:PaymentNotice.identifier [ Identifier ], ... ; # 0..* Business Identifier fhir:PaymentNotice.status [ code ]; # 0..1 active | cancelled | draft | entered-in-error fhir:PaymentNotice.request [ Reference(Any) ]; # 0..1 Request reference fhir:PaymentNotice.response [ Reference(Any) ]; # 0..1 Response reference
fhir:fhir:PaymentNotice.statusDate [ date ]; # 0..1 Payment or clearing date fhir:PaymentNotice.created [ dateTime ]; # 0..1 Creation date fhir:PaymentNotice.target [ Reference(Organization) ]; # 0..1 Insurer or Regulatory body fhir:PaymentNotice.provider [ Reference(Practitioner|PractitionerRole|Organization) ]; # 0..1 Responsible practitioner fhir:PaymentNotice.paymentStatus [ CodeableConcept ]; # 0..1 Whether payment has been sent or cleared ]
Changes since R3
| PaymentNotice | |
| PaymentNotice.provider |
|
| PaymentNotice.organization |
|
See the Full Difference for further information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 1 test that all execute ok. 1 fail round-trip testing and 1 r3 resources are invalid (0 errors). )
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
PaymentNotice
request
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
0..* | Identifier |
Business
Identifier
|
|
|
?! Σ | 0..1 | code |
active
|
cancelled
|
draft
|
entered-in-error
Financial Resource Status Codes ( Required ) |
|
0..1 | Reference ( Any ) | Request reference | |
|
0..1 | Reference ( Any ) | Response reference | |
|
0..1 | date | Payment or clearing date | |
|
0..1 | dateTime | Creation date | |
|
0..1 | Reference ( Organization ) | Insurer or Regulatory body | |
|
0..1 | Reference ( Practitioner | PractitionerRole | Organization ) | Responsible practitioner | |
|
0..1 | CodeableConcept |
Whether
payment
has
been
sent
or
cleared
Payment Status Codes ( Example ) |
|
Documentation
for
this
format
|
||||
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> <status value="[code]"/><!-- 0..1 active | cancelled | draft | entered-in-error --> <request><!-- 0..1 Reference(Any) Request reference --></request> <response><!-- 0..1 Reference(Any) Response reference --></response>
<<statusDate value="[date]"/><!-- 0..1 Payment or clearing date --> <created value="[dateTime]"/><!-- 0..1 Creation date --> <target><!-- 0..1 Reference(Organization) Insurer or Regulatory body --></target> <provider><!-- 0..1 Reference(Practitioner|PractitionerRole|Organization) Responsible practitioner --></provider> <paymentStatus><!-- 0..1 CodeableConcept Whether payment has been sent or cleared --></paymentStatus> </PaymentNotice>
JSON Template
{
"resourceType" : "PaymentNotice",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"status" : "<code>", // active | cancelled | draft | entered-in-error
"request" : { Reference(Any) }, // Request reference
"response" : { Reference(Any) }, // Response reference
"
"statusDate" : "<date>", // Payment or clearing date
"created" : "<dateTime>", // Creation date
"target" : { Reference(Organization) }, // Insurer or Regulatory body
"provider" : { Reference(Practitioner|PractitionerRole|Organization) }, // Responsible practitioner
"paymentStatus" : { CodeableConcept } // Whether payment has been sent or cleared
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:PaymentNotice; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:PaymentNotice.identifier [ Identifier ], ... ; # 0..* Business Identifier fhir:PaymentNotice.status [ code ]; # 0..1 active | cancelled | draft | entered-in-error fhir:PaymentNotice.request [ Reference(Any) ]; # 0..1 Request reference fhir:PaymentNotice.response [ Reference(Any) ]; # 0..1 Response reference
fhir:fhir:PaymentNotice.statusDate [ date ]; # 0..1 Payment or clearing date fhir:PaymentNotice.created [ dateTime ]; # 0..1 Creation date fhir:PaymentNotice.target [ Reference(Organization) ]; # 0..1 Insurer or Regulatory body fhir:PaymentNotice.provider [ Reference(Practitioner|PractitionerRole|Organization) ]; # 0..1 Responsible practitioner fhir:PaymentNotice.paymentStatus [ CodeableConcept ]; # 0..1 Whether payment has been sent or cleared ]
Changes
since
DSTU2
Release
3
| PaymentNotice | |
| PaymentNotice.provider |
|
| PaymentNotice.organization |
|
See the Full Difference for further information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 1 test that all execute ok. 1 fail round-trip testing and 1 r3 resources are invalid (0 errors). )
Alternate
See
the
Profiles
&
Extensions
and
the
alternate
definitions:
Master
Definition
XML
+
JSON
,
XML
Schema
/
Schematron
+
JSON
Schema
,
ShEx
(for
Turtle
)
+
see
the
extensions
&
the
dependency
analysis
| Path | Definition | Type | Reference |
|---|---|---|---|
| PaymentNotice.status | A code specifying the state of the resource instance. | Required |
|
| PaymentNotice.paymentStatus |
The
payment
conveyance
status
|
Example |
|
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description | Expression | In Common |
| 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
( Practitioner , Organization , PractitionerRole ) |
|
| request | reference | The Claim |
PaymentNotice.request
(Any) |
|
| response | reference | The ClaimResponse |
PaymentNotice.response
(Any) |
|
| status | token | The status of the payment notice | PaymentNotice.status | |
| statusdate | date | The date of the payment action | PaymentNotice.statusDate |