View Outstanding Bills Amount/Full Paid Bills
This flow finds a patient by reference ID, uses the patient's reference ID to search for that patient's bill amount, or the fully paid bills.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /Patient/$find
POST [baseURL]/Patient/$find
Try API
2. /Invoice/_search
POST [baseURL]/Invoice/_search
Try API