GETPOSTPUT
Patient
The Patient resource represents the demographics and administrative information about an individual receiving care. It acts as the anchor resource for almost all other clinical data in MediBridgeX.
Advanced Search
MediBridgeX supports complex FHIR search paradigms out of the box. You can perform highly optimized queries using prefixes (e.g., eq, ne, gt, lt) and modifiers.
Query: Find patients named Smith born after 1970
1curl -G https://api.medibridgex.com/v1/fhir/Patient \2 -d "family=Smith" \3 -d "birthdate=ge1970-01-01" \4 -H "Authorization: Bearer YOUR_TOKEN"Supported Modifiers
| Parameter | Type | Description |
|---|---|---|
| _id | token | Logical id of this artifact |
| identifier | token | A patient identifier (e.g., MRN) |
| family:exact | string | A strict case-sensitive match on family name |