> For the complete documentation index, see [llms.txt](https://guides.ohie.org/arch-spec/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.ohie.org/arch-spec/dev-1/introduction/openhie-finance-and-insurance-services-workflows/hfw-004-claiming.md).

# HFW-004: Claiming

| Workflow Maturity           | <p></p><p><img src="https://lh6.googleusercontent.com/Kxkqfa92YGW3mIOmWio0Twi4YLMA92z6mL1MuFzkx4AWS5CX5zbzWid5z4p2W-e6O66llKpaU0r6lzwyXfhbIiWmkVEuPDy6stX5x5L8uC2DkEXs6qUFX-7xxXTlb9hbkg" alt=""><br>Newly Defined </p><ul><li>Workflow is defined and ARB approved</li><li>Initial implementations are underway</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Description                 | <p>In the claiming process offers three functions </p><ol><li>Pre-determination: A PoS system (e.g. Hospital) requests an estimation of the expected reimbursement for a beneficiary’s specific treatment from the FIS (e.g Insurance). </li><li>Pre-authorization: A PoS system (e.g. Hospital) requests an approval for a specific treatment from the FIS (e.g Insurance). At the FIS a manual intervention is needed to authorize the requested treatment. The insurer might need to reserve funds in the budget.</li><li>Claiming: a PoS system (e.g. Hospital) sends a request for reimbursement of costs incurred for a certain treatment to the FIS</li></ol>                                                                                                                            |
| Example                     | <ol><li>An expensive treatment is needed and the Hospital wants to estimate the inputs they can apply. </li><li>A costly surgery is needed and has to be pre-approved by the insurance before it can be done. </li><li>A patient was treated in the hospital and the hospital requests reimbursement of the incurred costs.</li></ol>                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Status                      | OHIE LEVEL 1 - Emerging Collection                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Referenced Standards        | <ul><li>HL7 FHIR Financial Module: <a href="http://hl7.org/fhir/financial-module.html"><http://hl7.org/fhir/financial-module.html></a></li><li>Treatment plan submitted to Insurer to reserve funds: <a href="http://hl7.org/fhir/claim.html">Claim</a> {use=preauthorization} (<a href="http://hl7.org/fhir/financial-module.html#order"><http://hl7.org/fhir/financial-module.html#order></a>)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                      |
| Assumptions & Prerequisites | <ul><li>The PoS system has a curated list of insurance providers that interact with that system </li><li>All relevant patient data is available in the PoS.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Actors                      | <ul><li><a href="https://guides.ohie.org/arch-spec/openhie-component-specifications-1/point-of-care-systems">PoS</a> - The point of service system that captures a patient clinical encounter and sends the formatted claim to the HIE. </li><li><a href="https://guides.ohie.org/arch-spec/openhie-component-specifications-1/openhie-interoperability-layer-iol">IOL</a> - Mediates the transactions between the PoS system and the infrastructure services to facilitate easier interoperability. </li><li><a href="https://guides.ohie.org/arch-spec/openhie-component-specifications-1/openhie-finance-and-insurance-service">FIS</a> - Financing and Insurance System that manages the claims processing and scrutinisation. </li><li>EXT - an (OpenHIE) external payment layer</li></ul> |
| Validations                 | The PoS or IOL should validate the FHIR resources being submitted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |

### Interaction Description

![](https://lh3.googleusercontent.com/1hcKyIWDVT39Q71qOsZWmx_NyGPh7n3IIBiO_TxjZ0W9Reu20ouS50xgTxnCguizWjPQFCcQZ36dxR3DSJCEHdcUP8mOmLHEsLxnxoFLyEgQFp5Bd-z0MTYWb_aeWMQjcVj018Cq)

**Source code**

&#x20;(link to permanent text in <https://www.websequencediagrams.com/>)

```
title HFW-004: Claiming
participant PoS
participant IOL
participant FIS
participant EXT


opt Get code lists for medical procedures & items
	PoS -> IOL: [1] Submit medical procedures & items query
	IOL -> FIS: [2] Forward query
	FIS -> FIS: [3] Process query
	FIS -> IOL: [4] Return  medical procedures & items
	IOL -> PoS: [5] Forward medical procedures & items
end opt
 

PoS -> PoS: [6] Build claim
PoS -> IOL: [7] Submit claim (use)
IOL -> FIS: [8] Forward query
FIS -> FIS: [9] Process claim

alt accepted
	opt Payout
    	note over IOL, EXT: [10] Process payment
	end opt
	FIS -> IOL: [11] Return positive claim result
	IOL -> PoS: [12] Forward positive claim result
else rejected
	FIS -> IOL: [13] Return negative claim result
	IOL -> PoS: [14] Forward negative claim result
else queued
	FIS -> IOL: [15] Return queued status notification
	IOL -> PoS: [16] Forward queued status notification
end
```

### Technical Details

<table><thead><tr><th width="150">Ref</th><th>Interaction</th><th>Endpoint</th><th>Data</th><th>Transaction Spec</th></tr></thead><tbody><tr><td>1</td><td>Submit medical procedures &#x26; items query</td><td>IOL</td><td>FHIR ActivityDefinition, FHIR Medication</td><td><a href="http://hl7.org/fhir/R4/activitydefinition.html
http://hl7.org/fhir/R4/medication.html ">http://hl7.org/fhir/R4/activitydefinition.html<br>http://hl7.org/fhir/R4/medication.html </a></td></tr><tr><td>2</td><td>Forward query</td><td>FIS</td><td></td><td></td></tr><tr><td>3</td><td>Process query</td><td>internal</td><td></td><td></td></tr><tr><td>4</td><td>Return  medical procedures &#x26; items</td><td>IOL</td><td>FHIR ActivityDefinition, FHIR Medication</td><td><a href="http://hl7.org/fhir/R4/activitydefinition.html
http://hl7.org/fhir/R4/medication.html ">http://hl7.org/fhir/R4/activitydefinition.html<br>http://hl7.org/fhir/R4/medication.html </a></td></tr><tr><td>5</td><td>Forward medical procedures &#x26; items</td><td>PoS</td><td></td><td></td></tr><tr><td>6</td><td>Build claim</td><td>internal</td><td></td><td></td></tr><tr><td>7</td><td>Submit claim (use)</td><td>IOL</td><td>FHIR Claim (use=[preauthorizsation, predetermination , claim])</td><td><a href="http://hl7.org/fhir/R4/claim.html ">http://hl7.org/fhir/R4/claim.html </a></td></tr><tr><td>8</td><td>Forward query</td><td>FIS</td><td></td><td></td></tr><tr><td>9</td><td>Process claim</td><td>internal</td><td></td><td></td></tr><tr><td>10</td><td>Process payment</td><td>EXT</td><td></td><td></td></tr><tr><td>11</td><td>Return positive claim result</td><td>IOL</td><td>FHIR ClaimResponse</td><td><a href="http://hl7.org/fhir/R4/claimresponse.html ">http://hl7.org/fhir/R4/claimresponse.html </a></td></tr><tr><td>12</td><td>Forward positive claim result</td><td>PoS</td><td></td><td></td></tr><tr><td>13</td><td>Return negative claim result</td><td>IOL</td><td>FHIR ClaimResponse (use=[preauthorizsation, predetermination , claim])</td><td><a href="http://hl7.org/fhir/R4/claimresponse.html ">http://hl7.org/fhir/R4/claimresponse.html </a></td></tr><tr><td>14</td><td>Forward negative claim result</td><td>PoS</td><td></td><td></td></tr><tr><td>15</td><td>Return queued status notification</td><td>IOL</td><td>FHIR ClaimResponse (use=[preauthorizsation, predetermination , claim])</td><td><a href="http://hl7.org/fhir/R4/claimresponse.html ">http://hl7.org/fhir/R4/claimresponse.html </a></td></tr><tr><td>16</td><td>Forward queued status notification</td><td>PoS</td><td></td><td></td></tr></tbody></table>
