Book Appointment


This API books a new appointment for NSC. For other use cases on booking appointments (NN Polyclinics, SHS Polyclinics, etc.), please refer to the official CCDP documentation.

Sample Flow


book-appointment

APIs


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

1. /Patient/$find

POST [baseURL]/Patient/$find Try API


POST [baseURL]/Practitioner/_search

*the above API is a default FHIR call.


3. /Slot/$find-available-slots

POST [baseURL]/Slot/$find-available-slots Try API


4. /Appointment

POST [baseURL]/Appointment Try API