Actualize/Register an Appointment
This flow submits a questionnaire to actualise an appointment, returns encounter ID, queue number and queue status, creates an Encounter and returns patient jounrey, patient count information and queue number. It also allows patient to update their mobile number.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /Questionnaire/$find-kiosk-questionnaire
POST [baseURL]/Questionnaire/$find-kiosk-questionnaire Try API
2. /Encounter/$actualise-appointment
POST [baseURL]/Encounter/$actualise-appointment Try API
3. /Encounter
POST [baseURL]/Encounter
<a *the above API is a default FHIR call.
4. /Encounter/$update-reminder-contact
POST [baseURL]/Encounter/$update-reminder-contact Try API