Billing Service

Allow consumers (and caregivers) to view & retrieve bill details/pdf, get outstanding amount/bills and retriee fully paid bills.

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

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


invoice-view-outstanding-bills-amount

APIs


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

1. /Patient/$find

POST [baseURL]/Patient/$find Try API

POST [baseURL]/Invoice/_search Try API

Kiosk- View Inflight Bill Details


This flow finds a patient by reference ID, uses the patient's reference ID to search for that patient's inflight bill details based on organization.

Sample Flow


invoice-kiosk-view-inflight-bill

APIs


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

1. /Patient/$find

POST [baseURL]/Patient/$find Try API

2. /Invoice/$sss-get-inflight-bill

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

Kiosk- View Deposit Bill Details


This flow finds a patient by reference ID, uses the patient's reference ID to search for that patient's deposit bill details based on organization.

Sample Flow


invoice-kiosk-view-deposit-bill

APIs


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

1. /Patient/$find

POST [baseURL]/Patient/$find Try API

2. /Invoice/$sss-get-deposit

POST [baseURL]/Invoice/$sss-get-deposit Try API

Kiosk - View Outstanding Bill Details


This flow finds a patient by reference ID, uses the patient's reference ID to search for that patient's outstanding bill details based on organization.

Sample Flow


invoice-kiosk-view-outstanding-bill

APIs


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

1. /Patient/$find

POST [baseURL]/Patient/$find Try API

2. /Invoice/$sss-get-outstanding-bill

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