This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Payment FHIR Resource Proposal"

From HL7Wiki
Jump to navigation Jump to search
(Created page with "{{subst::Template:FHIR Resource Proposal}}")
 
(migrate to Confluence)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
  
 
<div class="messagebox cleanup metadata">
 
<div class="messagebox cleanup metadata">
<div style="float: left;">[[Image:OpenHotTopic.GIF|35px| ]]</div>
+
Current version: https://confluence.hl7.org/display/FHIR/Payment+FHIR+Resource+Proposal<div style="float: left;">[[Image:OpenHotTopic.GIF|35px| ]]</div>
 
<div style="background:#F0F0F0">
 
<div style="background:#F0F0F0">
 
This page documents a [[:category:Pending FHIR Resource Proposal|Pending]] [[:category:FHIR Resource Proposal|FHIR Resource Proposal]]
 
This page documents a [[:category:Pending FHIR Resource Proposal|Pending]] [[:category:FHIR Resource Proposal|FHIR Resource Proposal]]
Line 13: Line 13:
  
  
=PutProposedResourceNameHere=
+
=FinancialTransaction=
  
 
<!-- Resource names should meet the following characteristics:
 
<!-- Resource names should meet the following characteristics:
Line 30: Line 30:
  
 
<!-- The name of the committee that is proposed to have responsibility for developing and maintaining the resources. -->
 
<!-- The name of the committee that is proposed to have responsibility for developing and maintaining the resources. -->
[[YourWorkGroupName]]
+
[[Financial Management]]
  
 
==Committee Approval Date:==
 
==Committee Approval Date:==
<i>Please enter the date that the committee approved this Resource proposal</i>
+
<i>PA Approval on 10/24/2018 Riki Merrick/Kathleen Connor:4-0-0</i>
  
 
==Contributing or Reviewing Work Groups==
 
==Contributing or Reviewing Work Groups==
  
 
<!-- Additional work groups that may have an interest in contributing to, or reviewing  the content of the resource (optional) -->
 
<!-- Additional work groups that may have an interest in contributing to, or reviewing  the content of the resource (optional) -->
* Work Group Name
+
Patient Administration
* or link
 
* or "None"
 
  
 
==FHIR Resource Development Project Insight ID==
 
==FHIR Resource Development Project Insight ID==
  
 
<!-- Please specify the id of your work group’s PSS for doing FHIR work.  (If submitted but not yet approved, just write “pending”.) The link to the PSS template can be found here: http://gforge.hl7.org/gf/download/docmanfileversion/6832/9398/HL7FHIR_DSTUballotPSS-20120529.doc -->
 
<!-- Please specify the id of your work group’s PSS for doing FHIR work.  (If submitted but not yet approved, just write “pending”.) The link to the PSS template can be found here: http://gforge.hl7.org/gf/download/docmanfileversion/6832/9398/HL7FHIR_DSTUballotPSS-20120529.doc -->
 
+
994
 
==Scope of coverage==
 
==Scope of coverage==
  
Line 58: Line 56:
 
As a rule, resources should encompass all of these aspects.
 
As a rule, resources should encompass all of these aspects.
 
  -->
 
  -->
 +
 +
This resource provides the ability to accurately track the different payment and adjustment transactions toward balances on an account.
  
 
==RIM scope==
 
==RIM scope==
Line 77: Line 77:
 
* Have the characteristics of high cohesion & low coupling – need to explore whether coupling is good some places, not elsewhere – layers from Bo’s document  
 
* Have the characteristics of high cohesion & low coupling – need to explore whether coupling is good some places, not elsewhere – layers from Bo’s document  
 
  -->
 
  -->
 +
 +
Tracking financial information is vital in Patient Accounting and Patient Administration systems in many Healthcare Organizations. This resource provides the ability to accurately track the different payments and adjustments toward balances on the account. ChargeItems (can) result in an increase in the balance on an Account.  We now need a method to pay down that balance (i.e. post payments).
  
 
==Expected implementations==
 
