Medipass automatically generates patient reports, statements and receipts on your behalf. This includes generation of Medicare assignment of benefits forms, lodgement advice and other statements in formats that adhere to funder guidelines. These reports and receipts can be obtained from Medipass provider portal or via API calls. We also make patient/claimant reports, statements and receipts available online in my.medipass.io for patients/claimants with a Medipass member account.
Invoices are automatically generated by Medipass for each injured worker and the treatments delivered. These invoices are directly sent to Comcare for approval. Providers can print copies of the invoice from the Medipass provider portal.
HICAPS receipts are automatically generated by Medipass. For HICAPS go transactions, receipts and claim statements are available online in my.medipass.io or patients/claimants can send those receipts to a nominated email address.
Invoices are automatically generated by Medipass for each injured worker and the treatments delivered. These invoices are directly sent to icare for approval. Providers can print copies of the invoice from the Medipass provider portal.
For each Medicare transaction there is a Medicare required patient or claimant statement. This statement is available on Patient Claim Interactive (PCI) and Bulk Bill transactions at the time the claim is submitted to Medicare or stored for later transmission. It’s important that patients and claimants be given Medicare statements as there are penalties for providers who omit those statements. By default, Medicare receipts and statements are available online in my.medipass.io or patients/claimants can send those receipts to a nominated email address.
You can also obtain those statements directly within the Transaction SDK using the 'Download PDF' method.
medipassTransactionSDK.transactions.downloadPDF({ transactionId: '123' });
For Bulk Bill transactions, there is also a Processing Report and a Payment Report. These two reports are only available after a bulk-bill claim has been processed by Medicare (typically next business day).
A processing & payment report is typically available when the healthFundApprovedInvoice
webhook event has been invoked.
You can fetch the processing & payment report by using the 'Get payment report' method and 'Get processing report' method.
medipassTransactionSDK.transactions.getPaymentReport({ transactionId: '123'});
medipassTransactionSDK.transactions.getProcessingReport({ transactionId: '123'});
Patient funded receipts are automatically generated by Medipass. For online transactions, receipts and claim statements are available online in my.medipass.io or patients/claimants can send those receipts to a nominated email address.