Skip to main content

Patients

Patients are the core resource in ClinikAPI. Every clinical resource (encounters, observations, prescriptions, etc.) references a patient.

Create a Patient

The include option uses FHIR _revinclude to fetch related resources in a single call:
The full PatientReadResponse includes:

Update a Patient

Updates use JSON Patch under the hood — only send the fields you want to change:

Search Patients

Search Parameters

Delete a Patient

Deleting a patient does not cascade to related resources. Delete dependent resources first if needed.