Overview
The Patient Directory provides APIs for managing patient profiles in your system.Patient Profile
A Patient Profile represents the core demographic and identifier data for a patient, used for managing and retrieving patient details across the system.Profile Details
Profile Details
Gender Enums
Gender Enums
Supported Genders
Blood Groups
Blood Groups
Supported Blood Groups
- A+
- A-
- B+
- B-
- AB+
- AB-
- O+
- O-
- Username (a unique patient identifier like UHID)
- Mobile number (without country code)
- Name (prefix-based search)
- Create Patient Profile API
- Retrieve Single Patient Profile API
- List Workspace Patients API
- Update Patient Profile API
- Archive Patient Profile API
- Search Patients API
Usage Notes
- Ensure that all required fields are provided when adding or editing patient information.
- Use appropriate search criteria to narrow down patient records effectively.
- Handle sensitive patient data with care and comply with relevant privacy regulations.
- Currently, a patient can only be added in reference to a workspace. This automatically adds the patient profile to the workspace directory and allows searching at the workspace level.

