Patient Services
Facilitate the retrieval of patient reference ID. Patient reference ID is required (as an input parameter) to call CCDP APIs/Services. Facilitate integration with source system to create, update and view patient profile.
Find Patient Reference ID
This API finds a patient record and returns his/her reference number/ID.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /Patient/$find
POST [baseURL]/Patient/$find
Try API
View Patient Profile
This API finds a patient record and returns his/her information.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /Patient/$get-info
POST [baseURL]/Patient/$get-info
Try API
Create Patient Profile
This API creates a patient record.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /Patient
POST [baseURL]/Patient
Try API
Update Patient Profile
This API updates a patient record.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /Patient/$update
POST [baseURL]/Patient/$update
Try API