Skip to main content
POST
Create or update a patient profile

Authorizations

Authorization
string
header
required

API key obtained from the Tenant Dashboard. Use as Authorization: Bearer YOUR_API_KEY

Body

application/json
patientId
string<uuid>
required
externalId
string | null

Optional external identifier supplied by the tenant.

Example:

null

demographics
object | null
Example:

null

reproductiveStatus
enum<string> | null
Available options:
REGULAR_CYCLE,
PREGNANT,
BREASTFEEDING,
PERIMENOPAUSE,
POSTMENOPAUSAL,
PLANNING_PREGNANCY,
UNKNOWN
Example:

null

hormonalTherapies
object[] | null
Example:

null

Response

Patient updated

patientId
string<uuid>
required
created
boolean
required