This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
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 : 0 | Compartments : Not linked to any defined compartments |
This resource provides payment details and claim references supporting a bulk payment.
The PaymentReconciliation resource provides the bulk payment details associated with a payment by the payor for goods and services rendered by a provider to patients covered by insurance plans offered by that payor. These are the payment reconciliation details which align to the individual payment amounts indicated on discrete ClaimResponses.
Bulk payments need to provide a means to associate the amounts paid again specific Claims, and other financial exchanges and adjustments, to the bulk payment itself in order to reconcile provider accounts receivable.
Todo
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ | DomainResource | PaymentReconciliation resource | |
|
Σ | 0..* | Identifier | Business Identifier |
|
Σ | 0..1 | Reference ( ProcessRequest ) | Claim reference |
|
Σ | 0..1 | code |
complete
|
error
RemittanceOutcome ( Required ) |
|
Σ | 0..1 | string | Disposition Message |
|
Σ | 0..1 | Coding |
Resource
version
Ruleset Codes ( Example ) |
|
Σ | 0..1 | Coding |
Original
version
Ruleset Codes ( Example ) |
|
Σ | 0..1 | dateTime | Creation date |
|
Σ | 0..1 | Period | Period covered |
|
Σ | 0..1 | Reference ( Organization ) | Insurer |
|
Σ | 0..1 | Reference ( Practitioner ) | Responsible practitioner |
|
Σ | 0..1 | Reference ( Organization ) | Responsible organization |
|
Σ | 0..* |
|
Details |
|
Σ | 1..1 | Coding |
Type
code
|
|
Σ | 0..1 | Reference ( Any ) | Claim |
|
Σ | 0..1 | Reference ( Any ) | Claim Response |
|
Σ | 0..1 | Reference ( Organization ) | Submitter |
|
Σ | 0..1 | Reference ( Organization ) | Payee |
|
Σ | 0..1 | date | Invoice date |
|
Σ | 0..1 | Money | Detail amount |
|
Σ | 0..1 | Coding |
Printed
Form
Identifier
|
|
Σ | 1..1 | Money | Total amount of Payment |
|
Σ | 0..* |
|
Note text |
|
Σ | 0..1 | Coding |
display
|
print
|
printoper
NoteType ( Required ) |
|
Σ | 0..1 | string | Notes text |
Documentation
for
this
format
| ||||
UML Diagram
XML Template
<PaymentReconciliation xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> <</request> < <<identifier><!-- 0..* Identifier Business Identifier --></identifier> <request><!-- 0..1 Reference(ProcessRequest) Claim reference --></request> <outcome value="[code]"/><!-- 0..1 complete | error --> <disposition value="[string]"/><!-- 0..1 Disposition Message --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset>< <</period> <</organization> <</requestProvider> <</requestOrganization><created value="[dateTime]"/><!-- 0..1 Creation date --> <period><!-- 0..1 Period Period covered --></period> <organization><!-- 0..1 Reference(Organization) Insurer --></organization> <requestProvider><!-- 0..1 Reference(Practitioner) Responsible practitioner --></requestProvider> <requestOrganization><!-- 0..1 Reference(Organization) Responsible organization --></requestOrganization> <detail> <!-- 0..* Details --> <type><!-- 1..1 Coding Type code --></type><</request> <</responce> <</submitter> <</payee> < <</amount><request><!-- 0..1 Reference(Any) Claim --></request> <responce><!-- 0..1 Reference(Any) Claim Response --></responce> <submitter><!-- 0..1 Reference(Organization) Submitter --></submitter> <payee><!-- 0..1 Reference(Organization) Payee --></payee> <date value="[date]"/><!-- 0..1 Invoice date --> <amount><!-- 0..1 Quantity(Money) Detail amount --></amount> </detail> <form><!-- 0..1 Coding Printed Form Identifier --></form><</total><total><!-- 1..1 Quantity(Money) Total amount of Payment --></total> <note> <!-- 0..* Note text --><</type> <<type><!-- 0..1 Coding display | print | printoper --></type> <text value="[string]"/><!-- 0..1 Notes text --> </note> </PaymentReconciliation>
JSON Template
{
"resourceType" : "PaymentReconciliation",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"identifier" : [{ Identifier }], // Business Identifier
"request" : { Reference(ProcessRequest) }, // Claim reference
"outcome" : "<code>", // complete | error
"disposition" : "<string>", // Disposition Message
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"
"
"
"
"
"
"created" : "<dateTime>", // Creation date
"period" : { Period }, // Period covered
"organization" : { Reference(Organization) }, // Insurer
"requestProvider" : { Reference(Practitioner) }, // Responsible practitioner
"requestOrganization" : { Reference(Organization) }, // Responsible organization
"detail" : [{ // Details
"type" : { Coding }, // R! Type code
"
"
"
"
"
"
"request" : { Reference(Any) }, // Claim
"responce" : { Reference(Any) }, // Claim Response
"submitter" : { Reference(Organization) }, // Submitter
"payee" : { Reference(Organization) }, // Payee
"date" : "<date>", // Invoice date
"amount" : { Quantity(Money) } // Detail amount
}],
"form" : { Coding }, // Printed Form Identifier
"
"
"
"
"total" : { Quantity(Money) }, // R! Total amount of Payment
"note" : [{ // Note text
"type" : { Coding }, // display | print | printoper
"text" : "<string>" // Notes text
}]
}
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ | DomainResource | PaymentReconciliation resource | |
|
Σ | 0..* | Identifier | Business Identifier |
|
Σ | 0..1 | Reference ( ProcessRequest ) | Claim reference |
|
Σ | 0..1 | code |
complete
|
error
RemittanceOutcome ( Required ) |
|
Σ | 0..1 | string | Disposition Message |
|
Σ | 0..1 | Coding |
Resource
version
Ruleset Codes ( Example ) |
|
Σ | 0..1 | Coding |
Original
version
Ruleset Codes ( Example ) |
|
Σ | 0..1 | dateTime | Creation date |
|
Σ | 0..1 | Period | Period covered |
|
Σ | 0..1 | Reference ( Organization ) | Insurer |
|
Σ | 0..1 | Reference ( Practitioner ) | Responsible practitioner |
|
Σ | 0..1 | Reference ( Organization ) | Responsible organization |
|
Σ | 0..* |
|
Details |
|
Σ | 1..1 | Coding |
Type
code
|
|
Σ | 0..1 | Reference ( Any ) | Claim |
|
Σ | 0..1 | Reference ( Any ) | Claim Response |
|
Σ | 0..1 | Reference ( Organization ) | Submitter |
|
Σ | 0..1 | Reference ( Organization ) | Payee |
|
Σ | 0..1 | date | Invoice date |
|
Σ | 0..1 | Money | Detail amount |
|
Σ | 0..1 | Coding |
Printed
Form
Identifier
|
|
Σ | 1..1 | Money | Total amount of Payment |
|
Σ | 0..* |
|
Note text |
|
Σ | 0..1 | Coding |
display
|
print
|
printoper
NoteType ( Required ) |
|
Σ | 0..1 | string | Notes text |
Documentation
for
this
format
| ||||
XML Template
<PaymentReconciliation xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</identifier> <</request> < <<identifier><!-- 0..* Identifier Business Identifier --></identifier> <request><!-- 0..1 Reference(ProcessRequest) Claim reference --></request> <outcome value="[code]"/><!-- 0..1 complete | error --> <disposition value="[string]"/><!-- 0..1 Disposition Message --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset>< <</period> <</organization> <</requestProvider> <</requestOrganization><created value="[dateTime]"/><!-- 0..1 Creation date --> <period><!-- 0..1 Period Period covered --></period> <organization><!-- 0..1 Reference(Organization) Insurer --></organization> <requestProvider><!-- 0..1 Reference(Practitioner) Responsible practitioner --></requestProvider> <requestOrganization><!-- 0..1 Reference(Organization) Responsible organization --></requestOrganization> <detail> <!-- 0..* Details --> <type><!-- 1..1 Coding Type code --></type><</request> <</responce> <</submitter> <</payee> < <</amount><request><!-- 0..1 Reference(Any) Claim --></request> <responce><!-- 0..1 Reference(Any) Claim Response --></responce> <submitter><!-- 0..1 Reference(Organization) Submitter --></submitter> <payee><!-- 0..1 Reference(Organization) Payee --></payee> <date value="[date]"/><!-- 0..1 Invoice date --> <amount><!-- 0..1 Quantity(Money) Detail amount --></amount> </detail> <form><!-- 0..1 Coding Printed Form Identifier --></form><</total><total><!-- 1..1 Quantity(Money) Total amount of Payment --></total> <note> <!-- 0..* Note text --><</type> <<type><!-- 0..1 Coding display | print | printoper --></type> <text value="[string]"/><!-- 0..1 Notes text --> </note> </PaymentReconciliation>
JSON Template
{
"resourceType" : "PaymentReconciliation",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"
"
"
"
"identifier" : [{ Identifier }], // Business Identifier
"request" : { Reference(ProcessRequest) }, // Claim reference
"outcome" : "<code>", // complete | error
"disposition" : "<string>", // Disposition Message
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"
"
"
"
"
"
"created" : "<dateTime>", // Creation date
"period" : { Period }, // Period covered
"organization" : { Reference(Organization) }, // Insurer
"requestProvider" : { Reference(Practitioner) }, // Responsible practitioner
"requestOrganization" : { Reference(Organization) }, // Responsible organization
"detail" : [{ // Details
"type" : { Coding }, // R! Type code
"
"
"
"
"
"
"request" : { Reference(Any) }, // Claim
"responce" : { Reference(Any) }, // Claim Response
"submitter" : { Reference(Organization) }, // Submitter
"payee" : { Reference(Organization) }, // Payee
"date" : "<date>", // Invoice date
"amount" : { Quantity(Money) } // Detail amount
}],
"form" : { Coding }, // Printed Form Identifier
"
"
"
"
"total" : { Quantity(Money) }, // R! Total amount of Payment
"note" : [{ // Note text
"type" : { Coding }, // display | print | printoper
"text" : "<string>" // Notes text
}]
}
Alternate definitions: Schema / Schematron , Resource Profile ( XML , JSON ), Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
| PaymentReconciliation.outcome | The outcome of the processing. | Required |
|
|
PaymentReconciliation.ruleset
PaymentReconciliation.originalRuleset |
The
static
and
dynamic
model
to
which
contents
conform,
which
may
be
business
version
or
|
Example |
|
| PaymentReconciliation.detail.type | The reason for the amount: payment, adjustment, advance. | Example |
|
| PaymentReconciliation.form |
The
forms
|
Required |
|
| PaymentReconciliation.note.type |
The
presentation
types
of
|
Required |
|
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 | Paths |
| identifier | token | The business identifier of the Explanation of Benefit | PaymentReconciliation.identifier |