# HeyDonto FHIR R4 API - Financial The Financial module covers the resources and services provided by FHIR to support the costing, financial transactions and billing which occur within a healthcare provider as well as the eligibility, enrollment, authorizations, claims and payments which occur between healthcare providers and insurers and the reporting and notification between insurers and subscribers and patients. See also the [Administration](https://hl7.org/fhir/R4/administration-module.html) and [WorkFlow](https://hl7.org/fhir/R4/workflow-module.html) modules. --- ## Index **Resources:** * [Account](https://hl7.org/fhir/R4/account.html) - A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. * [Contract](https://hl7.org/fhir/R4/contract.html) - Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement * [Coverage](https://hl7.org/fhir/R4/coverage.html) - Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment * [CoverageEligibilityRequest](https://hl7.org/fhir/R4/coverageeligibilityrequest.html) - Provides patient and insurance coverage information to an insurer for them to respond with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy * [CoverageEligibilityResponse](https://hl7.org/fhir/R4/coverageeligibilityresponse.html) - Provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource * [EnrollmentRequest](https://hl7.org/fhir/R4/enrollmentrequest.html) - Provides the insurance enrollment details to the insurer regarding a specified coverage * [EnrollmentResponse](https://hl7.org/fhir/R4/enrollmentresponse.html) - Provides enrollment and plan details from the processing of an EnrollmentRequest resource * [Claim](https://hl7.org/fhir/R4/claim.html) - A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement * [ClaimResponse](https://hl7.org/fhir/R4/claimresponse.html) - Provides the adjudication details from the processing of a Claim resource * [PaymentNotice](https://hl7.org/fhir/R4/paymentnotice.html) - Provides the status of the payment for goods and services rendered, and the request and response resource references * [PaymentReconciliation](https://hl7.org/fhir/R4/paymentreconciliation.html) - Provides the details including amount of a payment and allocates the payment items being paid * [ExplanationOfBenefit](https://hl7.org/fhir/R4/explanationofbenefit.html) - Provides the claim details, adjudication details from the processing of a Claim, and optionally account balance information, for informing the subscriber of the benefits provided * [VisionPrescription](https://hl7.org/fhir/R4/visionprescription.html) - An authorization for the provision of glasses and/or contact lenses to a patient Image showing the relationship between the financial resources: ![Financial Module Resources](/images/financial-module.png) Additional Resources will be added in the future. A list of hypothesized resources can be found on the [HL7 Confluence](https://confluence.hl7.org/display/FHIR/Resource+Types). Feel free to add any you think are missing or engage with one of the [HL7 Work Groups](http://www.hl7.org/Special/committees/index.cfm) to submit a [proposal](https://confluence.hl7.org/display/FHIR/Resource+Proposals) to define a resource of particular interest. --- ## Security and Privacy Financial information in general and in particular when related to or including health information, such as claims data, are typically considered Protected Health Information and as such must be afforded the same protection and safeguards as would be afforded to purely clinical identified health data. The Security and Privacy measures associated with FHIR, such as the use of Security labels and tags in the resource.meta, are encouraged in addition to the use of whatever measures for authorization and encryption are supported by the chosen exchange model, e.g. FHIR REST, Web Services, Direct, MLLP, SMTP and others. For more general considerations, see [the Security and Privacy module](https://hl7.org/fhir/R4/secpriv-module.html). --- ## Common Use Cases The table below details various common business activities which occur in the financial realm, and the focal resources which may be exchanged, along with supporting resources, to accomplish the business activities. Whether the resources specified are actually needed requires consideration of the business itself and the exchange methodology and transport being used. For example: If a content model is not required to obtain the appropriate status element then a SEARCH (GET) may be used, however if a content model is required to support the request for information then the content model will need to be CREATEd (POST). Alternately, if FHIR Operations are being used then the specified focal resource may be employed as one of the Operation parameters or might not be required. | Business Activity | Request Resource | Response Resource | |-------------------|------------------|-------------------| | Eligibility Check | [CoverageEligibilityRequest](https://hl7.org/fhir/R4/coverageeligibilityrequest.html) | [CoverageEligibilityResponse](https://hl7.org/fhir/R4/coverageeligibilityresponse.html) | | Enrollment Update | [EnrollmentRequest](https://hl7.org/fhir/R4/enrollmentrequest.html) | [EnrollmentResponse](https://hl7.org/fhir/R4/enrollmentresponse.html) | | Claim | [Claim](https://hl7.org/fhir/R4/claim.html) (type={discipline}, use=claim) | [ClaimResponse](https://hl7.org/fhir/R4/claimresponse.html) | | Predetermination | [Claim](https://hl7.org/fhir/R4/claim.html) (type={discipline}, use=predetermination) | [ClaimResponse](https://hl7.org/fhir/R4/claimresponse.html) | | Preauthorization | [Claim](https://hl7.org/fhir/R4/claim.html) (type={discipline}, use=preauthorization) | [ClaimResponse](https://hl7.org/fhir/R4/claimresponse.html) | | Payment Notice | [Task](https://hl7.org/fhir/R4/task.html) (code=deliver, input=[PaymentNotice](https://hl7.org/fhir/R4/paymentnotice.html)) | [Task](https://hl7.org/fhir/R4/task.html) (output=error codes) | | Payment Reconciliation | [Task](https://hl7.org/fhir/R4/task.html) (code=poll, input=[PaymentReconciliation](https://hl7.org/fhir/R4/paymentreconciliation.html)) | [Task](https://hl7.org/fhir/R4/task.html) (output=[PaymentReconciliation](https://hl7.org/fhir/R4/paymentreconciliation.html)) | **{discipline}** means the type of claim: OralHealth, Vision, Pharmacy, Professional or Institutional. See the Financial examples in [Task](https://hl7.org/fhir/R4/task.html) for more details on Cancel, Nullify, Release, Reprocess, Status, and Poll operations. --- ## Glossary Key financial terms and their definitions: * **Adjudication** - The processing by an insurer of a claim, preauthorization or predetermination to determine under the insurance plan what if any benefits are or would be payable * **Beneficiary** (Patient) - The party whose health care expenses may be covered by a policy issued by an Insurer * **Claim** - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any * **Coordination of Benefit** (COB) - The rules, usually regionally defined, which govern the order of application of multiple Insurance coverages or Self-Pay to a given suite of health care expenses * **Insurer** (Payer, Payor) - A public or private insurer which will adjudicate Claims for health care goods and services to determine if there is any benefit payable under the policy which covers the patient * **Policy** - A contract between an Insurer and an individual or other entity such as an employer to reimburse covered parties (Beneficiaries) for some or all of a prescribed suite of health-related goods and services * **Preauthorization** (Prior Authorization, Pre-Auth) - A request to an Insurer to adjudicate the supplied **proposed future** charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted * **Predetermination** (Pre-Determination, PreD) - A request to an Insurer to adjudicate the supplied **'what if'** charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided * **Subscriber** - The person who signs-up for the coverage. May be an employee or person with dependents For the complete glossary, see the [Financial Module documentation](https://hl7.org/fhir/R4/financial-module.html#fingloss). --- ## Relative Order of Use The table below details the relative order of events and use of financial resources for patient care during the care cycle. Not all steps or information exchanges may occur: 1. **Patient visits Provider** 2. Provider checks for valid insurance coverage ([CoverageEligibilityRequest](https://hl7.org/fhir/R4/coverageeligibilityrequest.html)) 3. Insurer responds with coverage status ([CoverageEligibilityResponse](https://hl7.org/fhir/R4/coverageeligibilityresponse.html)) 4. **Provider examines Patient and reviews treatment options** 5. Provider submits Predetermination(s) for treatment options ([Claim](https://hl7.org/fhir/R4/claim.html) {use=predetermination}) 6. Insurer responds with potential reimbursement ([ClaimResponse](https://hl7.org/fhir/R4/claimresponse.html)) 7. **Provider and Patient determine treatment plan** 8. Treatment plan submitted to Insurer to reserve funds ([Claim](https://hl7.org/fhir/R4/claim.html) {use=preauthorization}) 9. **Provider provides treatment** 10. Provider submits patient's claim for reimbursement ([Claim](https://hl7.org/fhir/R4/claim.html) {use=claim}) 11. Insurer responds with claim adjudication ([ClaimResponse](https://hl7.org/fhir/R4/claimresponse.html)) 12. **Patient leaves treatment setting** 13. Patient requests an Explanation of Benefit ([ExplanationOfBenefit](https://hl7.org/fhir/R4/explanationofbenefit.html)) --- ## Additional Topics **Resource Status Life-cycle:** Financial resources begin with status 'draft' and continue with this status during development. When a resource is exchanged with an external party, the status changes to 'active'. An 'active' resource is immutable and cannot be edited except for status changes to 'cancel' or 'entered-in-error'. **Secondary Uses:** In addition to their primary use of conveying patient billing information to insurers, many financial resources may be used to export data to other agencies to support reporting and analytics. **Attachments - Supporting Information:** There is often a need to provide supporting information (attachments) to document the need for a service. This information may be provided inline in the resource's supportingInfo section, sent unsolicited in a [Communication](https://hl7.org/fhir/R4/communication.html), or sent in response to a [CommunicationRequest](https://hl7.org/fhir/R4/communicationrequest.html). **Subrogation:** In some cases, it's not appropriate to send Claims to certain insurers due to jurisdictional rules. The [Coverage](https://hl7.org/fhir/R4/coverage.html) resource supports marking coverages as subrogation to handle downstream recovery of costs. **Coordination of Benefit (COB):** When a patient has multiple Coverages, there will be an agreed order of application of claims recovery. Claims work through the COB order until exhausted or no further balance remains. **Batches:** eClaims request and response resources may be exchanged individually or via batches using [Bundle](https://hl7.org/fhir/R4/bundle.html) resources. **Real-time Exchange:** The eClaims resources are intended to support real-time exchange, though in many cases responses will only indicate receipt and validation, with deferred responses obtained later via REST or Poll operations. --- ## Developmental Roadmap The Financial Management Work Group (FM) is responsible for two subdomains: * **Financial Accounts and Billing (FIAB)** - resources for accounts, charges (internal costing transactions) and patient billing * **Financial Claims and Reimbursement (FICR)** - insurance information, enrollment, eligibility, predetermination, preauthorization, claims, patient reporting and payments To date FM has been focusing on the resources required to support the exchange of claims and related information between health care providers and insurers. The first draft of this work is nearing completion with the first Financial Standard for Trial Use. Over the next year further refinements are expected as implementers begin developing regional profiles and begin live pilots with resources. Once the above is well underway FM can then look to developing the Enrollment-related resources and the resources to support the FIAB functions. In many cases an **example** valueset has been provided in this release. Financial Management will be devoting effort in the preparation to Release 5 of FHIR to develop more representative example sets and to determine where global codesets exist such that some of the valuesets may be elevated in strength to extensible or required. Version: 1.0 ## Servers Sandbox ``` https://api-staging.heydonto.com ``` Production ``` https://api.heydonto.com ``` ## Security ### bearer Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [HeyDonto FHIR R4 API - Financial](https://docs.heydonto.com/_bundle/apis/fhir/financial.yaml) ## Account ### Get FHIR r4 accounts - [GET /site/{siteId}/fhir/account](https://docs.heydonto.com/apis/fhir/financial/account/fhiraccountcontroller_getaccounts.md) ### Create FHIR r4 account - [POST /site/{siteId}/fhir/account](https://docs.heydonto.com/apis/fhir/financial/account/fhiraccountcontroller_createaccount.md) ### Get FHIR r4 account by ID - [GET /site/{siteId}/fhir/account/{id}](https://docs.heydonto.com/apis/fhir/financial/account/fhiraccountcontroller_getaccount.md) ### Update FHIR r4 account - [PUT /site/{siteId}/fhir/account/{id}](https://docs.heydonto.com/apis/fhir/financial/account/fhiraccountcontroller_updateaccount.md) ### Delete FHIR r4 account - [DELETE /site/{siteId}/fhir/account/{id}](https://docs.heydonto.com/apis/fhir/financial/account/fhiraccountcontroller_deleteaccount.md) ### Get FHIR r4 account history by ID - [GET /site/{siteId}/fhir/account/{id}/history](https://docs.heydonto.com/apis/fhir/financial/account/fhiraccountcontroller_getaccounthistory.md) ## ChargeItem ### Get FHIR r4 charge items - [GET /site/{siteId}/fhir/charge-item](https://docs.heydonto.com/apis/fhir/financial/chargeitem/fhirchargeitemcontroller_getchargeitems.md) ### Create FHIR r4 charge item - [POST /site/{siteId}/fhir/charge-item](https://docs.heydonto.com/apis/fhir/financial/chargeitem/fhirchargeitemcontroller_createchargeitem.md) ### Get FHIR r4 charge item by ID - [GET /site/{siteId}/fhir/charge-item/{id}](https://docs.heydonto.com/apis/fhir/financial/chargeitem/fhirchargeitemcontroller_getchargeitem.md) ### Update FHIR r4 charge item - [PUT /site/{siteId}/fhir/charge-item/{id}](https://docs.heydonto.com/apis/fhir/financial/chargeitem/fhirchargeitemcontroller_updatechargeitem.md) ### Delete FHIR r4 charge item - [DELETE /site/{siteId}/fhir/charge-item/{id}](https://docs.heydonto.com/apis/fhir/financial/chargeitem/fhirchargeitemcontroller_deletechargeitem.md) ### Get FHIR r4 charge item history by ID - [GET /site/{siteId}/fhir/charge-item/{id}/history](https://docs.heydonto.com/apis/fhir/financial/chargeitem/fhirchargeitemcontroller_getchargeitemhistory.md) ## ChargeItemDefinition ### Get FHIR r4 charge item definitions - [GET /site/{siteId}/fhir/charge-item-definition](https://docs.heydonto.com/apis/fhir/financial/chargeitemdefinition/fhirchargeitemdefinitioncontroller_getchargeitemdefinitions.md) ### Create FHIR r4 charge item definition - [POST /site/{siteId}/fhir/charge-item-definition](https://docs.heydonto.com/apis/fhir/financial/chargeitemdefinition/fhirchargeitemdefinitioncontroller_createchargeitemdefinition.md) ### Get FHIR r4 charge item definition by ID - [GET /site/{siteId}/fhir/charge-item-definition/{id}](https://docs.heydonto.com/apis/fhir/financial/chargeitemdefinition/fhirchargeitemdefinitioncontroller_getchargeitemdefinition.md) ### Update FHIR r4 charge item definition - [PUT /site/{siteId}/fhir/charge-item-definition/{id}](https://docs.heydonto.com/apis/fhir/financial/chargeitemdefinition/fhirchargeitemdefinitioncontroller_updatechargeitemdefinition.md) ### Delete FHIR r4 charge item definition - [DELETE /site/{siteId}/fhir/charge-item-definition/{id}](https://docs.heydonto.com/apis/fhir/financial/chargeitemdefinition/fhirchargeitemdefinitioncontroller_deletechargeitemdefinition.md) ### Get FHIR r4 charge item definition history by ID - [GET /site/{siteId}/fhir/charge-item-definition/{id}/history](https://docs.heydonto.com/apis/fhir/financial/chargeitemdefinition/fhirchargeitemdefinitioncontroller_getchargeitemdefinitionhistory.md) ## Claim ### Get FHIR r4 claims - [GET /site/{siteId}/fhir/claim](https://docs.heydonto.com/apis/fhir/financial/claim/fhirclaimcontroller_getclaims.md) ### Create FHIR r4 claim - [POST /site/{siteId}/fhir/claim](https://docs.heydonto.com/apis/fhir/financial/claim/fhirclaimcontroller_createclaim.md) ### Get FHIR r4 claim by ID - [GET /site/{siteId}/fhir/claim/{id}](https://docs.heydonto.com/apis/fhir/financial/claim/fhirclaimcontroller_getclaim.md) ### Update FHIR r4 claim - [PUT /site/{siteId}/fhir/claim/{id}](https://docs.heydonto.com/apis/fhir/financial/claim/fhirclaimcontroller_updateclaim.md) ### Delete FHIR r4 claim - [DELETE /site/{siteId}/fhir/claim/{id}](https://docs.heydonto.com/apis/fhir/financial/claim/fhirclaimcontroller_deleteclaim.md) ### Get FHIR r4 claim history by ID - [GET /site/{siteId}/fhir/claim/{id}/history](https://docs.heydonto.com/apis/fhir/financial/claim/fhirclaimcontroller_getclaimhistory.md) ## ClaimResponse ### Get FHIR r4 claim responses - [GET /site/{siteId}/fhir/claim-response](https://docs.heydonto.com/apis/fhir/financial/claimresponse/fhirclaimresponsecontroller_getclaimresponses.md) ### Create FHIR r4 claim response - [POST /site/{siteId}/fhir/claim-response](https://docs.heydonto.com/apis/fhir/financial/claimresponse/fhirclaimresponsecontroller_createclaimresponse.md) ### Get FHIR r4 claim response by ID - [GET /site/{siteId}/fhir/claim-response/{id}](https://docs.heydonto.com/apis/fhir/financial/claimresponse/fhirclaimresponsecontroller_getclaimresponse.md) ### Update FHIR r4 claim response - [PUT /site/{siteId}/fhir/claim-response/{id}](https://docs.heydonto.com/apis/fhir/financial/claimresponse/fhirclaimresponsecontroller_updateclaimresponse.md) ### Delete FHIR r4 claim response - [DELETE /site/{siteId}/fhir/claim-response/{id}](https://docs.heydonto.com/apis/fhir/financial/claimresponse/fhirclaimresponsecontroller_deleteclaimresponse.md) ### Get FHIR r4 claim response history by ID - [GET /site/{siteId}/fhir/claim-response/{id}/history](https://docs.heydonto.com/apis/fhir/financial/claimresponse/fhirclaimresponsecontroller_getclaimresponsehistory.md) ## Contract ### Get FHIR r4 contracts - [GET /site/{siteId}/fhir/contract](https://docs.heydonto.com/apis/fhir/financial/contract/fhircontractcontroller_getcontracts.md) ### Create FHIR r4 contract - [POST /site/{siteId}/fhir/contract](https://docs.heydonto.com/apis/fhir/financial/contract/fhircontractcontroller_createcontract.md) ### Get FHIR r4 contract by ID - [GET /site/{siteId}/fhir/contract/{id}](https://docs.heydonto.com/apis/fhir/financial/contract/fhircontractcontroller_getcontract.md) ### Update FHIR r4 contract - [PUT /site/{siteId}/fhir/contract/{id}](https://docs.heydonto.com/apis/fhir/financial/contract/fhircontractcontroller_updatecontract.md) ### Delete FHIR r4 contract - [DELETE /site/{siteId}/fhir/contract/{id}](https://docs.heydonto.com/apis/fhir/financial/contract/fhircontractcontroller_deletecontract.md) ### Get FHIR r4 contract history by ID - [GET /site/{siteId}/fhir/contract/{id}/history](https://docs.heydonto.com/apis/fhir/financial/contract/fhircontractcontroller_getcontracthistory.md) ## Coverage ### Get FHIR r4 coverages - [GET /site/{siteId}/fhir/coverage](https://docs.heydonto.com/apis/fhir/financial/coverage/fhircoveragecontroller_getcoverages.md) ### Create FHIR r4 coverage - [POST /site/{siteId}/fhir/coverage](https://docs.heydonto.com/apis/fhir/financial/coverage/fhircoveragecontroller_createcoverage.md) ### Get FHIR r4 coverage by ID - [GET /site/{siteId}/fhir/coverage/{id}](https://docs.heydonto.com/apis/fhir/financial/coverage/fhircoveragecontroller_getcoverage.md) ### Update FHIR r4 coverage - [PUT /site/{siteId}/fhir/coverage/{id}](https://docs.heydonto.com/apis/fhir/financial/coverage/fhircoveragecontroller_updatecoverage.md) ### Delete FHIR r4 coverage - [DELETE /site/{siteId}/fhir/coverage/{id}](https://docs.heydonto.com/apis/fhir/financial/coverage/fhircoveragecontroller_deletecoverage.md) ### Get FHIR r4 coverage history by ID - [GET /site/{siteId}/fhir/coverage/{id}/history](https://docs.heydonto.com/apis/fhir/financial/coverage/fhircoveragecontroller_getcoveragehistory.md) ## CoverageEligibilityRequest ### Get FHIR r4 coverage eligibility requests - [GET /site/{siteId}/fhir/coverage-eligibility-request](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityrequest/fhircoverageeligibilityrequestcontroller_getcoverageeligibilityrequests.md) ### Create FHIR r4 coverage eligibility request - [POST /site/{siteId}/fhir/coverage-eligibility-request](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityrequest/fhircoverageeligibilityrequestcontroller_createcoverageeligibilityrequest.md) ### Get FHIR r4 coverage eligibility request by ID - [GET /site/{siteId}/fhir/coverage-eligibility-request/{id}](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityrequest/fhircoverageeligibilityrequestcontroller_getcoverageeligibilityrequest.md) ### Update FHIR r4 coverage eligibility request - [PUT /site/{siteId}/fhir/coverage-eligibility-request/{id}](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityrequest/fhircoverageeligibilityrequestcontroller_updatecoverageeligibilityrequest.md) ### Delete FHIR r4 coverage eligibility request - [DELETE /site/{siteId}/fhir/coverage-eligibility-request/{id}](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityrequest/fhircoverageeligibilityrequestcontroller_deletecoverageeligibilityrequest.md) ### Get FHIR r4 coverage eligibility request history by ID - [GET /site/{siteId}/fhir/coverage-eligibility-request/{id}/history](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityrequest/fhircoverageeligibilityrequestcontroller_getcoverageeligibilityrequesthistory.md) ## CoverageEligibilityResponse ### Get FHIR r4 coverage eligibility responses - [GET /site/{siteId}/fhir/coverage-eligibility-response](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityresponse/fhircoverageeligibilityresponsecontroller_getcoverageeligibilityresponses.md) ### Create FHIR r4 coverage eligibility response - [POST /site/{siteId}/fhir/coverage-eligibility-response](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityresponse/fhircoverageeligibilityresponsecontroller_createcoverageeligibilityresponse.md) ### Get FHIR r4 coverage eligibility response by ID - [GET /site/{siteId}/fhir/coverage-eligibility-response/{id}](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityresponse/fhircoverageeligibilityresponsecontroller_getcoverageeligibilityresponse.md) ### Update FHIR r4 coverage eligibility response - [PUT /site/{siteId}/fhir/coverage-eligibility-response/{id}](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityresponse/fhircoverageeligibilityresponsecontroller_updatecoverageeligibilityresponse.md) ### Delete FHIR r4 coverage eligibility response - [DELETE /site/{siteId}/fhir/coverage-eligibility-response/{id}](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityresponse/fhircoverageeligibilityresponsecontroller_deletecoverageeligibilityresponse.md) ### Get FHIR r4 coverage eligibility response history by ID - [GET /site/{siteId}/fhir/coverage-eligibility-response/{id}/history](https://docs.heydonto.com/apis/fhir/financial/coverageeligibilityresponse/fhircoverageeligibilityresponsecontroller_getcoverageeligibilityresponsehistory.md) ## EnrollmentRequest ### Get FHIR r4 enrollment requests - [GET /site/{siteId}/fhir/enrollment-request](https://docs.heydonto.com/apis/fhir/financial/enrollmentrequest/fhirenrollmentrequestcontroller_getenrollmentrequests.md) ### Create FHIR r4 enrollment request - [POST /site/{siteId}/fhir/enrollment-request](https://docs.heydonto.com/apis/fhir/financial/enrollmentrequest/fhirenrollmentrequestcontroller_createenrollmentrequest.md) ### Get FHIR r4 enrollment request by ID - [GET /site/{siteId}/fhir/enrollment-request/{id}](https://docs.heydonto.com/apis/fhir/financial/enrollmentrequest/fhirenrollmentrequestcontroller_getenrollmentrequest.md) ### Update FHIR r4 enrollment request - [PUT /site/{siteId}/fhir/enrollment-request/{id}](https://docs.heydonto.com/apis/fhir/financial/enrollmentrequest/fhirenrollmentrequestcontroller_updateenrollmentrequest.md) ### Delete FHIR r4 enrollment request - [DELETE /site/{siteId}/fhir/enrollment-request/{id}](https://docs.heydonto.com/apis/fhir/financial/enrollmentrequest/fhirenrollmentrequestcontroller_deleteenrollmentrequest.md) ### Get FHIR r4 enrollment request history by ID - [GET /site/{siteId}/fhir/enrollment-request/{id}/history](https://docs.heydonto.com/apis/fhir/financial/enrollmentrequest/fhirenrollmentrequestcontroller_getenrollmentrequesthistory.md) ## EnrollmentResponse ### Get FHIR r4 enrollment responses - [GET /site/{siteId}/fhir/enrollment-response](https://docs.heydonto.com/apis/fhir/financial/enrollmentresponse/fhirenrollmentresponsecontroller_getenrollmentresponses.md) ### Create FHIR r4 enrollment response - [POST /site/{siteId}/fhir/enrollment-response](https://docs.heydonto.com/apis/fhir/financial/enrollmentresponse/fhirenrollmentresponsecontroller_createenrollmentresponse.md) ### Get FHIR r4 enrollment response by ID - [GET /site/{siteId}/fhir/enrollment-response/{id}](https://docs.heydonto.com/apis/fhir/financial/enrollmentresponse/fhirenrollmentresponsecontroller_getenrollmentresponse.md) ### Update FHIR r4 enrollment response - [PUT /site/{siteId}/fhir/enrollment-response/{id}](https://docs.heydonto.com/apis/fhir/financial/enrollmentresponse/fhirenrollmentresponsecontroller_updateenrollmentresponse.md) ### Delete FHIR r4 enrollment response - [DELETE /site/{siteId}/fhir/enrollment-response/{id}](https://docs.heydonto.com/apis/fhir/financial/enrollmentresponse/fhirenrollmentresponsecontroller_deleteenrollmentresponse.md) ### Get FHIR r4 enrollment response history by ID - [GET /site/{siteId}/fhir/enrollment-response/{id}/history](https://docs.heydonto.com/apis/fhir/financial/enrollmentresponse/fhirenrollmentresponsecontroller_getenrollmentresponsehistory.md) ## ExplanationOfBenefit ### Get FHIR r4 explanation of benefits - [GET /site/{siteId}/fhir/explanation-of-benefit](https://docs.heydonto.com/apis/fhir/financial/explanationofbenefit/fhirexplanationofbenefitcontroller_getexplanationofbenefits.md) ### Create FHIR r4 explanation of benefit - [POST /site/{siteId}/fhir/explanation-of-benefit](https://docs.heydonto.com/apis/fhir/financial/explanationofbenefit/fhirexplanationofbenefitcontroller_createexplanationofbenefit.md) ### Get FHIR r4 explanation of benefit by ID - [GET /site/{siteId}/fhir/explanation-of-benefit/{id}](https://docs.heydonto.com/apis/fhir/financial/explanationofbenefit/fhirexplanationofbenefitcontroller_getexplanationofbenefit.md) ### Update FHIR r4 explanation of benefit - [PUT /site/{siteId}/fhir/explanation-of-benefit/{id}](https://docs.heydonto.com/apis/fhir/financial/explanationofbenefit/fhirexplanationofbenefitcontroller_updateexplanationofbenefit.md) ### Delete FHIR r4 explanation of benefit - [DELETE /site/{siteId}/fhir/explanation-of-benefit/{id}](https://docs.heydonto.com/apis/fhir/financial/explanationofbenefit/fhirexplanationofbenefitcontroller_deleteexplanationofbenefit.md) ### Get FHIR r4 explanation of benefit history by ID - [GET /site/{siteId}/fhir/explanation-of-benefit/{id}/history](https://docs.heydonto.com/apis/fhir/financial/explanationofbenefit/fhirexplanationofbenefitcontroller_getexplanationofbenefithistory.md) ## InsurancePlan ### Get FHIR r4 insurance plans - [GET /site/{siteId}/fhir/insurance-plan](https://docs.heydonto.com/apis/fhir/financial/insuranceplan/fhirinsuranceplancontroller_getinsuranceplans.md) ### Create FHIR r4 insurance plan - [POST /site/{siteId}/fhir/insurance-plan](https://docs.heydonto.com/apis/fhir/financial/insuranceplan/fhirinsuranceplancontroller_createinsuranceplan.md) ### Get FHIR r4 insurance plan by ID - [GET /site/{siteId}/fhir/insurance-plan/{id}](https://docs.heydonto.com/apis/fhir/financial/insuranceplan/fhirinsuranceplancontroller_getinsuranceplan.md) ### Update FHIR r4 insurance plan - [PUT /site/{siteId}/fhir/insurance-plan/{id}](https://docs.heydonto.com/apis/fhir/financial/insuranceplan/fhirinsuranceplancontroller_updateinsuranceplan.md) ### Delete FHIR r4 insurance plan - [DELETE /site/{siteId}/fhir/insurance-plan/{id}](https://docs.heydonto.com/apis/fhir/financial/insuranceplan/fhirinsuranceplancontroller_deleteinsuranceplan.md) ### Get FHIR r4 insurance plan history by ID - [GET /site/{siteId}/fhir/insurance-plan/{id}/history](https://docs.heydonto.com/apis/fhir/financial/insuranceplan/fhirinsuranceplancontroller_getinsuranceplanhistory.md) ## Invoice ### Get FHIR r4 invoices - [GET /site/{siteId}/fhir/invoice](https://docs.heydonto.com/apis/fhir/financial/invoice/fhirinvoicecontroller_getinvoices.md) ### Create FHIR r4 invoice - [POST /site/{siteId}/fhir/invoice](https://docs.heydonto.com/apis/fhir/financial/invoice/fhirinvoicecontroller_createinvoice.md) ### Get FHIR r4 invoice by ID - [GET /site/{siteId}/fhir/invoice/{id}](https://docs.heydonto.com/apis/fhir/financial/invoice/fhirinvoicecontroller_getinvoice.md) ### Update FHIR r4 invoice - [PUT /site/{siteId}/fhir/invoice/{id}](https://docs.heydonto.com/apis/fhir/financial/invoice/fhirinvoicecontroller_updateinvoice.md) ### Delete FHIR r4 invoice - [DELETE /site/{siteId}/fhir/invoice/{id}](https://docs.heydonto.com/apis/fhir/financial/invoice/fhirinvoicecontroller_deleteinvoice.md) ### Get FHIR r4 invoice history by ID - [GET /site/{siteId}/fhir/invoice/{id}/history](https://docs.heydonto.com/apis/fhir/financial/invoice/fhirinvoicecontroller_getinvoicehistory.md) ## PaymentNotice ### Get FHIR r4 payment notices - [GET /site/{siteId}/fhir/payment-notice](https://docs.heydonto.com/apis/fhir/financial/paymentnotice/fhirpaymentnoticecontroller_getpaymentnotices.md) ### Create FHIR r4 payment notice - [POST /site/{siteId}/fhir/payment-notice](https://docs.heydonto.com/apis/fhir/financial/paymentnotice/fhirpaymentnoticecontroller_createpaymentnotice.md) ### Get FHIR r4 payment notice by ID - [GET /site/{siteId}/fhir/payment-notice/{id}](https://docs.heydonto.com/apis/fhir/financial/paymentnotice/fhirpaymentnoticecontroller_getpaymentnotice.md) ### Update FHIR r4 payment notice - [PUT /site/{siteId}/fhir/payment-notice/{id}](https://docs.heydonto.com/apis/fhir/financial/paymentnotice/fhirpaymentnoticecontroller_updatepaymentnotice.md) ### Delete FHIR r4 payment notice - [DELETE /site/{siteId}/fhir/payment-notice/{id}](https://docs.heydonto.com/apis/fhir/financial/paymentnotice/fhirpaymentnoticecontroller_deletepaymentnotice.md) ### Get FHIR r4 payment notice history by ID - [GET /site/{siteId}/fhir/payment-notice/{id}/history](https://docs.heydonto.com/apis/fhir/financial/paymentnotice/fhirpaymentnoticecontroller_getpaymentnoticehistory.md) ## PaymentReconciliation ### Get FHIR r4 payment reconciliations - [GET /site/{siteId}/fhir/payment-reconciliation](https://docs.heydonto.com/apis/fhir/financial/paymentreconciliation/fhirpaymentreconciliationcontroller_getpaymentreconciliations.md) ### Create FHIR r4 payment reconciliation - [POST /site/{siteId}/fhir/payment-reconciliation](https://docs.heydonto.com/apis/fhir/financial/paymentreconciliation/fhirpaymentreconciliationcontroller_createpaymentreconciliation.md) ### Get FHIR r4 payment reconciliation by ID - [GET /site/{siteId}/fhir/payment-reconciliation/{id}](https://docs.heydonto.com/apis/fhir/financial/paymentreconciliation/fhirpaymentreconciliationcontroller_getpaymentreconciliation.md) ### Update FHIR r4 payment reconciliation - [PUT /site/{siteId}/fhir/payment-reconciliation/{id}](https://docs.heydonto.com/apis/fhir/financial/paymentreconciliation/fhirpaymentreconciliationcontroller_updatepaymentreconciliation.md) ### Delete FHIR r4 payment reconciliation - [DELETE /site/{siteId}/fhir/payment-reconciliation/{id}](https://docs.heydonto.com/apis/fhir/financial/paymentreconciliation/fhirpaymentreconciliationcontroller_deletepaymentreconciliation.md) ### Get FHIR r4 payment reconciliation history by ID - [GET /site/{siteId}/fhir/payment-reconciliation/{id}/history](https://docs.heydonto.com/apis/fhir/financial/paymentreconciliation/fhirpaymentreconciliationcontroller_getpaymentreconciliationhistory.md)