Create a patient
Register a new patient under a clinic. Provide demographics (name, DOB, contact) and assign a clinic and insurance provider. The API returns a stable patient_id (UUID) for linking with your EMR’s local patient record.
Body
ID of the clinic this patient is assigned to.
x >= 1Date of birth in YYYY-MM-DD format.
ID of the patient’s primary insurance provider from the reference list.
x >= 1Patient’s full name.
1 - 255Patient’s street address (optional).
500Patient’s email (optional).
255Insurance group number (optional).
255Override network status for this patient: true = in-network, false = out-of-network (optional).
Patient’s contact phone (optional).
30Insurance policy ID / member ID (optional).
255