Patients

Create a patient

Requires the patients:write scope.

post/v1/patients

Request body

namestring required
phonestring required

Digits only, e.g. 60123456789

icstring

The configured customer UID (usually IC)

emailstring email
gender'male' | 'female'
dobstring date
ageinteger
nicknamestring
nationalitystring
racestring
religionstring
occupationstring
marital_status'married' | 'single'
staff_idstring
tagginginteger[]

Response

The patient

Changes

No recorded changes to this endpoint across all 1 revision of this API.