Skip to main content
POST
Register a patient

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
clinic_id
integer
required
first_name
string
required
Maximum string length: 100
last_name
string
required
Maximum string length: 100
sex
enum<string>
required
Available options:
female,
male,
intersex,
unknown
phone
string
required
Maximum string length: 50
middle_name
string | null
Maximum string length: 100
date_of_birth
string<date> | null
identity_type
string | null
identity_number
string | null
secondary_phone
string | null
email
string<email> | null
address
string | null
city
string | null
county
string | null
country
string | null
next_of_kin_name
string | null
next_of_kin_relationship
string | null
next_of_kin_phone
string | null
status
enum<string> | null
Available options:
active,
inactive,
deceased,
null

Response

Resource returned.

data
object