Patient
Patient resource CRUD operations and search
Search Patients
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Search by patient name |
identifier | string | Search by identifier (e.g., national ID) |
birthdate | date | Filter by birth date |
gender | string | Filter by gender (male, female, other) |
_count | number | Page size (default: 20) |
_offset | number | Pagination offset |
Response
Read Patient
Returns the full Patient FHIR resource.
Create Patient
Update Patient
Delete Patient
Patient $everything
Returns all data associated with a patient (encounters, conditions, medications, etc.):
Response
A Bundle containing all related resources: Encounters, Conditions, Observations, MedicationRequests, CarePlans, CareTeams, AllergyIntolerances, Procedures, DiagnosticReports, and DocumentReferences.
Notes
- Patient data is scoped to the organization in your token; there is no parameter that can widen it
resource_idis the FHIR logical ID (not the internal UUID)- Doctors can filter "My Patients" via CareTeam membership