View Outstanding Bills


This flow finds a patient by reference ID, uses the patient's reference ID to search for that patient's bill information.

Sample Flow


invoice-view-outstanding-bills

APIs


The API(s) used in this use case are as follows:

1. /Patient/$find

POST [baseURL]/Patient/$find Try API

2. /Invoice/$get-bill-info

POST [baseURL]/Invoice/$get-bill-info Try API