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 . 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 |
---|---|---|---|---|
PaymentReconciliation | Σ | DomainResource | PaymentReconciliation resource | |
identifier | Σ | 0..* | Identifier | Business Identifier |
request[x] | Σ | 0..1 | Claim reference | |
requestIdentifier | Identifier | |||
requestReference | Reference(ProcessRequest) | |||
outcome | Σ | 0..1 | code | complete | error RemittanceOutcome (Required) |
disposition | Σ | 0..1 | string | Disposition Message |
ruleset | Σ | 0..1 | Coding | Resource version Ruleset Codes (Example) |
originalRuleset | Σ | 0..1 | Coding | Original version Ruleset Codes (Example) |
created | Σ | 0..1 | dateTime | Creation date |
period | Σ | 0..1 | Period | Period covered |
organization[x] | Σ | 0..1 | Insurer | |
organizationIdentifier | Identifier | |||
organizationReference | Reference(Organization) | |||
requestProvider[x] | Σ | 0..1 | Responsible practitioner | |
requestProviderIdentifier | Identifier | |||
requestProviderReference | Reference(Practitioner) | |||
requestOrganization[x] | Σ | 0..1 | Responsible organization | |
requestOrganizationIdentifier | Identifier | |||
requestOrganizationReference | Reference(Organization) | |||
detail | Σ | 0..* | BackboneElement | Details |
type | Σ | 1..1 | Coding | Type code Payment Type Codes (Example) |
request[x] | Σ | 0..1 | Claim | |
requestIdentifier | Identifier | |||
requestReference | Reference(Any) | |||
responce[x] | Σ | 0..1 | Claim Response | |
responceIdentifier | Identifier | |||
responceReference | Reference(Any) | |||
submitter[x] | Σ | 0..1 | Submitter | |
submitterIdentifier | Identifier | |||
submitterReference | Reference(Organization) | |||
payee[x] | Σ | 0..1 | Payee | |
payeeIdentifier | Identifier | |||
payeeReference | Reference(Organization) | |||
date | Σ | 0..1 | date | Invoice date |
amount | Σ | 0..1 | Money | Detail amount |
form | Σ | 0..1 | Coding | Printed Form Identifier Form Codes (Required) |
total | Σ | 1..1 | Money | Total amount of Payment |
note | Σ | 0..* | BackboneElement | Note text |
type | Σ | 0..1 | Coding | display | print | printoper NoteType (Required) |
text | Σ | 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><!-- 0..* Identifier Business Identifier --></identifier> <request[x]><!-- 0..1 Identifier|Reference(ProcessRequest) Claim reference --></request[x]> <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> <created value="[dateTime]"/><!-- 0..1 Creation date --> <period><!-- 0..1 Period Period covered --></period> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Insurer --></organization[x]> <requestProvider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></requestProvider[x]> <requestOrganization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></requestOrganization[x]> <detail> <!-- 0..* Details --> <type><!-- 1..1 Coding Type code --></type> <request[x]><!-- 0..1 Identifier|Reference(Any) Claim --></request[x]> <responce[x]><!-- 0..1 Identifier|Reference(Any) Claim Response --></responce[x]> <submitter[x]><!-- 0..1 Identifier|Reference(Organization) Submitter --></submitter[x]> <payee[x]><!-- 0..1 Identifier|Reference(Organization) Payee --></payee[x]> <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><!-- 1..1 Quantity(Money) Total amount of Payment --></total> <note> <!-- 0..* Note text --> <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[x]: Claim reference. One of these 2: "requestIdentifier" : { Identifier }, "requestReference" : { Reference(ProcessRequest) }, "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[x]: Insurer. One of these 2: "organizationIdentifier" : { Identifier }, "organizationReference" : { Reference(Organization) }, // requestProvider[x]: Responsible practitioner. One of these 2: "requestProviderIdentifier" : { Identifier }, "requestProviderReference" : { Reference(Practitioner) }, // requestOrganization[x]: Responsible organization. One of these 2: "requestOrganizationIdentifier" : { Identifier }, "requestOrganizationReference" : { Reference(Organization) }, "detail" : [{ // Details "type" : { Coding }, // R! Type code // request[x]: Claim. One of these 2: "requestIdentifier" : { Identifier }, "requestReference" : { Reference(Any) }, // responce[x]: Claim Response. One of these 2: "responceIdentifier" : { Identifier }, "responceReference" : { Reference(Any) }, // submitter[x]: Submitter. One of these 2: "submitterIdentifier" : { Identifier }, "submitterReference" : { Reference(Organization) }, // payee[x]: Payee. One of these 2: "payeeIdentifier" : { Identifier }, "payeeReference" : { Reference(Organization) }, "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 |
---|---|---|---|---|
PaymentReconciliation | Σ | DomainResource | PaymentReconciliation resource | |
identifier | Σ | 0..* | Identifier | Business Identifier |
request[x] | Σ | 0..1 | Claim reference | |
requestIdentifier | Identifier | |||
requestReference | Reference(ProcessRequest) | |||
outcome | Σ | 0..1 | code | complete | error RemittanceOutcome (Required) |
disposition | Σ | 0..1 | string | Disposition Message |
ruleset | Σ | 0..1 | Coding | Resource version Ruleset Codes (Example) |
originalRuleset | Σ | 0..1 | Coding | Original version Ruleset Codes (Example) |
created | Σ | 0..1 | dateTime | Creation date |
period | Σ | 0..1 | Period | Period covered |
organization[x] | Σ | 0..1 | Insurer | |
organizationIdentifier | Identifier | |||
organizationReference | Reference(Organization) | |||
requestProvider[x] | Σ | 0..1 | Responsible practitioner | |
requestProviderIdentifier | Identifier | |||
requestProviderReference | Reference(Practitioner) | |||
requestOrganization[x] | Σ | 0..1 | Responsible organization | |
requestOrganizationIdentifier | Identifier | |||
requestOrganizationReference | Reference(Organization) | |||
detail | Σ | 0..* | BackboneElement | Details |
type | Σ | 1..1 | Coding | Type code Payment Type Codes (Example) |
request[x] | Σ | 0..1 | Claim | |
requestIdentifier | Identifier | |||
requestReference | Reference(Any) | |||
responce[x] | Σ | 0..1 | Claim Response | |
responceIdentifier | Identifier | |||
responceReference | Reference(Any) | |||
submitter[x] | Σ | 0..1 | Submitter | |
submitterIdentifier | Identifier | |||
submitterReference | Reference(Organization) | |||
payee[x] | Σ | 0..1 | Payee | |
payeeIdentifier | Identifier | |||
payeeReference | Reference(Organization) | |||
date | Σ | 0..1 | date | Invoice date |
amount | Σ | 0..1 | Money | Detail amount |
form | Σ | 0..1 | Coding | Printed Form Identifier Form Codes (Required) |
total | Σ | 1..1 | Money | Total amount of Payment |
note | Σ | 0..* | BackboneElement | Note text |
type | Σ | 0..1 | Coding | display | print | printoper NoteType (Required) |
text | Σ | 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><!-- 0..* Identifier Business Identifier --></identifier> <request[x]><!-- 0..1 Identifier|Reference(ProcessRequest) Claim reference --></request[x]> <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> <created value="[dateTime]"/><!-- 0..1 Creation date --> <period><!-- 0..1 Period Period covered --></period> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Insurer --></organization[x]> <requestProvider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></requestProvider[x]> <requestOrganization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></requestOrganization[x]> <detail> <!-- 0..* Details --> <type><!-- 1..1 Coding Type code --></type> <request[x]><!-- 0..1 Identifier|Reference(Any) Claim --></request[x]> <responce[x]><!-- 0..1 Identifier|Reference(Any) Claim Response --></responce[x]> <submitter[x]><!-- 0..1 Identifier|Reference(Organization) Submitter --></submitter[x]> <payee[x]><!-- 0..1 Identifier|Reference(Organization) Payee --></payee[x]> <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><!-- 1..1 Quantity(Money) Total amount of Payment --></total> <note> <!-- 0..* Note text --> <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[x]: Claim reference. One of these 2: "requestIdentifier" : { Identifier }, "requestReference" : { Reference(ProcessRequest) }, "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[x]: Insurer. One of these 2: "organizationIdentifier" : { Identifier }, "organizationReference" : { Reference(Organization) }, // requestProvider[x]: Responsible practitioner. One of these 2: "requestProviderIdentifier" : { Identifier }, "requestProviderReference" : { Reference(Practitioner) }, // requestOrganization[x]: Responsible organization. One of these 2: "requestOrganizationIdentifier" : { Identifier }, "requestOrganizationReference" : { Reference(Organization) }, "detail" : [{ // Details "type" : { Coding }, // R! Type code // request[x]: Claim. One of these 2: "requestIdentifier" : { Identifier }, "requestReference" : { Reference(Any) }, // responce[x]: Claim Response. One of these 2: "responceIdentifier" : { Identifier }, "responceReference" : { Reference(Any) }, // submitter[x]: Submitter. One of these 2: "submitterIdentifier" : { Identifier }, "submitterReference" : { Reference(Organization) }, // payee[x]: Payee. One of these 2: "payeeIdentifier" : { Identifier }, "payeeReference" : { Reference(Organization) }, "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 | RemittanceOutcome |
PaymentReconciliation.ruleset PaymentReconciliation.originalRuleset | The static and dynamic model to which contents conform, which may be business version or standard/version. | Example | Ruleset Codes |
PaymentReconciliation.detail.type | The reason for the amount: payment, adjustment, advance. | Example | Payment Type Codes |
PaymentReconciliation.form | The forms codes. | Required | Form Codes |
PaymentReconciliation.note.type | The presentation types of notes. | Required | NoteType |
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 |
created | date | The creation date | PaymentReconciliation.created |
disposition | string | The contents of the disposition message | PaymentReconciliation.disposition |
identifier | token | The business identifier of the Explanation of Benefit | PaymentReconciliation.identifier |
organizationidentifier | token | The organization who generated this resource | PaymentReconciliation.organizationIdentifier |
organizationreference | reference | The organization who generated this resource | PaymentReconciliation.organizationReference (Organization) |
outcome | token | The processing outcome | PaymentReconciliation.outcome |
requestidentifier | token | The reference to the claim | PaymentReconciliation.requestIdentifier |
requestorganizationidentifier | token | The organization who generated this resource | PaymentReconciliation.requestOrganizationIdentifier |
requestorganizationreference | reference | The organization who generated this resource | PaymentReconciliation.requestOrganizationReference (Organization) |
requestprovideridentifier | token | The reference to the provider who sumbitted the claim | PaymentReconciliation.requestProviderIdentifier |
requestproviderreference | reference | The reference to the provider who sumbitted the claim | PaymentReconciliation.requestProviderReference (Practitioner) |
requestreference | reference | The reference to the claim | PaymentReconciliation.requestReference (ProcessRequest) |