Billing and Payments
Send data to your billing provider of choice. Easily connect to physician groups or bill through multiple professional corporations. Capture financial data and drive automated data transfer to other systems, such as a clearinghouse, revenue-cycle-management tool, payment processor, eligibility checker or medical biller.
Features
The Medplum billing and payments implementation is a standards compliant implementation of the FHIR Financial Module.
- Data Management: create and update FHIR resources related to billing and payments. See the list of FHIR resources below.
- Representing Insurance Coverage: the Coverage FHIR resource represents patient insurance and is a major driver of workflow.
- Connecting to Payors: Payors often have a FHIR interface, and make it possible for patients to request their financial data. Here's an example from CMS Blue Button.
- Integrations: Sending claims to various billing systems is a common workflow and clearinghouses and billing providers often have APIs. An integration like this can be implemented via bots.
- Patient Pay: Patient payments can be enabled through a payment processor like Stripe. Invoice and PaymentReconciliation are the commonly used resources to manage data associated with use case. Bots can be used to consume web hooks or callbacks from payment processors and create the appropriate resources.
- Provider/Network Management: Having excellent record-keeping on which organizations are in-network and change history is useful for implementing billing logic.
Organization.type
is the recommended field in which to store this data.
FHIR Resources
Resource | App Link | Create New | API Documentation |
---|---|---|---|
Account | View All | Create New | API |
Contract | View All | Create New | API |
Coverage | View All | Create New | API |
CoverageEligibilityRequest | View All | Create via API or workflow | API |
CoverageEligibilityResponse | View All | Create via API or workflow | API |
EnrollmentRequest | View All | Create New | API |
EnrollmentResponse | View All | Create via API or workflow | API |
Claim | View All | Create New | API |
ClaimResponse | View All | Create via API or workflow | API |
PaymentNotice | View All | Create via API or workflow | API |
PaymentReconciliation | View All | Create via API or workflow | API |
ExplanationOfBenefit | View All | Create via API or workflow | API |
Organization | View All | Create New | API |
MoneyQuantity | FHIR Datatype | Create via API or workflow | Reference |
Demos and Tutorials
- Sample Insurance Eligibility Check
- Foo Medical Billing Page sample patient portal with financial data.
- Provider Demo including credential management.
Integration Reference
- X12 Service Codes
- CMS Blue Button API Guide shows how to access FHIR data from CMS (Payor).
- Charge Healthcare Clearinghouse developer documentation.