Skip to main content
PATCH
Update a clinic-visible patient

Authorizations

Authorization
string
header
required

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

Path Parameters

patient
integer
required

Body

application/json

Partial patient update. clinic_id is not accepted.

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

Response

Resource returned.

data
object