==Expected implementations==
  
 
<!--Key resources are justified by CCDA, for resources not deemed "key", what interest is there by implementers in using this particular resource. Provide named implementations if possible - ideally provide multiple independent implementations. -->
 
<!--Key resources are justified by CCDA, for resources not deemed "key", what interest is there by implementers in using this particular resource. Provide named implementations if possible - ideally provide multiple independent implementations. -->
 +
 +
*Any solution that tracks financial accounting, payment, and billing information
 +
*Patient apps that support self-pay payments
 +
*Patient apps that show how a current balance was calculated
 +
*Interested parties: Cerner, payment processors, healthcare providers, healthcare systems.
  
 
==Content sources==
 
==Content sources==
Line 87: Line 94:
  
 
Are there any source specifications that you wish to consult but are concerned about access to or expertise to consider? -->
 
Are there any source specifications that you wish to consult but are concerned about access to or expertise to consider? -->
 +
 +
Existing normative V3 and V2 specifications
  
 
==Example Scenarios==
 
==Example Scenarios==
  
 
<!-- Provide a listing of the types of scenarios to be represented in the examples produced for this resource.  They should demonstrate the full scope of the resource and allow exercising of the resources capabilities (full element coverage, inclusion & omission of optional elements, repeating and singleton repeating elements, etc.) -->
 
<!-- Provide a listing of the types of scenarios to be represented in the examples produced for this resource.  They should demonstrate the full scope of the resource and allow exercising of the resources capabilities (full element coverage, inclusion & omission of optional elements, repeating and singleton repeating elements, etc.) -->
 +
 +
*Patient online bill pay payments
 +
*Point of service payments for co-pays
 +
*Back office collection payments over the phone or mail
 +
*Lockbox payments
  
 
==Resource Relationships==
 
==Resource Relationships==
Line 102: Line 116:
 
Reference to resources is really only relevant at the "same or higher level" (Bo – fix this wording)
 
Reference to resources is really only relevant at the "same or higher level" (Bo – fix this wording)
 
  -->
 
  -->
 +
 +
Reference to:
 +
 +
*Account
 +
*Encounter
 +
*ChargeItem
 +
*Claim
 +
*Patient|Group|RelatedPerson (subject)
 +
 +
Referenced by:
 +
 +
*Payment
  
 
==Resource Boundaries==
 
==Resource Boundaries==

Latest revision as of 15:18, 31 October 2019



FinancialTransaction

Owning work group name

Financial Management

Committee Approval Date:

PA Approval on 10/24/2018 Riki Merrick/Kathleen Connor:4-0-0

Contributing or Reviewing Work Groups

Patient Administration

FHIR Resource Development Project Insight ID

994

Scope of coverage

This resource provides the ability to accurately track the different payment and adjustment transactions toward balances on an account.

RIM scope

Resource appropriateness

Tracking financial information is vital in Patient Accounting and Patient Administration systems in many Healthcare Organizations. This resource provides the ability to accurately track the different payments and adjustments toward balances on the account. ChargeItems (can) result in an increase in the balance on an Account. We now need a method to pay down that balance (i.e. post payments).

Expected implementations

  • Any solution that tracks financial accounting, payment, and billing information
  • Patient apps that support self-pay payments
  • Patient apps that show how a current balance was calculated
  • Interested parties: Cerner, payment processors, healthcare providers, healthcare systems.

Content sources

Existing normative V3 and V2 specifications

Example Scenarios

  • Patient online bill pay payments
  • Point of service payments for co-pays
  • Back office collection payments over the phone or mail
  • Lockbox payments

Resource Relationships

Reference to:

  • Account
  • Encounter
  • ChargeItem
  • Claim
  • Patient|Group|RelatedPerson (subject)

Referenced by:

  • Payment

Resource Boundaries

Timelines

gForge Users

When Resource Proposal Is Complete

When you have completed your proposal, please send an email to FMGcontact@HL7.org

FMG Notes